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 |
Where can program checkpoints be stored for use in a restart?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What is the purpose of the PARM keyword in the EXEC statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain dd statement in jcl?
how would you create a temporary dataset? And where will you use them?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Are there any set of rules for the names of the steps used in a job?
Explain about LMPUT-
what JCL Procedures?
how to create gdg with out using idcams utility
A dd statement consists of 4 fields. Name them?