Hello IMS Gurus,
I want to copy the message queue files into some backups in IMS V9R1 environment. Because the LGMSG file haves 6720 blocksize and 2520 record size, the IEBGENER utility generates an error message 'IEB311I CONFLICTING DCB PARAMETERS' for input parameter which is LGMSG dataset.. What can I do in this situation? Please, send me a few words about this problem if possible.
Best regards....
//STEP2 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DSN=IMS.V9R1.IMSA.LGMSG,DISP=SHR
//* DCB=(RECFM=FBS,LRECL=2520,BLKSIZE=6720)
//SYSUT2 DD DSN=CPY.IMS.V9R1.IMSA.LGMSG,DISP=(NEW,KEEP,KEEP),
// SPACE=(CYL,(2,0)),UNIT=SYSDA,
// DCB=(RECFM=FBS,LRECL=2520,BLKSIZE=6720)