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
what is DSN in JCL and what are the parameters to declare the DSN?
How to override loadlib?
What are steplib and joblib? What for they are used?
Is automatic restart possible in jcl?
Is it possible to code instream data in a PROC?
what are JCLLIB and STEPLIB in JCL?
what sort card you will use to copy the data from one dataset to another dataset?
What is the use of disp parameter?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How to run cobol program using jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is a jcl?
what operation is performed by job statement?
How to pass the parameter in parm using linkage section ? (syntax)?
Which statement is used to identify the private libraries in job?