RosettaCodeData/Task/Variables/COBOL/variables-6.cobol
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

3 lines
134 B
COBOL

01 group-item VALUE "Hello!12345".
03 a-string PIC X(6). *> Contains "Hello!"
03 a-number PIC 9(5). *> Contains '12345'.