what is DSN parameter and DISP parameter is used for?
No Answer is Posted For this Question
Be the First to Post Answer
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Describe the EXEC statement, its meaning, syntax and keywords?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the syntax of JCL statement?
How do you restart a step in JCL?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
Is their any limit for data sets?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
What is the significance of addrspc parameter in exec statement?
At what stage, operator can change the class and priority of a submitted job?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04