home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
viscobv6.zip
/
vac22os2
/
ibmcobol
/
samples
/
minivb
/
con1
/
con1nv.cpv
< prev
Wrap
Text File
|
1997-11-19
|
586b
|
17 lines
* Feature source code generation begins here...
01 iCon1col1.
03 iCon1col1-Length PIC 9(9) COMP-5.
03 iCon1col1-String.
05 iCon1col1-Chars PIC X
OCCURS 1 TO 255 TIMES
DEPENDING ON iCon1col1-Length.
01 iCon1col2.
03 iCon1col2-Length PIC 9(9) COMP-5.
03 iCon1col2-String.
05 iCon1col2-Chars PIC X
OCCURS 1 TO 255 TIMES
DEPENDING ON iCon1col2-Length.
* Feature source code generation ends here.