Is there a batch job that can be used to list the current settings in the master control record of the view database?
Below SARINIT job, with NAME statement specifying the High Level Qualifier(HLQ) of the View database can be used to list out the current database settings:
//XXXXXXXX JOB ...
//SARINIT EXEC PGM=SARINIT
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== MODIFY, IF USED
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
NAME=VIEW_HLQ
/*