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 |
Once a transient data queue is read, can it be reread?
For multithreading an application program need not be re- entrant(True or False).
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What is interval control?
Explain how do you access storage outside your cics program?
How to get the sign-on user-id from an application program?
What is the process of converting the CICS commands into the equivalent host language statements called?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?