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 |
Can you explain exec cics handle condition command?
What is the name of the log which contains the information needed to restart the system, including the task
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is a resident program?
What is Tclass in cics?what is its importance? How it is implemented?
How do you fire a batch job from a CICS transaction ?
Can dynamic calls be used in CICS?
What is the content of the PPT entry?
What is the difference between pct and fct?
Explain how do you dynamically set the cursor position to a specific field?
What is ENQ in CICS?
What are the common cics service programs and explain their usage?