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


Please Help Members By Posting Answers For Below Questions

What is job control language?

612


Is it possible to define dd statements as you want?

646


What parameter directs the output of the job log dataset?

769


How does jcl act on code(if you take a cobol program)?

711


Explain the purpose of dd * statement in jcl?

643






What is Cataloged Procedures?

715


Explain the function of job statement in jcl?

651


how to run batch program without jcl?

10088


What dd statement is used to supply the name of a dataset?

779


what is use of dsn parameter in dd statement?

673


Explain how can a stopped job be started again?

638


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

740


what is SOC4 error?

740


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

713


Brief description of inline procedure of jcl.

687