Listing out the current Parameter settings from the View database.
search cancel

Listing out the current Parameter settings from the View database.

book

Article ID: 13243

calendar_today

Updated On:

Products

Deliver View

Issue/Introduction

Is there a batch job that can be used to list the current settings in the master control record of the view database?

Resolution

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