In which table would you make an entry for a BMS map?
Answers were Sorted based on User's Feedback
Answer / bobby
Entries for BMS map sets are in PPT (Processing program table). Even entries for programs are in PPT. All maps and programs need to be registered in PPT. Only the programs that are connected to transaction ids need to be registered in PCT.
PCT has entries that match transaction ids with programs. The primary function of the PCT is to register the control information of all CICS transactions. PCT contains a list of valid Trans-id paired with the name of a program CICS will load when the transaction is initiated with that transaction identifier. It identifies priority and security level (RSLC) of transaction.
| Is This Answer Correct ? | 12 Yes | 0 No |
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
What is the name of the mapset definition macro?
Explain how do you dynamically set the cursor position to a specific field?
For a CICS-DB2 program, how is the plan referenced?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Kindly specify the pic clause for the hhmmss type of data fields?
What command do you issue to delete a record in a transient data queue ?
difference between tsq and tdq?
cics command level is?
Explain difference between call and link?
What is the cics command that is used to access current date and time?
What does it mean when EIBCALEN is equal to 1 and other values?