What do the keywords MAPONLY and DATAONLY mean?
Answers were Sorted based on User's Feedback
Answer / meghana n.pai
MAPONLY option is used to send only the empty map to the
user without any data ie for sending initial screen.
DATAONLY option is used to send only the data and not the
map ie to refresh the screen contents, that means
screen/map will be there only fresh data has to be sent.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 ? | 3 Yes | 0 No |
What is the cics command that is used to access current date and time?
what is quasi-reentrant program?
How to make protected field in BMS invisible through application program?
What is meant by an attribute byte?
Name three ways the Modified Data Tag can be set on?
Define transient data?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?
What is the difference between link xctl?
In which table would you make an entry for a BMS map?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
Can you explain dfheiblk?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.