In which table would you make an entry for a BMS map?
Answer Posted / 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 |
Post New Answer View All Answers
define the field with ic in the bms map.
Can dynamic calls be used in CICS?
Define the term function request shipping?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
what are the reserved words for cics?
What are the types of processes to create a map in cics?
Explain how pa key is different from pf key?
Explain the thress bms options?
What is bms map?
What is the meaning of the enq command?
What does the 'cebr:cics' transactions do?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
what is the differences between getting the system time with eibtime and asktime command?
Can you define bms?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?