We have a COBOL program which can select up to 42 lines. The parameter structure is:
01 PARM PIC X(1024).
03 ID PIC X(4).
03 SELECTED OCCURS 42.
05 ITEM PIC X(4).
05 DESCRPT PIC x(20).
I need to call this pgm in RPG.
How do I best define the parameters without defining each individual field.
Software/Hardware used:
ASKED:
June 24, 2008 1:52 PM
UPDATED:
June 27, 2008 6:49 AM