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 |
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
what is inrec fields and outrec fields in sorting
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to find the length of variable length copybook using fileaid ??
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
What is a S0C4 error ?
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..
how many types of sorts are there in jcl?
what is JCL?