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 |
How are programs reinitiated under CICS ?
i would like to practise some programs in code some cics programs plz send the programs
Why do we need integrated cics translator?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
Explain how do you control cursor positioning?
What is the difference between START and XCTL ?
name the command that is used to dump the main storage areas related to a task?
Do you receive the attribute byte in the symbolic map?
Can you explain dfheiblk?
When there are 2 records with the same key specified in a DELETE operation what will happen?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you explain enq and deq used in cics?