We just want to know if the change is normal with TLMS 14.0 ? JCL: //STEP2 EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSUT1 DD * DATA DATA ... DATA DATA ... /* //SYSUT2 DD DSN=BOBDL07.TEST.CS613, // DISP=(OLD,KEEP,KEEP) //SYSIN DD DUMMY RESULTS: CAT9040I 0X123423 ON aa012 REJECTED BY CA TLMS CAT9041I VOLUME IS NOT A SCRATCH TAPE IEC147I 613-04,IFG0195B,BOBDL07T,STEP2,SYSUT2,1123,, 757 757 BOBDL07.TEST.CS613
In TLMS 14.0 we redesign the way we intercepted the tape open and close. In TLMS 12.6 and below we used the IBM WTG table(Where To Go) to insert our operating system intercepts. In TLMS 14.0, we started to use the IBM Tape exits. This is known as the TEP exits. This is why we only have 2 OSI in TLMS 14.0. Looking at the S613-04 message: "or the installation exit, via return code 08, rejected the tape volume.", we will now issue a S613 abend instead of the S713 abend. This is coming from the TEP exit to reject the mount.