I'm successfully executing a call through a CICS program. However I have the situation where
I have 3 jobstreams in the JCL I'm calling. I want to execute the first and second one(hold the second after
execution) and hold the third on job queue because both will be ran later. When I simply submit the JCL,
the second and third stays on the job queue but not when a call is issued through the CICS program,
all 3 jobstreams run. What can I do to fix this problem. Here is an example of a test jcl of the one I
want to run and hold and one I just want to hold.. Thanks
/*JOB JCL1 JOBD=QBATCH5 SAVE=(*YES)
/*JOB JCL2 JOBD=QBATCH5 HOLD=(*YES)