I have a requirement as below
Cobol Program P1 is calling Cobol subprogram S1 And Subprogram require sequential file as an input. Please advice how i can pass sequential file from JCL of Main program P1 to the Subprogram S1.
Also is there any other way to meet this requirement ?
Thanks in Advance..