Multiple choice technology mainframe

What’s the PICTURE clause for Alphabetic identifiers

  1. PIC X ()

  2. PIC 9 ()

  3. PIC A ()

  4. PIC ()

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

In COBOL, the PICTURE clause symbol A is used to define alphabetic data items, so PIC A() is the correct clause.