What is the function of //cntl statement?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about RECORDING MODE Clause
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
when we use sysprint and sysout statements
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
Is condition checking possible in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to identify in JCL that an input file is empty without reading it?
how to do automated restart when a job abends?
What is STEPLIB, JOBLIB? What is it used for?
What is a GDG
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?
What is the purpose of include statement in a JCL?