1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / sandhya
so after mentioning typrun=scan in JOB card? do we need to submit the JCL? I suppose only after submitting the jcl we will get the list of errors if any?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
What is the purpose of dd?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
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.
how you can access an uncataloged dataset in a JCL?
What is multithreading in jcl?
What is the significance of addrspc parameter in the exec statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What are some jcl statements that are not allowed in procedures?
Why block size is multiple of lrecl in jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the purpose of dd * statement in jcl?
which parameter is used to check the syntax of a jcl without executing it?
when does a dataset go uncataloged?