Answer Posted / sunilkumar
IEFBR14
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain how can the submitting users racf authority be overridden in a job stream?
What are the parameters that are used in creating a gdg?
What is the significance of addrspc parameter in the exec statement?
How is the record format of an output dataset specified?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the function of job statement in jcl?
What is the purpose of dd?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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.
What are some jcl statements that are not allowed in procedures?
How to do automated restart when a job abend?
Why include statement is used in a jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is SOC4 error?