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 |
can anyone explain me about sort in jcl with inrec and outrec ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
What is the difference between the JOBLIB and the STEPLIB statements?
describe the dd statement,its meaning,syntax and keywords?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Name a few IBM utility programs, and explain its function.
can we give instream data in procedure
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Can I send output of job to my remote device careerride123?