What does the statements: typrun=scan and typrun=hold do in
a JCL statement
Answer Posted / guest
typrun=scan checks the JCL for errors, typrun=hold holds the
job until further notice.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
What are s0c1, s0c4, s0c5, s0c7 and socb?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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 the significance of addrspc parameter in the exec statement?
How gdg are concatenated?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is the JCL statement consists of?
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) ?
how do you access an uncataloged dataset in a jcl?
Explain the jcl exec statement?
How to override loadlib?
Explain the hierarchy levels in jcl?
Which statement is used to identify the private libraries in job?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?