What is data only and map only in cics
Answer Posted / 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 ? | 15 Yes | 2 No |
Post New Answer View All Answers
Can you define transid?
Explain how can you accomplish breakpoint in intertest?
Name the two types of transient data queues?
What is CICS ?
Explain how do you dynamically set the cursor position to a specific field?
How do you use altindxs in batch, cics programs?
What is the term bms in cics?
What does the 'cedf:cics' transactions do?
Explain the difference between exec cics handle condtion and an exec cics ignore command?
What are the ways fot initiating a transaction?
Can you define commarea?
Explain the different ways of initiating transaction in cics?
Can you explain multitasking and multithreading?
What are some of the cics commands associated with interval control?
Define exec cics retrieve?