Ron, It is an Informational Message that IEBGENER copied the DCB properties that do NOT match between SYSUT1 and SYSUT2 and IEBGENER ended with a return code of 0. You purposefully overrode the DCB parameters and you SHOULD get that message. Since the job completed successfully, were you able to restore the data to your liking?
Thanks, Kolusu From: Ron Thomas <[email protected]> To: [email protected] Date: 03/03/2015 01:05 PM Subject: Re: Data formatting Sent by: IBM Mainframe Discussion List <[email protected]> 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 /* //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
