On Mon, 11 Aug 2014 09:04:21 -0500, Norbert Friemel wrote:

>On Mon, 11 Aug 2014 07:45:36 -0500, Barbara Nitz wrote:
>
>>//SYSUT2   DD DISP=(,KEEP),DSN=SYS1.SIEALNKE.N,DSNTYPE=LIBRARY,
>>//         SPACE=(TRK,(4000,0,0)),UNIT=3390,VOL=SER=TGT001
>>//SYSIN    DD  *
>> COPY INDD=SYSUT1,OUTDD=SYSUT2
>>
>>This JCL results in IEBCOPY 'unloading' SYS1.SIEALNKE into arecfm=VS data set 
>>(but ending with RC=0) ...
>>
>>When I fully specify the output DCB, the copy operation works. ...
>
>It's not specific to z1090. Change the SPACE-Paramter from 
>SPACE=(TRK,(4000,0,0)) to SPACE=(TRK,(4000,0,1)).
> 
Somewhat irritatingly, IEBCOPY exhibits this behavior even when I specify such 
as:

    SPACE=(TRK,(4000,0)),DSNTYPE=LIBRARY

I think I should get a syntax error, rather, when a utility attempts to create 
a PS
data set when DSNTYPE=LIBRARY has been specified.  (Specifying DSORG=PO
likewise avoids the problem.)

Was the JCL supplied by IBM?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to