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

Attributes used in REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jothibso

New User


Joined: 03 Sep 2009
Posts: 18
Location: chennai

PostPosted: Tue Nov 10, 2009 12:35 pm
Reply with quote

Hi All,

I am designing a new REXX screen, Is there any attributes used in REXX like protect and unprotect as we use in CICS.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Nov 10, 2009 12:42 pm
Reply with quote

What do you mean by "REXX Screen"? AFAIK, there is no such term...

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

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 10, 2009 12:48 pm
Reply with quote

Never heard of it, is it something new icon_rolleyes.gif
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


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

PostPosted: Tue Nov 10, 2009 1:24 pm
Reply with quote

The only rexx screens im aware of are Netview panels driven by rexx.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Nov 10, 2009 8:38 pm
Reply with quote

Hello,

Do you have something working or in process?

Quote:
I am designing a new REXX screen,
By now, you have learned that this doesn't exist, but you can have a rexx process that works with a screen (panel).
Back to top
View user's profile Send private message
jothibso

New User


Joined: 03 Sep 2009
Posts: 18
Location: chennai

PostPosted: Tue Nov 10, 2009 9:58 pm
Reply with quote

Hi,

Yes I do have a separate REXX process with logic for getting inputs from the REXX panels which I mentioned earlier as Screens, and the inputs should be passed to a flat file.

Here my requirement is when I am entering values in REXX panels for some of the fields defined should be protected and it should not allow me to enter the values, as we define the attributes as protect in CICS, I need to know do we have any attributes as such present in REXX.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Nov 10, 2009 10:00 pm
Reply with quote

what tool are You using to develop REXX screens ???
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Nov 10, 2009 10:43 pm
Reply with quote

You are using the wrong terminology.

Rexx does not have screens or panels. Panels are part of ISPF. When you talk about panels, they are ISPF panels. Rexx and ISPF work seamlessly, so it only seems that the rexx is producing panels.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Nov 10, 2009 10:45 pm
Reply with quote

Quote:
Is there any attributes used in REXX like protect and unprotect


Yes. Read about panels in ISPF Dialog Developer's Guide and Reference.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top