State the uses of syspring, sysin, sort fields, sum fields and dummy.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the function of the steplib dd statement?
How to release the Output HELD by using HOLD = YES on DD statement ?
can we give instream data in procedure
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How many types of libraries are there in JCL ?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
How to copy VSAM files without using REPRO
What is QSAM error usually when it is occurs?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
How do you check the syntax of a JCL without running it?
How to check empty file in jcl?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?