$$INSYS0
This member defines runtime parameters for MainView SYSPROG Services.
MainView SYSPROG Services reads this member when it initializes.
Syntax rules
The following table lists the keyword parameters in member $$INSYS0. The following syntax rules apply:
- Keywords must be entered in the format keyword=value (for example, MSGID=NO).
- Statements can be continued to the next line if they end with a comma.
- Comment lines start with an asterisk.
- Leading blanks prior to the first keyword are allowed.
- Embedded blanks are not allowed; they terminate the scan of the statements.
Keywords for member $$INSYS0
Keyword=value | Description |
---|---|
AEWALERT=NO | YES | specifies whether Exception Monitor messages should be sent to MainView Alert or MainView AutoOPERATOR PASs that have ALRTRCVE=YES specified in BBISSPxx
|
AEWNOROLL=0 | n | specifies the number of Exception Monitor sampler messages not to roll
|
AEWSTART=00 | xx | defines the suffix for the default PWSCPMxx member containing control statements for Exception Monitor samplers
|
CAPS=OFF | ON | specifies how messages should be displayed
|
CMDID=char|WTOR | defines an MVS subsystem command character This keyword is valid in Started Task and Batch modes only.
Note: When MainView SYSPROG Services are operating within the MainView for z/OS product, you can use its command identification character to send commands to SYSPROG Services by prefixing the command with two command identification characters. For example, if the command identification character is an at sign (@) and you want to execute the CSA,MAP command, enter the following: @@CSA,MAP |
DUMP=NO | YES | specifies whether or not an SVC dump should be created if a service abends
You can use the SETOP service to override this value for an individual user. |
DVTN=* | BBPARM | dsn | specifies where the Exception Monitor's DVTN sampler obtains the CONFIGxx member
This data set is dynamically allocated and freed each time the DVTN sampler executes. |
ECHO=ECHO|NOECHO | specifies whether MainView SYSPROG input (commands) should be written to the PAS job log
This parameter is applicable only in a PAS environment. You can use the SETOP service to override this value for an individual user. |
EOSMSG=NO | YES | specifies whether MainView SYSPROG Services issues an END OF SERVICE message at the completion of every service This keyword is valid in Started Task, TSO, and Batch modes only.
|
RWAIT=nn | sets the global default value for how long (in seconds) the MCOMMAND service will wait for a response Each user can use the SETOP service to specify a user-defined RWAIT value. Specify a value between 0 and 15. The default value is 3 seconds. |
LCLAEW=NORMAL |CONSOLE | BOTH | defines where Exception Monitor sampler messages are displayed When the Exception Monitor is operating within the MainView PAS, the WARN view is used to view the warning messages on the console when you specify NORMAL. The CONSOLE and BOTH parameters also cause the messages to be displayed on the system console. When SYSPROG is executed as a Started Task, the messages are sent only to the system console |
LCLAEWTS=NO | YES | specifies the Exception Monitor sampler messages have a time stamp
|
MSGID=YES | NO | specifies whether message identification numbers prefix MainView SYSPROG Services messages; not valid for TSO mode
Message identification numbers appear in tracking output even if you specify MSGID=NO. |
MLWTO=YES | NO | specifies the method used to display message responses to services invoked by the MainView for z/OS PAS 'MODIFY pasname,R=' command
When you use the MLWTO form, the output is limited to 71 character on each line. This may cause the output to truncate on the right. |
Related topic