This option specifies whether use right justification (MODE(STD)) or left justification (MODE(CCVS)) for copying numeric data during execution of the ACCEPT statement. This option specifies right or left justification when moving numeric data to an item on the receiving side, with a numeric receiving-side item in the coding format of "ACCEPT identifier FROM mnemonic-name".
Item | Description | |
---|---|---|
Specification of ACCEPT statement's action | Specifies the operation of the ACCEPT statement. The default is STD. | |
STD | Copies numeric data with right justification. | |
CCVS | Copies numeric data with left justification. |
Note
If MODE(CCVS) is specified, only an external decimal data item can be specified as a receiving item in the ACCEPT statement.