How do you submit a JCL under CICS environment ?



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

Post New Answer

More JCL Interview Questions

how to set dependancy for jobs?

4 Answers  


What is model dataset label(Model DSCB)?

1 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


What dd statement is used to supply the name of a dataset?

0 Answers  






What is the syntax of JCL statement?

0 Answers  


in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options

4 Answers   HSBC,


how to do automated restart when a job abends?

0 Answers   IBM,


A job has 150 steps i want to execute only 57th step

3 Answers   Cognizant,


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


i have step1,step2,step3 from where can i start coding cond parameter ?

2 Answers   Verizon,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


Categories