Check the initialized SAFQUAL= parameter of master file
search cancel

Check the initialized SAFQUAL= parameter of master file

book

Article ID: 245655

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

Is there a way to check the initialized parameter settings of the master file?

(Would like to check the SAFQUAL= setteing)

 

Environment

Release : 4.4

 

Resolution

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
/*
//