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 |
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
Which is the command that is used to dump the main storage areas related to a task?
Which is the macro used for making an entry in the PPT
How can we initiate a transaction from batch?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Specify the requirements for automatic task initiation?
How to get the sign-on user-id from an application program?
Explain the cics command that is used for reading a record from the tdq?
What are the situations under which NEWCOPY is required ?
Explain the difference between physical map and symbolic map?
Can you define commarea?