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

Field not displayed when the map is sent


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

New User


Joined: 03 Mar 2008
Posts: 32
Location: India

PostPosted: Tue Sep 15, 2009 2:18 pm
Reply with quote

Hi all,
I am sending a map to a 3270 terminal in which I have a message field of 80 bytes length. Even though I move some value to this field, I am not able to see the message get displayed on the screen. I walked through the code in XPED and can see the value getting moved to the MAP variable, but it does not get displayed.
EXEC CICS SEND
MAP('XXXXXXX')
FROM (XXXXXXXI)
CURSOR
ERASE
FREEKB
END-EXEC

Any help on this issue would be appreciated... Thanks!
Back to top
View user's profile Send private message
bhaktavatsala.v
Warnings : 1

New User


Joined: 23 Mar 2007
Posts: 11
Location: India

PostPosted: Tue Sep 15, 2009 2:26 pm
Reply with quote

Check for what you are moving for the attribute of 'message field of 80 bytes length'.
Back to top
View user's profile Send private message
darakhshan

New User


Joined: 03 Mar 2008
Posts: 32
Location: India

PostPosted: Tue Sep 15, 2009 2:46 pm
Reply with quote

I am not moving anything to the attribute of the field. It just remains Low values. All other fields which have the same attribute are getting displayed.
Back to top
View user's profile Send private message
bhaktavatsala.v
Warnings : 1

New User


Joined: 23 Mar 2007
Posts: 11
Location: India

PostPosted: Tue Sep 15, 2009 3:33 pm
Reply with quote

'All other fields which have the same attribute are getting displayed'.
Here you mean all are having low-values, I don't think so,
also you mentioned 80 bytes as per i know you can populate only
79 bytes the 1st byte is reserved for attribute(assumnig you are considring one line of the screen)...check once.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Sep 15, 2009 3:50 pm
Reply with quote

First, giving us the SEND MAP command is totally useless without any context.

Second, what are the attributes for the message field in the map definition?

If you posted the part of the map definition dealing with the message field, that would be helpful. But so far you've pretty much given us nothing to look at. If you're having a problem with ONE field in a map, you need to post data about the field definition.
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 Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts S0C7 - Field getting overlayed COBOL Programming 2
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top