To display parameters, use this form of the OPSPARM TSO command:
OPSPARM
{SHOW(name|GROUPS|ALL)}
[INFO|NAMES|CLIST]
[SYSTEM(sysname)]
[SYSWAIT(seconds)]
The SHOW keyword, used when you display parameter values, specifies which parameters to display. Specify one of these options:
Display the value of the named parameter or the values of all parameters in the named group.
Display a list of the parameter groups.
Display all parameter values.
Use the INFO keyword with the SHOW keyword to display the possible values the parameter can have. For example, to see all possible values of the ECFSECURITY parameter, issue this command:
OPSPARM SHOW(ECFSECURITY) INFO
Use the NAMES keyword with the SHOW keyword to display the names and modifiability indicators of individual parameters. You cannot use NAMES with the SHOW(GROUPS) keyword.
To see the names of the parameters in the PRODACTIVITY group, issue this command:
OPSPARM SHOW(PRODACTIVITY) NAMES
The CLIST keyword creates CLIST variables based on CA OPS/MVS parameters. These variables have the same names and corresponding values as the parameters.
The CLIST keyword is especially useful for obtaining the values of fields such as SYSID, which you can use in CLISTs for conditional processing based on the system where the CLIST runs.
The SYSTEM keyword provides CA OPS/MVS with the capability to execute the OPSPARM command on external systems.
When used with the SHOW keyword, the SYSTEM keyword indicates the name of the system on which the OPSPARM command is to execute. The response to the OPSPARM SHOW command will be returned only if the command is routed to an individual system.
The SYSTEM keyword in this command indicates that SYSA is the name of the system on which the command is to execute and from which the response is to be returned:
OPSPARM SHOW(OCWAIT) SYSTEM(SYSA)
Use the SYSWAIT keyword to specify the number of seconds CA OPS/MVS waits for a response from a remote system. You can specify a value from 1 to 300; the default is the MSFSYSWAIT value.
Examples: SHOW Keyword
OPSPARM SHOW(ECFSECURITY)
OPSPARM SHOW(PRODACTIVITY)
|
Copyright © 2014 CA.
All rights reserved.
|
|