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 difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
What does the 'cemt:cics' transactions do?
What are the steps you go through to a create a BMS executable?
What is the difference between the enter key, the PF keys and the PA keys?
What is the difference between pct and fct?
What is the cics command level?
Explain how do you control cursor positioning?
What is frset?
What is an ASRA?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is the function of the Terminal Control Table(TCT)?
How do u know if a start command intiated a transaction or a terminal intiated a transaction