ADSM-L

Re: IMPORT in Batch

1997-05-14 10:19:05
Subject: Re: IMPORT in Batch
From: "Pittson, Timothy ,HiServ/NA" <tpittson AT HIMAIL.HCC DOT COM>
Date: Wed, 14 May 1997 10:19:05 -0400
Julie,
        The maximum # of characters you can enter without a continuation
character is 256...  with continuation characters, you can go up to
1500.

Here's an example of running ADSM admin commands via batch...

//ST030    EXEC PGM=IKJEFT01,DYNAMNBR=255
//SYSTSPRT DD SYSOUT=*
//SYSOUT   DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//DSCLANG  DD DISP=SHR,DSN=SYS1.ADSM.SANSMSG(ANSMENU)
//DSCOPT   DD DISP=SHR,DSN=ADSM.ADSM.TSOADMIN.OPTIONS(OPTTCP)
//SYSTSIN  DD *
   IMPORT NODE FILEDATA=ALL DEVCLASS=CART3580 VOL=111111,222222,-
333333,444444,555555
//*

THE OPTTCP member for //DSCOPT looks like....

************************************************************************
* ADSM: CONFIGURATION FILE FOR ATTACHING TO ADSM ADMINISTRATOR
*       FUNCTION VIA TSO
************************************************************************
COMMMETHOD       TCPIP
SERVERNAME       ADSM
TCPPORT          1500
TCPSERVERADDRESS xxxxxxxxx


Tim Pittson
tpittson AT himail.hcc DOT com



>----------
>From:  Julie Phinney[SMTP:julphinn AT EMPHESYS.E-MAIL DOT COM]
>Sent:  Wednesday, May 14, 1997 9:48 AM
>To:    ADSM-L AT VM.MARIST DOT EDU
>Subject:       Re: IMPORT in Batch
>
>*** Comments From: JULPHINN - JULIE PHINNEY; 05/14/97 08:42am
>Hi Dan,
>I don't use the gui, but I don't think there's a limit when you
>enter the volumes from the TSO command line.  That's what I did last
>night, and probably will have to do.  I'd like to be able to do it
>in batch so I can more easily resubmit the command if there is a
>problem.  (And have a nice batch audit trail for this whole process)
>Thanks..
>Julie
>JULPHINN @ EMPHESYS.E-MAIL.COM
>*** Original Author:  I1014833 @ IBMMAIL - ** Remote User **; 05/14/97
>03:14am
>
>Date:         Tue, 13 May 1997 18:59:38 -0500
>From:         dan thompson <thompsod AT USAA DOT COM>
>Subject:      Re: IMPORT in Batch
>To:           ADSM-L AT VM.MARIST DOT EDU
>
>Julie,
>
>  Is there a limit to how may tapes you can enter via the gui?
>
>Dan T.
>
>----------
>> From: Julie Phinney <julphinn AT EMPHESYS.E-MAIL DOT COM>
>> To: ADSM-L AT VM.MARIST DOT EDU
>> Subject: IMPORT in Batch
>> Date: Tuesday, May 13, 1997 4:39 PM
>>
>> Help!  I'm in the middle of exporting clients from one MVS server
>> to another. I just had 2 exports fail because they didn't continue
>> to the next line to find the next volser on my list:
>>   IMPORT NODE FILED=AL DEV=PASS VOL=312181,327079,327880,319663,322769,
>> 324825,332533,334311,301305,302243,302266
>> It fails right after it finishes with 322769.
>> I'm executing IKJEFT01 to run the TSO Admin client in batch.  I tried
>> an X in column 72, and got an error right off RC=3 submitting the job.
>> Does anyone know how I can do this in batch and continue to the next
>> line?  THANKS!
>> Julie Phinney
>> JULPHINN @ EMPHESYS.E-MAIL.COM
>
>---- End of mail text
>
<Prev in Thread] Current Thread [Next in Thread>