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

CICS Underline not seen on the screen


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

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Tue Sep 16, 2014 6:20 pm
Reply with quote

Hi,

Am have added new field in CICS map and am not able to see the underline for the field

Code:
         DFHMDF POS=(16,01),LENGTH=14,ATTRB=(ASKIP),                   *
               INITIAL='FLAT FRT ALLOW',                               *
               COLOR=YELLOW,                                           *
               HILIGHT=OFF                                             
DDD3     DFHMDF POS=(16,16),LENGTH=10,ATTRB=(BRT,UNPROT),              *
               COLOR=GREEN,                                            *
               HILIGHT=UNDERLINE                                       

cics screen
[/img]
FLAT FRT ALLOW                 FLAT FREIGHT              FAX 000 000 0000     
CASH DISCOUNT TERMS        DAYS     NET  15  FIRM DATING N 09 15 14           
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Sep 16, 2014 8:33 pm
Reply with quote

Show us also the DFHMDI, most specifically parameter EXTATT.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Tue Sep 16, 2014 8:45 pm
Reply with quote

As Marso correctly pointed out the missing parameter which you could googled it or searched on this forum and then you could realise there are various discussion on the same issue.

I did search quickly and posting you the same.

publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=%2Fcom.ibm.cics.te.doc%2Ferziai00162.htm
ibmmainframes.com/about16351.html
ibmmainframes.com/about37744.html
Back to top
View user's profile Send private message
vidyaa

New User


Joined: 02 May 2008
Posts: 77
Location: chennai

PostPosted: Wed Sep 17, 2014 10:05 am
Reply with quote

PRINT NOGEN
WPUM015 DFHMSD TYPE=&SYSPARM,CTRL=(FREEKB,FRSET),DATA=FIELD, *
LANG=COBOL,MODE=INOUT,TERM=ALL,EXTATT=YES
V997 DFHMDI SIZE=(24,80),LINE=01,COLUMN=01
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Wed Sep 17, 2014 9:06 pm
Reply with quote

Please add a stopper for DDD3 and then this should solve the problem as right now user can enter beyond length 10 hence may be macro could not understand what to highlight. If this is the cause then this is already listed in one of my above two links.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Sep 17, 2014 9:47 pm
Reply with quote

Because this is a current map, why not use an existing definition as a template?

This would solve all of what ails you.... icon_surprised.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 Using API Gateway from CICS program CICS 0
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
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top