Is it possible start a transaction CICS from job Batch? How
do it?
Answer Posted / anand
We can use IEFBR14 utility to pass CICS commands like below.
//CICSCMD EXEC PGM=IEFBR14
// F REGION,'CEMT INQ TRA(*) PROG(NAME)'
// F REGION,'CECI START TRA(ABCD) FROM(Data) LENGTH(8)'
REGION is the CICS Job Name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the tcp in the cisc?
Define transient data?
which transient data queue support ati?
Can you explain enq and deq used in cics?
Explain the maps in cics?
What are the classifications of the cics program?
Can you explain dfheiblk?
What is the syncpoint command?
Explain the uses that are associated to tsq and tdq ?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What does the 'cebr:cics' transactions do?
Explain how do you establish a starting position in a browse operation?
Explain the cics command that is used for reading a record from the tdq?
What are some of the cics commands associated with interval control?