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

What is the maximum length of a single line of jcl?

0 Answers  


what sort card you will use to copy the data from one dataset to another dataset?

0 Answers   IBM,


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

0 Answers  


What does the one advantange of using IEBUPDTE?????

2 Answers  


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  






is step name is compulsory in jcl ?

2 Answers  


Explain about LMCLOSE�close a data set

1 Answers  


what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?

2 Answers   Verizon,


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


How do you restart a PROC from a particular step?

5 Answers  


Mention the types of job control statements?

0 Answers  


If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/

10 Answers   IBM,


Categories