What is data only and map only in cics
Answer Posted / y@$w@nth
what physical map contains:
As we know that The map formatting information like fields
starting position on the screen and their maximum length..
etc will be contained in physical map
what symbolic map contains:
the symbolic map contains the variables data that is
referenced in the cobol program
so when we use MAPONLY option the name itself is saying
that send only map not data that means it doesn't use
symbolic map.
And when we use DATAONLY option the name itself saying that
send only Data not map that is just refresh the screen with
new values for the fields.it doesn't use physical map.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Define floating maps with illustration?
difference between tsq and tdq?
Explain how and where is the twa size set?
what is the cics command used to access current date and time?
Give the definition of COMMAREA ?
what are transient data sets defined to cics?
What is mainframe cics?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Mention one alternative aspect of CICS?
Name a few CICS programs which are generally used ?
Can ESDS files be accessed from CICS?
Particular area has been affected in cics screen, what is the process to find?
Define the term function request shipping?
Explain the difference between dfhcommarea and tsq?
Explain the primary function of the processing program table (ppt)?