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 the use of symbol // in jcl?

918


Explain the jcl exec statement?

645


Is their any set of rules for dd? Explain.

657


when does a dataset go uncataloged?

828


Explain about LMFREE�free data set from its association with data ID

997






how you can access an uncataloged dataset in a JCL?

651


What are s0c1, s0c4, s0c5, s0c7 and socb?

697


State the uses of syspring, sysin, sort fields, sum fields and dummy.

644


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

923


What statement can be used to send data to another mvs jes3 node?

823


What is jcl in mainframe, and how many types of jcl statements are there for a job?

628


What parameters can be used to limit the number of records written to a sysout dataset?

746


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

674


How to alter the parameters for the existing gdg?

710


can any one plzzzzzz tell the jcl code for creating ps using idcams

10509