by Monitor » Mon Aug 19, 2013 1:29 am
Your explanation is not clear, but with my knowledge I assume this is a programming issue. Fields modified, typed into, sets a MDT (Modified Data Tag)-indicator in the attribute-byte for the field. When you issue a Receive Map, those fields having the MDT-bit set are received into the programs Working-Storage map-structure. If you, in your conversation do a "Receive Map, verify received fields, and then send a message"-sequence with a Send Map and forgetting the Dataonly keyword, you will send the physical structure ("the map") again and the attribute-byte, as speciefied in the map, will be sent, thus clearing the MDT-bit, and the following Receive Map will just receive newly modified fields. Check your programming logic, and if you dont see the keyword DATAONLY in the SEND MAP when you send an error/information-message, just add it!
- These users thanked the author Monitor for the post:
- crazystorm (Mon Aug 19, 2013 12:11 pm)