I have following scenario:-
- in CL, override on PF to share ODP
- Calling PGMx where above PF will be open using OPEN operation.
- In PGMx,once file is open,calling another pgm(PGMy) to read the same file ( PF ) for specific record using READ operation (without SETLL ).
Question : Record pointer in PGMy will be first record or next consequent record which read in PGMx
Software/Hardware used:
ASKED:
December 18, 2009 9:51 AM
UPDATED:
December 19, 2009 7:10 AM
What is specified for the OVRSCOPE() and OPNSCOPE() parameters? What activation groups are involved? What OPEN modes are used by the two programs — input, output or both?
Tom