Is it possible start a transaction CICS from job Batch? How
do it?
Answers were Sorted based on User's Feedback
Answer / pramod
Yes you can execute CICS commands from batch using MTPBATCH interface.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / murali pithani
Yes It is possible. You can use CAFCBTCH utility or PIPE
connecivity.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
what are the differences between and exec cics xctl and exec cics start command?
What is the MASSINSERT option?
Mention the content that is present inside a PPT ?
Can any one write coding for scrolling logic or page up & page down?
How errors are handled in CICS programs?
The EIB field which gives the last CICS command executed is
How to dsect parameter is used in bms?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Explain cemt transaction commands?
What is the use of using MDT in CICS? How it works?
What is Journal Recovery and Dynamic Transaction Backout?