What is the difference between physical map and symbolic
map?
Answers were Sorted based on User's Feedback
Answer / guest
Physical Map is used for screen(MAP), how the fron-end
application to be developed like operation,apperanace of
the data on the screen.
when we are using Symbolic map is used to handle the screen
data on COBOL program.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / bobby
in other words, physical map is the load module and symbolic map is the copybook.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rameshkumar.hk
in other words, physical map is the load module and
symbolic map is the copybook used in the cobol cics program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Can you have CICS code in a copybook? If yes, what happens during compilation?
Can you explain enq and deq used in cics?
Can ESDS files be accessed from CICS?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
What is an MDT (Modified Data Tag) - it's meaning and use?
Explain how pa key is different from pf key?
Do you require a table entry for a TSQ?
Explain the various ways data can be passed between CICS programs.
Explain the use of DCT ?
What is the difference between LINK and XCTL ?
How many maps can we declare in a mapset.what is the limit.
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