Inspect Reference Summary
Parameters for COBOL and SCREEN COBOL
Inspect Reference Summary
48 106101 Tandem Computers Incorporated
COBOL Expressions
expression
:
condition
[ { AND | OR }
condition
]...
condition
:
[ NOT ] {
simple-exp
[
rel-op
simple-exp
]... }
{
level-88-condition
}
rel-op
:
[ NOT ] { > = < GREATER EQUAL LESS }
simple-exp
:
[ + | - ]
term
[ { + | - }
term
]...
term
:
factor
[ { * | / }
factor
]...
factor
:
primary
[ **
primary
]
primary
: one of
data-location
"@
data-location" number
(
expression
)