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

CICS "RECEIVE MAP" no data in mapfield


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

New User


Joined: 20 Sep 2005
Posts: 17

PostPosted: Mon Aug 27, 2007 4:45 pm
Reply with quote

Hi,

I am kinda new to CICS. I have an existing map which was designed using SDF II. Now one of the filed is an array. I had to change the length of that field. with little fight with SF II, i have done the changes.

Now the real problem. When I test the map, the array is populated with values from VSAM file. After I change one of occurrence and press enter I notice the map field have value for only the occurence I have changed.

All other occurrence is empty. ( those not touched)

Is there anything I am missing ?

thanks,
Sena.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Aug 27, 2007 4:49 pm
Reply with quote

Look into the MDT, Modified Data Tag.......
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 27, 2007 4:57 pm
Reply with quote

Since you are kinda new to CICS, you might want to read the manuals. You have an attribute set which only allows those fields changed by the user to be retransmitted to CICS (your program). Depending on which attributes your program sets and whether you are using extended attributes, different behavior will occur. You need to look at the manual and see what you have defined and if you do not like the behavior of your map, change the attributes. you might want to compare your new map to the old one. That might provide you a hint on what you changed - that is if the behavior of the old map was what you wanted.
Back to top
View user's profile Send private message
dwijadas

New User


Joined: 20 Sep 2005
Posts: 17

PostPosted: Mon Aug 27, 2007 5:28 pm
Reply with quote

Thanks a lot for your replies. But existing map is SDF II map. I am afraid wont be able to make out a lot from it.

I know it generates BMS, I shall give another try and come back here.

Thanks for your replies. icon_smile.gif
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Thu Aug 30, 2007 5:00 am
Reply with quote

change your program, before display (send) map, move FSET attribute
to fieldA on the fields you want returned This will override whatever your SDFII settings are.
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 1
No new posts Store the data for fixed length COBOL Programming 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top