RosettaCodeData/Task/Variables/COBOL/variables-4.cob

5 lines
140 B
COBOL
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
*> Group data items do not have a picture clause.
01 group-item.
03 sub-data PIC X(10).
03 more-sub-data PIC X(10).