CA OPS/MVS

DB2UTILB may abend with IECTMS3 NS(64) and IEFTMS50 7XX-04 

Jun 27, 2014 09:05 AM

CA 1 normally does not allow double opens or recreates.  If the DB2UTILB program attempts a double open or recreate, the job will ABEND with an IEFTMS50 7XX-04 and an IECTMS3 NS(64) message.  To avoid this you can code the TMSXITF exit and allow DB2UTILB to perform double opens or recreates.  A skeleton of the exit can be found in the CTAPSAMP library and a USERMOD for it can be found in the CTAPJCL library under the same name.  You will need to add code at both the volume and DSNB checks for double opens and recreates.  You are given the TMC or DSNB record in the exit.  You can use any field such as the DSN, CJOB, and CPGM to help decide if the double open or recreate should be allowed.  See the Programmers Guide for more information about this exit.

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.