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
Suppose I have five jobs to do. But I want to hold one?
How jcl work to handle various input output file operations?
How can unused space allocation be returned to the system when a dataset is closed?
What are the 2 types of parameters in dd statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Is it possible to left uncode disp? If yes, how?
Why include statement is used in a jcl?
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 to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the 4 fields in dd statement?
How do you create a temporary dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain how can a stopped job be started again?
how do you access an uncataloged dataset in a jcl?