1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / leena_kulkarni
TYPRUN=SCAN checks the JCL only through the converter, not
the interpreter. The difference is that the converter
basically checks all expressions to the LEFT of an equal
sign plus SOME expressions to the right of an equal sign
(and issues messages that start with IEFC), while the
interpreter checks all expressions to the RIGHT of an equal
sign (and issues messages that start with IEF). For
example, a data set name containing a qualifier that
exceeds eight characters,
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
What is the function of the dd dcb keyword?
What are the difference between jcl and jes?
How do you access an uncatalogued dataset in a jcl?
How does the jcl specify the job to os?
how can the same proc be re-used and called by many jobs?
How can a fb file convert to vb file using sort program?
What is Cataloged Procedures?
What is the function of //jcllib statement?
What is the difference between run mode and addressing mode?
what is SOC4 error?
what is DD statement is used in 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?
What is the use of disp parameter?
Explain how can an in-stream dataset be terminated?