Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Metasyntax for functions

Representation

Meaning

Examples

UPPERCASE
LETTERS

Designate keywords; some
keywords begin with an *

POSITION = *FIRST

=Links an operand name to its
operand values
STREAM = *COMMAND / *DATA
/Separates alternative operand
values
STREAM = *COMMAND / *DATA
UnderscoringDesignates the default value of
an operand
DIRECTION = *FORWARD / RESERVE
expressionAny expressionEXPRESSION = expression
string_expressionExpression that returns a
string
STRING = string_expression

arithm_expression

Expression that returns a
numeric value

INTEGER = arithm_expression

integerInteger
(integer value)
START = 1 / integer
characterCharacter in EBCDI codeFILL-BYTE = character
msg_idSeven-character message
code
MSD-IDENTIFICATION = msg_id