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 ATI? What kind of TDQ can be used?
Define an aey9 abend?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
What are the common cics service programs and explain their usage?
Explain the difference between a physical bms mapset and a logical bms mapset?
are we use the group by clause in cursors?
How do you terminate an already issued DELAY command?
What are the classifications of the cics program?
Can you define transid?
when will be use the tdq and tsq??
Define RCT.