Previous Topic: Issue Console CommandsNext Topic: Commands


System Name

If the system name for z/OS Agent is not ZOSAGENT, you need to type the system name when entering a command in batch. For example, if the system name is ZAGA, type:

//EXEC PGM=ZOSAGENT,PARM='SUBSYS(ZAGA)',REGION=4000K

Steplib

If the TSO command processor is not in a LINKLIST library, you need a STEPLIB or JOBLIB statement in your JCL. Your statement looks like the following:

//STEPLIB DD DSN=CYB.ZAG.LOAD,DISP=SHR

Conventions Used in This Guide

This section describes the conventions used in this guide.

Input Convention

You can type commands in uppercase or lowercase.

Syntax Conventions

Syntax descriptions in this guide use the following conventions:

Quotation marks '' or '

Must be entered as shown.

Comma ,

Must be entered as shown.

Ellipsis …

The operand can be repeated. Do not enter ellipsis.

Lower Case Italics operand

An operand must be substituted. User supplied variable or character string.

Uppercase operand

The operand must be spelled as shown. You can enter the command and the operand in either upper or lower case.

OR-bar ( | )

Indicates an exclusive value on left or right of bar. You must enter one of the items. You cannot enter more than one.

Underline _______

If you do not enter one of the operands, the system supplies the underlined operand, this is the default.

Parentheses ( ) and special characters

Operand enclosed in parentheses is mandatory and must be entered as shown.

Single operand in square brackets [ ]

Optional operand, do not type the brackets.

Stacked operands in braces
{ }
{ }

Mandatory, you must enter one of the operands. You cannot enter more than one.

Stacked operands in square brackets
[ ]
[ ]

Optional operand, you can enter one value, or none.

Operands with OR-bars ( | ) and square brackets
[ ]|[ ]

Optional, mutually exclusive operands. Enter one or none.

Stacked operands in square brackets within braces
{[ ]
[ ]}

Mandatory, you must enter one of these operands. You can enter more than one.

Note: If an operand has complex syntax, "See expanded syntax" will follow the operand. Expanded syntax is documented in a separate table after the main syntax table.