Is there a way to check the initialized parameter settings of the master file?
(Would like to check the SAFQUAL= setteing)
Release : 4.4
To check the setting status of SAFQUAL=, please execute -OPT INDEX(S) and check the master file setting displayed in SYSPRINT.
(It will be displayed as SAFQUAL=xxxx)
Sample JCL:
//STEP01 EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'
//STEPLIB DD DISP=SHR,DSN=LIBR.R44SP00.CALJLINK
//SYSPRINT DD SYSOUT=*
//MASTER DD DISP=SHR,DSN=PUBLIC.LIBR.MASTER
//INDEX DD SYSOUT=*
//OSJOB DD DUMMY
//SYSIN DD *
-OPT INDEX(S)
-END
/*
//