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


Please Help Members By Posting Answers For Below Questions

What parameters can be used to limit the number of records written to a sysout dataset?

1010


how can the same proc be re-used and called by many jobs?

1187


For what purpose steplib and joblib are used ?

870


Explain the function of a dd statement?

876


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

2132


Differentiate between the joblib and the steplib statements?

1074


How can a jobs execution priority be modified?

1010


What is the purpose of disp parameter?

850


what are the statements that are not valid to be included in an include statement?

1088


Can we call instream to catalog and catalog to instream?

892


What are the difference between jcl and jes?

1301


Name the statement which can be used to send data to another mvs jes3 node?

827


Explain dfsort utility?

1039


What is the purpose of the dd keylen parameter?

920


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

1059