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
Is it possible to left uncode disp? If yes, how?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is use of dcb parameter in dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you submit a job for execution?
what happens in execution stage in job processing?
What is the function of the steplib dd statement?
what are the various stages of job processing?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain about LMQUERY�give a dialog information about a data set
Why block size is multiple of lrecl in jcl?
How jcl work to handle various input output file operations?
what is SOC4 error?