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 |
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
What are the difference between jcl and jes?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
what is full form of AIX
what r the types of job control statements?
I have a File that has duplicate records. I need only those records that occur more than thrice.
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
What is one line to pass PARM from JCL to COBOL?
What is condition checking in jcl? Is this possible?
How can the attributes of one sms dataset be copied to another dataset?
what is JCLLIB and PROCLIB in jcl and their syntax
which utility is used to sort a file in jcl?