Answer Posted / muttaiah
Hi Rams,
Thanks for your response,
Actually is there any possibility that these options may
differ from organization-organization or project to project.
can i have a clear introduction regarding this.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain the hierarchy levels in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is the use of IEBGENER utility?
how you will the direct the data to spool using sysout option?
What do you understand by the term notcat 2 – gs?
how do you code a null statement?
What is the purpose of dd?
Name a few IBM utility programs, and explain its function.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How jcl is used for testing batch programs?
Explain how can values be passed from the job stream to an executable program?
how to do automated restart when a job abends?
how can the same proc be re-used and called by many jobs?
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.