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
How ENQ and DEQ used in CICS?
What does the 'cebr:cics' transactions do?
Receive consists of buffer option in it. What is the significance of this option?
Can ESDS files be accessed from CICS?
hi,what is the module? how many modules in mainframe based banking projects
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What is the meaning of the deq command?
what are the reserved words for cics?
What is the comaera (communication area)?
What is frset?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What are the cics tables?
What is the use of the eibaid field?
Can you explain cics transaction gateway?
Explain the difference between exec cics handle condtion and an exec cics ignore command?