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

How to give a field in panel, takes a value doesnt display


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

New User


Joined: 18 Jan 2008
Posts: 47
Location: India

PostPosted: Mon Jun 02, 2008 5:38 pm
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
cpuhawg

Active User


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

PostPosted: Mon Jun 02, 2008 5:53 pm
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
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Join 2 files according to one key field. JCL & VSAM 3
No new posts Call program, directly from panel CLIST & REXX 9
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
Search our Forums:

Back to Top