How do you submit a JCL under CICS environment ?
Answer Posted / 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 View All Answers
Explain about ISPF/TSO Commands
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is “Cond= even” and “Cond=only”?
What is jcl in mainframe?
Explain the hierarchy levels in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
i want to store 20 digits . how will u do it in cobol ?
What is the significance of addrspc parameter in exec statement?
How do you access an uncatalogued dataset in a jcl?
in ways data can be passed to a COBOL program from JCL?
which parameter is used to check the syntax of a jcl without executing it?
What is the function of the dd dcb keyword?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you