What are the three BMS options ?
Answers were Sorted based on User's Feedback
Answer / rahul
Three BMS options are
DFHMSD - Mapset
DFHMDI - Map
DFHMDF - Field (Used to define a field with its
characteristic in a Map).
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / cheran pogu
1)DFHMSD FOR MAP
2)DFHMDI FOR MAPSET
3)DFHMDF FOR FIELD
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / ananta bajpai
there are three main options
map - we use marco dfhmsd
mapset- dfhmdi
filed- dfhmdf
| Is This Answer Correct ? | 0 Yes | 1 No |
What CICS facilities can you use to save data between the transactions?
Define task work area?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Name the three ways available for a program to position the cursor on the screen?
What is DFHBMSCA?
Define floating maps with illustration?
Explain how would you resolve an asra abend?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
With the use of an alternate index, how is a VSAM file accessed?
What are the cics transactions?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.