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

how to make a field protected


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

New User


Joined: 17 Mar 2008
Posts: 27
Location: banaglore

PostPosted: Tue Dec 02, 2008 3:32 pm
Reply with quote

I need to display a field with some value so i want that field name along with the value should be protected so that nobody can change it .
Could anybody help me in this ?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Dec 02, 2008 4:18 pm
Reply with quote

No.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Tue Dec 02, 2008 9:14 pm
Reply with quote

Well, we could help you, but you have to ask a question that can be answered.
There is no such thing as "a field protected in rexx".

If you use ISPF panels, you will get an answer.
If you use another tool, you will get a different answer.
If you don't tell us, I'm afraid superk's "No" is the only answer...
Back to top
View user's profile Send private message
vyasricha

New User


Joined: 17 Mar 2008
Posts: 27
Location: banaglore

PostPosted: Wed Dec 03, 2008 8:27 am
Reply with quote

I'm sorry for not posting the complete question but it is for an ISPF panel.
so can we set some attributes of a paticular field to make it protected?
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Dec 03, 2008 11:20 am
Reply with quote

Hi,

if I understand your request correctly you can use something like this in your PANEL
Code:
@ TYPE(OUTPUT) INTENS(LOW)



Gerry
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Dec 03, 2008 11:44 am
Reply with quote

As far as I remember, an attribute of type OUTPUT or TEXT is, by definition, protected.

O.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Dec 03, 2008 10:23 pm
Reply with quote

Or you could just reference the variable using an ampersand.
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 Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts trying to make sense of keylists TSO/ISPF 11
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
Search our Forums:

Back to Top