1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / cj
Necron answered it right. TYPRUN=SCAN does the following:
1. Checks for syntax errors in the JCL
2. If errors present, the job listing gives the line number
and a short description of the error (so you can fix them
before submission).
3. If errors are not present, the job listing does
mention "No syntax errors".
In both cases 2 and 3, the point that should be remembered
is "The job is not run or initiated by the Operating
System". TYPRUN=SCAN only tells you if syntax errors are
present in the JCL or not. It does not invoke the job. Once
there are no syntax errors, remove TYPRUN=SCAN (or comment
it) and then submit the JCL for actual execution.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Define concatenating?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what is use of dcb parameter in dd statement?
What is the function of //jcllib statement?
which parameter is use to declare the name of dataset in dd statement?
Why include statement is used in a jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what happens in conversion stage in job processing?
Which dd parameters are required?
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.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how do you access an uncataloged dataset in a jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain about ISPF/TSO Commands