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 happens in conversion stage in job processing?

716


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

661


Explain how can the submitting users racf authority be overridden in a job stream?

661


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1606


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1934






What is the purpose of disp parameter?

633


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1973


What statement can be used to send data to another mvs jes3 node?

800


when can a job time-out occur? How to overcome that?

736


what is the purpose of coding notify parameter in job statement?

673


What is the format of comment statement?

649


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

761


which utility is used to sort a file in jcl?

735


Is automatic restart possible in jcl?

722


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7581