What is data only and map only in cics
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anitha
in DataOnly, the data which are passed from that page will only navigated. in send MAPONLY the physical map will be passed inspite of whatever the data present inside the map. Therfore if you are going to carry some data from one map to another map, then you have to give Dataonly compulsarily, else if you do not need to carry data from one to other, you may give MAPONLY which will display the appropriate map.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mary
DATAONLY means only symbolic map data is sent to the
terminal. MAPONLY means only physical map data is sent to
the terminal.FROM cannot be coded.
| Is This Answer Correct ? | 4 Yes | 3 No |
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is a transid?
What are the types of performs in COBOL? How does perform thru work, give example.
Why doesn?t CICS use the Cobol Open and Close statements ?
Explain how DSECT parameter is used in BMS ?
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Can we use both FSET n FRSET together in BMS? And if yes then what will happen?
An XCTL uses more CPU time than LINK (True or False)
Explain the difference between dfhcommarea and tsq?
Explain what is the massinsert option?
Can you define mapset?