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

5 lines
140 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
*> Group data items do not have a picture clause.
2014-01-17 05:32:22 +00:00
01 group-item.
2013-10-27 22:24:23 +00:00
03 sub-data PIC X(10).
03 more-sub-data PIC X(10).