What does the statements: typrun=scan and typrun=hold do in
a JCL statement
Answer Posted / shesha
TYPRUN=SCAN will check the JCL for syntax errors alone, the
job is not executed
whereas
TYPRUN=HOLD will hold this JCL without executing it, until
a further notice is given to run it.
| Is This Answer Correct ? | 36 Yes | 4 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
i want to store 20 digits . how will u do it in cobol ?
Explain about LMQUERY�give a dialog information about a data set
Explain the function of a dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Which dd parameters are required?
Where & How Do You Code Identifier In Jcl?
how you can access an uncataloged dataset in a JCL?
What is the format of comment statement?
Is it possible to left uncode disp?
When output dataset space is required, what quantity categories are used?
What dd statement is used to supply the name of a dataset?
How can unused space allocation be returned to the system when a dataset is closed?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?