1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?

Answer Posted / necron

Basically we use TYPRUN = SCAN to check the syntax errors
in the JCL.

Ex of syntax error: You have given a continuation (,comma)
at the end of a line and there was no continuation in the
next line.

In the Spool you will have the line no and a message about
the problem that occurred on a particular line in the jcl.
In the above said example it will be

line no: x Expected continuation not received.

Hope this clears your doubt.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which statement is used to identify the private libraries in job?

652


what is DSN in JCL and what are the parameters to declare the DSN?

695


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

697


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1708


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1723






Why include statement is used in a jcl?

665


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?

7552


Explain how can an in-stream dataset be terminated?

671


Explain the function of dd disp parameter?

573


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

718


How do you access an uncatalogued dataset in a jcl?

703


can any one plzzzzzz tell the jcl code for creating ps using idcams

10433


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

560


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

951


how to do automated restart when a job abends?

817