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
What parameters can be used to limit the number of records written to a sysout dataset?
how can the same proc be re-used and called by many jobs?
For what purpose steplib and joblib are used ?
Explain the function of a dd statement?
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
Differentiate between the joblib and the steplib statements?
How can a jobs execution priority be modified?
What is the purpose of disp parameter?
what are the statements that are not valid to be included in an include statement?
Can we call instream to catalog and catalog to instream?
What are the difference between jcl and jes?
Name the statement which can be used to send data to another mvs jes3 node?
Explain dfsort utility?
What is the purpose of the dd keylen parameter?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?