The syntax for numeric host variable declarations is as follows:
DECLARE var-name-spec {BINARY | DECIMAL} scale-spec align-scope-storage ;
where:
var-name-spec | is {variable-name | (variable-name, ...) } |
scale-spec | is {FIXED [(precision [,scale])] | FLOAT [(precision)]} |
align-scope-storage | is any set of PL/I alignment, scope, or storage class attributes |