On 2015-03-03 14:04, Ron Thomas wrote: > I have put as below, but getting message as > > DATA SET UTILITY - GENERATE > GENERATE MAXFLDS=4095 > IEB311I CONFLICTING DCB PARAMETERS > > //S020I123 EXEC PGM=IEBGENER > //SYSPRINT DD SYSOUT=* > //SYSUT2 DD DSN=KEDIT.SLKP.EI350M.EDI395W1.XXX, > // DISP=(NEW,CATLG,DELETE), > // DCB=(LRECL=2,RECFM=FB,BLKSIZE=3360),UNIT=UTST, > // SPACE=(CYL,(5,2),RLSE) > //SYSUT1 DD DSN=KEDIT.SLKP.EI350M.EDI395W1.XXX2014,DISP=SHR, > // DCB=(LRECL=26,RECFM=FB,BLKSIZE=26208),UNIT=UTST > //SYSIN DD * > GENERATE MAXFLDS=4095 > /* LRECL must be the same for SYSUT1 and SYSUT2. I might just omit DCB from SYSUT2 and IEBGENER will copy from SYSUT1.
> //S020I124 EXEC PGM=IEBGENER > //SYSPRINT DD SYSOUT=* > //SYSUT2 DD DSN=KEDIT.SLKP.EI350M.EDI395W1.XXY, > // DISP=(NEW,CATLG,DELETE), > // DCB=(LRECL=336,RECFM=FB,BLKSIZE=3360),UNIT=UTST, > // SPACE=(CYL,(5,2),RLSE) > //SYSUT1 DD DSN=KEDIT.SLKP.EI350M.EDI395W1.XXX,DISP=SHR, > // DCB=(LRECL=336,DSORG=PS),UNIT=UTST > //SYSIN DD * > GENERATE MAXFLDS=4095 > /* > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
