Explain the hierarchy levels in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How does jcl act on code(if you take a cobol program)?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
how to allocate a dynamic dataset in jcl ?
In job processing, what happens in execution stage?
Can we change a FB file to VB file in JCL? Please help
What are the difference between jcl and jes?
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 NOTCAT 2
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?