Previous Topic: Utilization EnvironmentsNext Topic: Sample Coding Statements


Coding Syntax

OPSVASRV function supporting keyword

Example from the TSO foreground:

OPSVASRV GET NAME(GLVPLXTA.PROD.PLEXCICS.STATUS)

For more information, see the Sample coding statements section for more coding statements.

NOTE: With the exception of the CMDRESP() supporting keyword as described here, all functions and supporting keywords of the OPSVASRV command processor, work as documented in the OPSVASRV() function. For more information, see the OPSVASRV() function for a complete list and description of the available functions and supporting keywords.

Supporting keyword.

CMDRESP(option)

The CMDRESP keyword specifies how the output from the OPSVASRV command processor is handled. Values are:

TERMINAL

Displays the first 100 characters of a message line back to the issuing terminal. A plus sign (+) at the end of the output line indicates the truncation of the line.

CLIST

Creates CLIST variable output with the same names as the REXX variable output created from the OPSVASRV()except for REXX stem variables. The period character in the REXX stem variables is omitted in the CLIST variables.

NOWHERE

Tells CA OPS/MVS not to issue any messages except error messages.