Is their any limit for data sets?
No Answer is Posted For this Question
Be the First to Post Answer
which parameter is used to check the syntax of a jcl without executing it?
what is meant by jobtrac?
Explain the function of job statement in jcl?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
a dd statement has 2 types of parameters. Name them?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
What is Cataloged Procedures?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?