1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / vtp
again the exact siginificance of TYPRUN = SCAN is yet to be
identified.
If you submit a job with(syntax error) by giving TYPRUN
=SCAN and without giving the same, the error message which
we are getting the same.
In both cases spool contains the message "EXPECTED
CONTINUATION NOT RECEIVED"
So anyone please tell the exact significance of this
command?
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you code a null statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How do you create a temporary dataset?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are steplib and joblib? What for they are used?
Must tape dataset definitions include vol=ser specifications?
List in order the hierarchical levels of jcl?
Is their any set of rules for dd? Explain.
What do you understand by jcl?
how can you check if a file is empty using jcl?
What is the function of job statement in jcl?
How to pass data to a program that is coded in an exec statement?
Explain how can return codes be tested before execution of a job step?
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.
what is a jcl?