What is the function of job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
what is static and dynamic call with examples?
Is condition checking possible in jcl? If yes, how?
How many positional parameters are there in job statement?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What is the improvement to COND= in the latest version of MVS?
List in order the hierarchical levels of jcl?
how to eliminate the duplicates in sorting
Can we use DISP=SHR in output file in JCL
what is inrec fields and outrec fields in sorting
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?