Previous Topic: Execution ConsiderationsNext Topic: Common REXX Variables


Common Keywords of ADDRESS SOF

These keyword variables are common to all ADDRESS SOF functions. Function-specific variables are described separately in their corresponding sections.

SERVER(ccisysname|*,cciapplname)

Defines the SERVER name consisting of a CCI system name, followed by a CCI application name. The system name can be one to eight characters, or wildcards, where permitted. The CCI application name identifies the SOF server to which the request is directed. Enter the name as a character string of up to 20 characters.

Defaults: ccisysname='*' and cciapplname='SOF*'

STEM(string)

Defines the first qualifier of the stem variable name generated for all REXX variables produced by the ADDRESS SOF command. Enter the STEM keyword as a 1- to 64-character string. A trailing period is not necessary.

Default: OPSOF

SYSWAIT(seconds)

Defines the maximum wait time as a digit between 10 and 300 for the function to complete. The function will complete with a timeout error if the SYSWAIT time is exceeded.

Default: 30

DEBUG(YES|VAR|CB|ALL|NO)

Specifies the trace the status and display data to OPSLOG.

YES

Trace progress only.

VAR

Trace progress and display REXX variables.

CB

Trace progress and display control blocks.

ALL

Trace and display all of the above.

NO

Disable tracing and displays.

Default: NO