How do you submit a JCL under CICS environment ?
Answer / guest
Pass all the jcl codes to a COBOL variable(should be declare
using OCCURS clause) and the write the line one by one to
the spool using CICS commands like SPOOLClose SPOOLOpen
SPOOLWrite . For more help reffer CECI of CICS or CICS manual
| Is This Answer Correct ? | 2 Yes | 4 No |
whats SOC7?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
difference between internal sort and external sort
The maximum number of in-stream procedure you can code in any JCL is ?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
Explain the jcl exec statement?
Why do you want to specify the REGION parameter in a JCL step?
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
Explain about LMOPEN -