Answer Posted / arjun
There is a procedure in ca7.
Where u can restart the job from ca11. there u need to
specify the step name and submit the job.
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain the function of //jcllib statement?
What is the difference between the positional and keyword parameters? Give examples.
what operation is performed by job statement?
What do you understand by the term job time – out and how can you overcome that?
which parameter is use to declare the name of dataset in dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is NOTCAT ?
What is the significance of addrspc parameter in the exec statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What do you understand by the term notcat 2 – gs?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you