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 |
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
What is the difference between a physical BMS mapset and a logical BMS mapset?
how do you handle errors in cics programs?
If no exception handling is provided in the program, what will happen ?
Is length = 0 sufficient to ascertain that the field has been modified?
What information do you get when an EXEC CICS STARTCODE is issued?
What is Tclass in cics?what is its importance? How it is implemented?
What is dynamic transaction backout?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
What is ENQ?
Name a few CICS programs which are generally used ?