On Mon, 27 Feb 2012 16:13:51 -0800, Frank Swarbrick wrote:

>Certainly "interesting", I'll give you that.  :-)
>Do you use this in production jobs?
>
My production is development; I can't draw that distinction.

>Is it clearly understood by others?
>
That depends strongly on whether they read the relevant manuals.
The same is true for "DISP=(MOD,DELETE)" and even "IEFBR14".

>It seems to work.  The (,,RLSE) mentioned elsewhere is not allowed, but 
>(1,1,RLSE) is:
>
In fact, likewise does "(1,0,RLSE)" -- I tend to be a minimalist.
An example, tested (but I didn't verify that the RLSE was effective):

    //STEP     EXEC  PGM=IEBGENER
    //SYSPRINT  DD SYSOUT=(,)
    //SYSIN     DD DUMMY
    //ALLOC     DD DISP=(MOD,CATLG),SPACE=(1000,100),
    //  UNIT=SYSALLDA,DSN=&SYSUID..TEMP.REALLOC
    //SYSUT2    DD DISP=OLD,DSN=*.ALLOC,VOL=REF=*.ALLOC,SPACE=(1,0,RLSE)
    //SYSUT1    DD DISP=SHR,DSN=SYS1.MACLIB(SPLEVEL)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to