The USAGE IS _____ clause is used to specify the format of data storage for numeric data types in COBOL.

  • COMPUTATIONAL
  • DISPLAY
  • INDEX
  • REDEFINES
In COBOL, the USAGE IS clause is used to define the format of data storage for numeric data types. The COMPUTATIONAL clause, often followed by other keywords like COMP or COMP-3, indicates binary or packed-decimal storage formats.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *