After execute the map, What will happen ? Give breif Description
Answer Posted / narender
After execute the map ?? you mean after compiling the map.
After compiling a map we get two entities one Physical Map
and symbolic map.
All unnamed fields are converted to machine code and placed
in physical Map.
Where as all named fields are part of symbolic Map. Symbolic
map is a copybook in host language (COBOL,PL/1..)
When you send a map from program your physical map is
overlapped with symbolic map and displayed on terminal.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the tcp in the cisc?
Can you define commarea?
What is the term bms in cics?
Define temporary storage?
What is the pic clause for the data type of length option field type of data fields?
what is eib, how is can be used?
What is the cics command level?
Define communication area?
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??
Explain what is the massinsert option?
Explain the primary significance of intra-partition and extra-partition tdqs ?
What are the main uses of the transaction in the cics?
Explain the primary function of the processing program table (ppt)?
What is program reentrance?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?