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
Matching Logic in Jcl not in cobol.Could any one please answer this question
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is SOC4 error?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is the function of the dd mgmtclas keyword in sms datasets?
What happens if both JOBLIB & STEPLIB is specified ?
How does jcl act on code(if you take a cobol program)?
What are the parameters that are used in creating a gdg?
Name what parameter directs the output of the job log dataset?
Name a few IBM utility programs, and explain its function.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Name the statement which can be used to send data to another mvs jes3 node?
How can the attributes of one sms dataset be copied to another dataset?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the function of //jcllib statement?