Hide field entry in rexx panel



IBM's Command List programming language & Restructured Extended Executor

Hide field entry in rexx panel

Postby Balamurugan21 » Wed Feb 15, 2012 10:11 am

Hi All ,

I have a requirement where i would need to get some inputs from a REXX panel & submit through a JCL .
I need some sensible information field to be blank (ie whay user types should not be visible) when the user keys the value in the particular field.

Can anybody help me how to declare the field in rexx panel ?
Balamurugan21
 
Posts: 6
Joined: Tue Feb 14, 2012 2:29 pm
Has thanked: 2 times
Been thanked: 0 time

Re: Hide field entry in rexx panel

Postby steve-myers » Wed Feb 15, 2012 11:01 am

There is no such thing as a "Rexx panel." The nearest thing might be an ISPF panel with fields that are interrogated by Rexx. ISPF panels are documented with ISPF.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Hide field entry in rexx panel

Postby mongan » Wed Feb 15, 2012 1:06 pm

You need to look at the Panel attributes and you need to make the input field dark - so that the input can not be seen. I have never used it so you will have to look it up yourself.
)ATTR DEFAULT(%#_)                                                 
       #   TYPE(TEXT) INTENS(LOW) SKIP(ON)                         
       $   TYPE(TEXT) INTENS(NON) SKIP(ON)                         
       Â§   TYPE(OUTPUT) INTENS(LOW) CAPS(OFF) SKIP(ON) COLOR(YELLOW)
       _   TYPE(INPUT) INTENS(HIGH) CAPS(ON) JUST(LEFT)             
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post