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
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of dd name parameter with a 2 part structure; audit.report?
Is automatic restart possible in jcl?
What is the function of the dd avgrec keyword in sms datasets?
What is the use of symbol // in jcl?
What do you understand by the term notcat 2 – gs?
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 use of disp parameter in dd statement?
Name a few IBM utility programs, and explain its function.
What is the function of //cntl statement?
what is use of dsn parameter in dd statement?