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
Explain how pa key is different from pf key?
What is meant by a ‘Transid’ ?
What do you mean by the term fct?
Explain the difference between the xctl and link commands?
Explain the use of DCT ?
Explain how would you resolve an asra abend?
Particular area has been affected in cics screen, what is the process to find?
Explain how to build up lu 6.2 communication?
Explain the primary function of the processing program table (ppt)?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Explain how do you intitiate another transaction?
Can you define cemt?
Explain the cics command that is used for reading a record from the tdq?
What are the types of the dfhmdf present in the cics?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?