After execute the map, What will happen ? Give breif Description
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / adarsh
above answer is enough... but to add one more thing. the
symbolic map copy book has below fields..
F - Flag a one byte
A - Attribute for i/o and o/p
L - Half word binay s9(4) COMP
I - i/p field
O - o/p field
with the above fields mapping with physical map you can use
the RECEIVE and SEND MAP/MAPSET in your application program ...
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / narender
Piyush,
Physical map will be stored in your loadlib, check your compile jcl to check your loadlib.
Otherwise if you want to see in production environment it should be where all other loads are present.
Its machine code..u can see it but can't understand..:-}
Thanks,
Narender
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / piyush mani
thanks 4 feedback..
can u tell me where physical map is stored..
can we c it????
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain how to build up lu 6.2 communication?
What tables must be updated when adding a new transaction and program?
What is EIB. How it can be used?
Explain how would you resolve an asra abend?
Explain the difference between intra partition tdq and extra partition tdq?
What is the CICS command that is used to receive the un- formatted data from the terminal?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
A mapset consists of three maps and 10 fields on each map . How many of the following will be needed ?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
name the command that is used to dump the main storage areas related to a task?
what is an MDT in cics
Explain how do you set the mdt option to on status, even if data is not entered?