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

CICS - How to put underscore for input fields in BMS map


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

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Thu Oct 08, 2009 3:37 pm
Reply with quote

Could anybody tell me how to put underscore for input fields in BMS map. I need to do this setup while defining the BMS Map.

I tried with UNDERSCORE in the DFHMDF macro but it was not working, I think I am missing something in my BMS map.

Could anybody guide me...
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: Thu Oct 08, 2009 5:32 pm
Reply with quote

Is your code moving anything to the fields before sending the map? If so, that would wipe out any initial values you specify in the map.
Back to top
View user's profile Send private message
danapalana

New User


Joined: 24 Jul 2007
Posts: 6
Location: India

PostPosted: Thu Oct 08, 2009 5:39 pm
Reply with quote

I move LOW-VALUES to the mapfields before sending it to the CICS terminal. Is it wiping out the initial values.

Also is there any way to define underscore in the BMS Map itself, instead of coding underscores in the INITIAL attribute of DFHMDF macro.

Can we code HILIGHT=UNDERSCORE in DFHMDF macro
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: Thu Oct 08, 2009 5:47 pm
Reply with quote

There is a link to manuals at the top of the page. The CICS Language Reference manual in Appendix A, chapter 9 talks about the BMS macros and what can be specified and how. I recommend you spend some time in this manual to answer your questions about coding up the mapset, map, and field definitions.

Are you moving LOW-VALUES to the output map or the individual fields in the map? IIRC, moving LOW-VALUES to the individual fields will override the INITIAL attribute -- but it's been a while since I've done a map so don't quote me on that.
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top