Inspect Manual

Syntax Summary
Inspect Manual429164-006
B-27
COBOL Expressions
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 )
Language-Dependent Parameters for
FORTRAN
FORTRAN Scope Paths
scope-path:
#scope-unit
scope-unit: one of
program subroutine function