What are the parameters that are used in creating a gdg?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone explain me about sort in jcl with inrec and outrec ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
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.
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
What do you do if you do not want to keep all the space allocated to a dataset?
Explain the function of //jcllib statement?
What is NOTCAT 2
diff bw vsam and normal flat file?
Do we need to code DCB parameters when using DISP position as MOD?
What is S322 abend ?
define cond parameter in jcl?
How can u know the current date using jcl?