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

How to protect "column name" field on table displa


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
samedesh
Currently Banned

New User


Joined: 22 May 2007
Posts: 46
Location: India

PostPosted: Thu Apr 01, 2010 3:35 pm
Reply with quote

Hi,

I have one table display panel. Rows are are retrieved from table and displayed on panel. Now user may select rows from the panel.

For me, rows are displaying correctly, but as I have declared attribute for column name as input they can be changed by deleting or overriding on panel. I want to protect them from being modified. As we cannot change attributes from input to text, is their any way out for my issue.
Please help.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Apr 01, 2010 3:43 pm
Reply with quote

define the fields not to be modified with TYPE(OUTPUT).
Or if the fields are static headers dont prefix them with a TYPE(x) parameter.
Back to top
View user's profile Send private message
samedesh
Currently Banned

New User


Joined: 22 May 2007
Posts: 46
Location: India

PostPosted: Thu Apr 01, 2010 3:44 pm
Reply with quote

All,

My issue resolved. I changed the column field from input to output. Its working fine for me.Now user cannot modify column names.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to load to DB2 with column level ... DB2 6
Search our Forums:

Back to Top