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
Explain about LMFREE�free data set from its association with data ID
Is automatic restart possible in jcl?
when can a job time-out occur? How to overcome that?
what is the purpose of coding notify parameter in job statement?
How would you understand error(execution phase)?
what is use of disp parameter in dd statement?
Explain dfsort utility?
Explain the function of the steplib dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Which statement is used to identify the private libraries in job?
what is SOC4 error?
what is the purpose of coding class parameter in job statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of dd disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.