hi all,
i have cobol prog PRG1. That call another prog using LINK. PRG1 uses a group variable GRPVR1 to send data to PRG2(called program)
In PRG2 can we have a different group variable GRPVR2 in the RETRIEVE statement.
can we have a two different group variables in the calling prog and the called prog to send data.?