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 |
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
How are screens created in cics
What is ATI? What kind of TDQ can be used?
The error code AEIV?
Explain the difference between tsq and tdq
How do you invoke other programs? What are the pros and cons of each method?
How many ways are there for initiating a transaction? what are they?
Explain the term Function Request Shipping?
Explain difference between call and link?
Which is the CICS control program which governs the flow of control among the CICS application
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?