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 use of a TDQ, TSQ?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
What is the meaning of the enq command?
can there be multiple mapsets for a single program?
what are the differences between and exec cics xctl and exec cics start command?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
Why is it important not to execute a STOP RUN in CICS ?
Can you explain multitasking and multithreading?
list the sequence of steps used to achieve modiication in skip sequential mode?
How do you use extended attributes ?
How to dsect parameter is used in bms?
What is Journal Recovery and Dynamic Transaction Backout?