Specify LRECL

On Thu, 6 Sep 2012 06:28:42 -0700, Charles Mills wrote:

>I want to make a PS (flat file) copy of the series of 256-byte blocks of a
>PDS directory. (I want to copy the data to another platform so I can test
>some code with it more readily.)
>
>I tried
>
>//GENER    EXEC PGM=IEBGENER
>//SYSUT1   DD   DSN=MY.PDS,DISP=SHR,RECFM=F,DSORG=PS

Add LRECL=256 should do it.

>//SYSUT2   DD   DSN=THE.SAMPLE.PDSDIR,DISP=(NEW,CATLG),
>//  SPACE=(TRK,(1,1))
>
>but IEBGENER is too smart for that:
>
>IEB311I CONFLICTING DCB PARAMETERS
>IEB311I CONFLICTING DCB PARAMETERS

-- gil

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

Reply via email to