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 meaning of the eibaid field?
Into what fields will the date and time values be moved after execution of the above command?
Which is the CICS control program which governs the flow of control among the CICS application
What is the eib?
What does the 'ceci:cics' transactions do?
Name the command which is used to release a record on which exclusive control is gained?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Specify cics transaction initiation process?
If I create a TSQ from one transaction, can I read it from another transaction?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Can you define mdt?
What is the cics command level?