Hi,
does anyone know if we can pass a repeating group (group item) out of a cobol stored procedure . I know I can pass out a result set(i.e. a cursor) .
Can I pass out something like:
01 OUTGROUP OCCURS 5 TIMES.
03 IFIN1-PLANNED-PYT
05 PP-DUE-DATE PIC X(8).
05 PP-AMT PIC S9(12).
03 IFIN1-PC
05 PC-OS-AMT PIC S9(12).
out of a COBOL stored procedure?
Regards,
Sumit
does anyone know if we can pass a repeating group (group item) out of a cobol stored procedure . I know I can pass out a result set(i.e. a cursor) .
Can I pass out something like:
01 OUTGROUP OCCURS 5 TIMES.
03 IFIN1-PLANNED-PYT
05 PP-DUE-DATE PIC X(8).
05 PP-AMT PIC S9(12).
03 IFIN1-PC
05 PC-OS-AMT PIC S9(12).
out of a COBOL stored procedure?
Regards,
Sumit