Is it possible start a transaction CICS from job Batch? How
do it?

Answers were Sorted based on User's Feedback



Is it possible start a transaction CICS from job Batch? How do it?..

Answer / pramod

Yes you can execute CICS commands from batch using MTPBATCH interface.

Is This Answer Correct ?    13 Yes 0 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / murali pithani

Yes It is possible. You can use CAFCBTCH utility or PIPE
connecivity.

Is This Answer Correct ?    4 Yes 1 No

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / amina

Using TDQ

Is This Answer Correct ?    0 Yes 0 No

Is it possible start a transaction CICS from job Batch? How do it?..

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

Is it possible start a transaction CICS from job Batch? How do it?..

Answer / sowmya

no we cannot.

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More CICS Interview Questions

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?

3 Answers  


What does the 'cemt:cics' transactions do?

1 Answers  


What are the steps you go through to a create a BMS executable?

2 Answers   IBM,


What is the difference between the enter key, the PF keys and the PA keys?

2 Answers  


What is the difference between pct and fct?

1 Answers  


What is the cics command level?

1 Answers  


Explain how do you control cursor positioning?

1 Answers  


What is frset?

1 Answers  


What is an ASRA?

2 Answers   IBM,


if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?

1 Answers   iGate,


What is the function of the Terminal Control Table(TCT)?

1 Answers  


How do u know if a start command intiated a transaction or a terminal intiated a transaction

2 Answers   ProKarma,


Categories