How to pass data from one JCL to another JCL?

Showing Answers 1 - 1 of 1 Answers

lfrank

  • Jan 8th, 2008
 

A lot depends on how much data and where it is coming from. Assuming the data is originated in JCL1, simply include a step to write the data to a data set or member of a PDS. You can do this with IDCAMS, SORT, FILE-AID, etc.

Then in JCL2 you just read the data from the file or PDS member.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions