1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / cj
Necron answered it right. TYPRUN=SCAN does the following:
1. Checks for syntax errors in the JCL
2. If errors present, the job listing gives the line number
and a short description of the error (so you can fix them
before submission).
3. If errors are not present, the job listing does
mention "No syntax errors".
In both cases 2 and 3, the point that should be remembered
is "The job is not run or initiated by the Operating
System". TYPRUN=SCAN only tells you if syntax errors are
present in the JCL or not. It does not invoke the job. Once
there are no syntax errors, remove TYPRUN=SCAN (or comment
it) and then submit the JCL for actual execution.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
What is jcl in mainframe?
What is the purpose of dd * statement in jcl?
what happens in execution stage in job processing?
what is DD statement is used in JCL?
List in order the hierarchical levels of jcl?
What is the function of dd disp parameter?
i want to store 20 digits . how will u do it in cobol ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the function of a dd statement?
Is their any limit for data sets?
Explain about LMFREE�free data set from its association with data ID
Explain the function of //cntl statement?
What is the use of disp parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?