Which dd parameters are required?
No Answer is Posted For this Question
Be the First to Post Answer
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
What are steplib and joblib? What for they are used?
What is order of searching of the libraries in a JCL?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Where & How Do You Code Identifier In Jcl?
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 is the difference between sb37,se37,sd37 each?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What are SD37, SB37, SE37 abends?
What are the basic JCL Statements for a Job?
Explain dfsort utility?