Hi,
I would like to know the JCL to fetch the data from one dataset to other new dataset which i am going to create. If some help me it would be great.
Regards
Dhana Venkatesh
VSAM files are typically copied using IDCAMS, while sequential files are typically copied using SORT or IEBGENER and PDS files are typically copied using IEBCOPY -- although IDCAMS can copy sequential files as well.
I need to use my JCL Job in the Schedule as Predecessor for the Actual job which i need to copy the information. So if the schedule starts once the Actual job is completed then my job will run
What does this mean?copy the information's from an another job(Actual Job).