How can a stopped job be started again?
No Answer is Posted For this Question
Be the First to Post Answer
can we modify the code in copy book? if it possible how to submit ofter the modification.
how to identify a vasam dataset by seeing in 3.4(browse)
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
How to find out the number of records in a file using JCL
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
A job has 90 steps i want to execute only step7 and step15
What does SYSIN * indicate?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
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?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
What is the function of dd disp parameter?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?