Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to give a field in panel, takes a value doesnt display

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
Pragati Soni

New User


Joined: 18 Jan 2008
Posts: 10
Location: India

PostPosted: Mon Jun 02, 2008 5:38 pm    Post subject: How to give a field in panel, takes a value doesnt display
Reply with quote

I need to give a field in the panel and need to type in the password. I need to make it in such a way that the values I give as input doesn't get displayed to the user.

Password==>******

I used PAD but it is not solving any purpose as it is only for initialization.
Back to top
View user's profile Send private message
References
Moved: Mon Jun 02, 2008 5:38 pm by superk From CLIST & REXX to TSO/ISPF
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 274
Location: Jacksonville, FL

PostPosted: Mon Jun 02, 2008 5:53 pm    Post subject: Reply to: How to give a field in panel, takes a value doesnt
Reply with quote

An INTENSITY of NON will do it.

Code:

+ TYPE(INPUT) INTENS(NON) PAD(' ') JUST(LEFT) CAPS(ON) 


It won't show asterisks, but the password will not be displayed.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1