Technote (troubleshooting)
Problem(Abstract)
EQAXOPT SAVEBPDSNALLOC specified but EQA1764E AUTO SAVE BPS MONITORS could not locate dataset DS Name . Same applies to SAVESETS dataset.
Symptom
If the parameter LOUD was used, then the system console will contain a message about the reason, such as:
+EQA9922I 'HLQ.SAVEBPS' creation failed. BPXWDYN RC=97000000
Diagnosing the problem
Unfortunately it is not easy to identify the reason for the allocation failure. Experiences have shown the most helpful information is displayed in TSO environment - therefore we recommend to adapt the following JCL to your company's requirements and to your EQAXOPT SAVESETDSNALLOC parameters
//FRANKAR JOB,CLASS=S,REGION=0M,MSGLEVEL=(1,1),MSGCLASS=H,
// NOTIFY=FRANKAR
//*
//TSO EXEC PGM=IKJEFT01,DYNAMNBR=100
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSTSIN DD *
PROFILE WTPMSG
LISTD 'FRANKAR.DBGTOOL.SAVESETS'
ALLOC NEW REUSE CATALOG DD(TEMP) +
DSN('FRANKAR.DBGTOOL.SAVESETS') +
MGMTCLAS(MGMTCL1) +
STORCLAS(STORCL1) +
LRECL(3204) +
BLKSIZE(0) +
RECFM(V B) +
DSORG(PS) +
SPACE(3,3) +
TRACKS
FREE DD(TEMP)
LISTD 'FRANKAR.DBGTOOL.SAVESETS'
Resolving the problem
The output of this job hopefully will / should provide more information like no authorization to the MGMTCLAS , or to the HLQ.
Related information
Debug Tool Customization Guide
Historical Number
31314
661
706
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.