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
What is meant by PPT and what are its uses?
Define TCT.
Explain how do you handle errors in cics programs?
hi,what is the module? how many modules in mainframe based banking projects
If we say that bms length of field = 0, then what does that mean?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What is the type of ppt in the cics?
What does the 'ceci:cics' transactions do?
How can you use dynamic calls in cics?
What is a transid?
What is the cics command that is used to access current date and time?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What are the types of the dfhmdf present in the cics?
What Are Send Map Maponly & Send Map Dataonly ?
what is the differences between getting the system time with eibtime and asktime command?