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 |
how can you prevent more than one user from accessing the same transient data queue?
Into which table is the terminal id registered?
What is data only and map only in cics
How can you use dynamic calls in cics?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
At which situation we need to use the push and pop conditions...pls tell me with exampls.
Explain the difference between physical map and symbolic map?
Explain the difference between getting the system time with eibtime and asktime command?
What is a deadlock?
What is multitasking and multithreading?
Explain how to build up lu 6.2 communication?
What is quasi rentrancy concept in CICS?