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

Highlight Protected field in IMS/DC


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
praveenkumar_win

New User


Joined: 18 May 2006
Posts: 6
Location: Chennai

PostPosted: Tue Oct 17, 2006 2:49 pm
Reply with quote

Hi,
I need to highlight a protected field in IMS/DC screen.
Field must be PROTECTED AND HIGH-LIGHTED.

(Highlight Dynamically thru COBOL programming, when a condition is satisfied -- For e.g A row found in a DB2 table etc.,)

For example in my COBOL program,
10 FLD-PROT-ATTR PIC XX VALUE ' 1'.
This FLD-PROT-ATTR is moved to any field inorder to protect it.

Similarly, Can anyone tell me the equivalent attrib value for HIGHLIGHT & PROTECT a field.


Thanks,
Praveen kumar.V.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Oct 18, 2006 5:59 pm
Reply with quote

In MFS define the field as in this example:

DFLD POS=(02,02),LTH=08,ATTR=(PROT,HI)
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 -> IMS DB/DC

 


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