What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
Answer / Shashibala
SEND MAP DATAONLY and SEND MAP MAPONLY are used in CICS for data transmission. The main difference between these two commands lies in their behavior regarding mapping information:
1. SEND MAP DATAONLY sends only the data defined within the mapping.
2. SEND MAP MAPONLY sends only the mapping information, not the actual data.
| Is This Answer Correct ? | 0 Yes | 0 No |
In a particular cics program, what is the procedure to allocate dynamic memory?
How many conditions can you include in a single HANDLE CONDITION command?
Define transient data?
Can you explain dfhmdf bms macro?
Is there any entry for TSQs in CICS tables?
how do you execute a background cics txn ?
Specify the requirements for automatic task initiation?
Explain what is the massinsert option?
What are the attribute values of Skipper and Stopper fields?
What is difference between copy and include?
what is quasi-reentrant program?
What are the types of performs in COBOL? How does perform thru work, give example.