Is their any set of rules for dd? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
When output dataset space is required, what quantity categories are used?
Why include statement is used in a jcl?
What statement can be used to send data to another mvs jes3 node?
How to execute a set of JCL statements from a COBOL program ?
What are the common jcl syntax errors you get? This is not abends?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of //cntl statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What are steplib and joblib? What for they are used?
Where can program checkpoints be stored for use in a restart?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?