Multiple choice technology mainframe

JUSTIFIED clause cannot be used for data items defined with USAGE IS POINTER.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In COBOL, the JUSTIFIED clause is used to align data in alphabetic or alphanumeric fields. It cannot be applied to variables defined with USAGE IS POINTER, which represent memory addresses and require strict, unformatted storage, making the statement true.