COBOL
Demonstrate different numeric PIC clauses: 9, S, V, P....
pic
numeric
data-types
COBOL
Work with alphanumeric (PIC X) and alphabetic (PIC A) data types....
alphanumeric
alphabetic
pic-x
COBOL
Create a record structure with group and elementary items....
group
elementary
record
structure
COBOL
Explain and use computational data types COMP, COMP-1, COMP-2, COMP-3....
comp
comp-3
binary
packed-decimal
COBOL
Format numbers for display using edited PIC clauses: Z, *, $, comma, period....
edited-pic
formatting
display
COBOL
Use REDEFINES to interpret same storage in multiple ways....
redefines
storage
data-types