On Wed, 23 May 2007 08:54:01 +0200, Chris Mason <[EMAIL PROTECTED]> wrote:
>
>If you've only just discovered this "trick" - pointed out to me many years
>ago by a guru from the Washington Systems Center - perhaps this example can
>show you how it may be used:
>
> //NET PROC
>//*
>//IEFBR14 EXEC PGM=IEFBR14
>//NCPDUMP DD DSN=USER.NCPDUMP,DISP=(MOD,DELETE),
>// VOL=REF=SYS1.PARMLIB,SPACE=(TRK,1)
>//*
>//NET EXEC PGM=ISTINM01,TIME=1440,REGION=2048K
>//STEPLIB DD DSN=SYS1.SSPLIB,DISP=SHR
>//VTAMLST DD DSN=USER.VTAMLST,DISP=SHR
>//VTAMLIB DD DSN=USER.VTAMLIB,DISP=SHR
>// DD DSN=SYS1.VTAMLIB,DISP=SHR
>//NCPLOAD DD DSN=USER.NCPLOAD,DISP=SHR
>//NCPDUMP DD DSN=USER.NCPDUMP,DISP=(NEW,KEEP),
>// VOL=REF=SYS1.PARMLIB,SPACE=(TRK,(1,50),RLSE),
>// DCB=(RECFM=F,LRECL=512,BLKSIZE=512)
>
Would it work equally well with VOL=SER as VOL=REF? (I suspect that
was for portability. But I'd expect my admins to be pretty fussy
about who creates what on the PARMLIB volume.)
Well, my objectives were (arising from the ISV SMP/E "gripes" thread):
o Create the data set if it does not exist.
o Append to (not replace) the data set if it does exist.
o Allow the user optionally to specify VOLSER.
On experimenting, reading, and receiving input from this list,
I've lowered my sights and retreated to DISP=(NEW,{KEEP|CATLG})
>Note that I was obliged to include TIME=1440 on the EXEC statement since I
>was obliged to remove SYST from the SCHEDxx entry for ISTINM01.
>
I don't understand that part at all.
Thanks for the input,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html