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 the syntax of JCL statement?
Why include statement is used in a jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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) ?
Define concatenating?
Explain how can an in-stream dataset be terminated?
a dd statement has 2 types of parameters. Name them?
how JCL works?
How do you create a temporary dataset?
In sms datasets, what is the function of the dd avgrec keyword?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain how can the submitting users racf authority be overridden in a job stream?
how you can access an uncataloged dataset in a JCL?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the use of disp parameter?