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
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Define an asra abend?
What are the types of processes to create a map in cics?
Explain the difference between and exec cics xctl and an exec cics link command?
What is non-conventional programs?
Define floating maps with illustration?
How do we pass parameters into a CICS –DB2 program
What are the ways fot initiating a transaction?
Can you define cemt?
What is frset?
What is the comaera (communication area)?
Explain how would you resolve an asra abend?
What is the main function of the sign-on table?
What is the difference between a return with transid and xctl?
Explain how do you handle errors in cics programs?