which utility is used to sort a file in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of dd * statement in jcl?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How to alter the parameters for the existing gdg?
what is a steplib
How does jcl specify the job to the operating system?
Can I send output of job to my remote device careerride123?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
What statement marks the end of an in-stream or catalogued procedure?
For what purpose steplib and joblib are used ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How is a GDG base created?
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?