How is someone made the Administrator of a View database?
Also, how is sysout collected to a View database?
Release : 12.2
Component : CA View
To set someone as the View administrator, please do the following:
. Run a SARINIT job, as follows:
//XXXXXXXX JOB ...
//SARINIT1 EXEC PGM=SARINIT
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
NAME=view_hlq <=== Modify DB high-level qualifier
MASTER=xxxxxxxx
/*
//
. If you are logged in to View, please log out.
. Log in to View.
. At the Primary panel Command line, issue command "DEF USER"
. Find the ID in the list.
. Look in the "M" column (for Master), and ensure there is a value of "Y".
. Note: If you want to assign Master Authority to others, you can give them a value of "Y" as well.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
The combination of SARINIT CLSL/DEST/FORM is used for the View SARSTC task to collect sysout from the spool.
Please adjust these SARINIT parameters accordingly:
. CLSL
. DEST
. FORM
Sysout to be collected should be in the output queue, as View will not process sysout from the held queue.