How many ways are there for initiating a transaction? what
are they?
Answers were Sorted based on User's Feedback
Answer / ajay ahuja
Their are 5 ways of initiating CICS Transaction:
1. Transaction ID.
2. Pseudo Conversation.
3. Start Command
4. ATI (Automatic Transaction Initiation).
5. PF keys (Need to be registered in PCT)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anitha
after logging into needed region using "CRTE sysid=", give CEMT then select TRANsaction and then give enable to initiate the transaciton.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siranjeevi
We have two more ways to initiate,
6. Using PLT(Program List Table)
DFHPLT TYPE=ENTRY,PROGRAM=PGM_NAME
7. Embedding 4 bytes of transaction preceding in the screen
and send it to the terminal.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning and use of the EIBAID field?
What does a cics translator do?
Explain difference between call and link?
What is the primary function of the Sign-on Table?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
what are the differences between DFHCOMMAREA and TSQ ?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
What is the purpose of the Program List Table?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Explain how DSECT parameter is used in BMS ?
What is MDT?
What does the 'ceci:cics' transactions do?