IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

"send map" with changed attribute resetting map-in


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Fumigator

New User


Joined: 08 Nov 2006
Posts: 5

PostPosted: Fri Jan 11, 2008 5:45 am
Reply with quote

I have a map definition where every field is set with the "modified data" flag on (not my choice). It also has EXTATT=YES, which may be causing the problem.

The problem is, if I change a field's map-out attribute (to highlight a field, for example) and then issue a SEND MAP DATAONLY command, then issue a RETURN with a TRANID, when the control comes back into the program, that particular field's map-in value is low-values and map-in length is 0.

If I do not change the field's attribute, upon return to the program, the field's map-in value is retained and map-in length is 4 (because of the modified data flag being on in the map definition).

Is anyone familiar with this and know why this is happening and how I might be able to set the attribute AND retain the map-in value and length on the return?
Back to top
View user's profile Send private message
Fumigator

New User


Joined: 08 Nov 2006
Posts: 5

PostPosted: Fri Jan 11, 2008 6:17 am
Reply with quote

It never fails-- I spend 4 hours on a silly issue like this, finally post it in a forum as a last resort and then 10 minutes later find the solution. icon_eek.gif

I was assigning ALPHA-BRT to the attribute (x'C8'), and I was supposed to be using ALPHA-BRT-MDT (x'C9'). I guess x'C9' forces the modified data tag to remain on... or something.... bleh anyway it's working fine now, YAY! icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Newbie Stuck on "Duplicate Datas... TSO/ISPF 5
No new posts REXX to send an email in Mainframe wi... CLIST & REXX 3
No new posts REXX to send an email in Mainframe CLIST & REXX 4
No new posts help send file AFT CONTROLM EM IBM Tools 0
Search our Forums:

Back to Top