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
What are the rules employed while naming the steps in a job?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is automatic restart possible in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Can an individual step be restricted from using all the jobs allowed cpu time?
When output dataset space is required, what quantity categories are used?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the function of the dd mgmtclas keyword in sms datasets?
How do you overcome this limitation ?
what is use of disp parameter in dd statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?