OPT

For terminal operator
Read syntax diagramSkip visual syntax diagram
   .-OPT--=--BLKSUP-------.   
>>-+----------------------+------------------------------------><
   |         .-BLKSUP---. |   
   '-OPT--=--+----------+-'   
             '-NOBLKSUP-'     

macroinstructions: USSMSG
dependency: BUFFER
For VTAM operator
Read syntax diagramSkip visual syntax diagram
   .-OPT--=--NOBLKSUP-----.   
>>-+----------------------+------------------------------------><
   |         .-NOBLKSUP-. |   
   '-OPT--=--+----------+-'   
             '-BLKSUP---'     

macroinstructions: USSMSG
dependency: none
Indicates if extraneous blanks are to be suppressed from the defined message.
OPT=BLKSUP
Specifies that extraneous blanks are to be suppressed from the message. Any sequence of two or more blanks is to be converted into a single blank.
OPT=NOBLKSUP
Specifies that extraneous blanks are not to be suppressed from the message. Any sequence of two or more blanks is to be presented unchanged in the message.
Note:
  1. For terminal operators VTAM® ignores the OPT operand, if both OPT and BUFFER are specified.
  2. It is recommended that OPT=NOBLKSUP be used for any message that is part of a tabular display.
  3. If the OPT operand is omitted or is specified with a null value (OPT=), VTAM uses the OPT value specified for this message ID in the next USS table searched.