How do you submit a JCL under CICS environment ?
Answer Posted / anil sana
Write a CICS program to write the JOB to TD Queue
named "INTR" and kick off the transaction associated with
the program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 steplib and joblib? What for they are used?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what are the various stages of job processing?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How does jcl act on code(if you take a cobol program)?
how you will the direct the data to spool using sysout option?
Differentiate between the joblib and the steplib statements?
Explain how can values be passed from the job stream to an executable program?
In job processing, what happens in execution stage?
what operation is performed by job statement?
Can we use DISP=SHR in output file in JCL
which utility is used to run a cobol-db2 program?
Can we call instream to catalog and catalog to instream?
when does a dataset go uncataloged?