hi in one of the interview one asked me how to submit a job
from cobol?as well as how to submit a jcl from CICS? can u
pls any one tell me..
Answer / harsha
Define a file in JCL as (CLASS,INTRDR)
Open the file in OUTPUT mode and write full job to it.
Write the full job to TDQ.
WRITEQ TD
QUEUE(A,INTRDR)
FROM(WS-DATA)
| Is This Answer Correct ? | 7 Yes | 0 No |
Explain the job statement in jcl?
How do you send the output of a COBOL program to a member of a PDS?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
How do you handle empty files in a JCL ?
how do you resolve for soc7 error
wt will happen to the step of a job if u code COND=ONLY
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to delete generations of gdg without deleting gdg base?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?