Is condition checking possible in jcl? If yes, how?
No Answer is Posted For this Question
Be the First to Post Answer
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
Can we change the LIMIT of GDG?
What are steplib and joblib? What for they are used?
At what stage, operator can change the class and priority of a submitted job?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
In which table PLAN is registered in ?
What 3 guidelines do we have to follow when concatenating DD statements?
what is inrec fields and outrec fields in sorting
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
can we copy a file from fixed block to variable block and vice versa ....asap
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
How can values be passed from the job stream to an executable program?