What is the motivation behind coding class parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is a GDG
how do u define a file in cobol and jcl ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How many extents are possible for a sequential file ? For a VSAM file ?
How can you trap abends in the JCL?
what happens if job falls in loop ? how to resolve it ?
how to create a member or sequential dataset through tso command??
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
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.
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Explain the function of //jcllib statement?
Is their any set of rules for dd? Explain.