Hi All,
i have requirement to submit a two JCL's through rexx inputting a cobol dataset and cobol copybook from the REXX panel.
Firstly the cobol copy book is used in the first job submitted through rexx for creating a output dataset( contains another job which uses COBOL dataset as input from the REXX panel). now i want the output dataset (JOB/JCL) to be executed with input as my COBOL dataset from the REXX panel.
Rexx panel
COBOL dataset : input dataset
Copy book : cobol copybook
Rexx1
here i have a rexx coding to execute the first JOB/JCL hardcoded in rexx stack which uses COBOL copy book from Rexx panel and create a output dataset(contains JCL/JOB).
Now i want JOB/JCL from the output dataset to be run inputting COBOL dataset from rexx panel.
Regards,
rakesh MS