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

Natural online, make a password invisible


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nitj

New User


Joined: 09 Mar 2009
Posts: 2
Location: pune

PostPosted: Tue Dec 09, 2014 4:54 pm
Reply with quote

How to make a password invisible while typing it on a map in Natural?
Back to top
View user's profile Send private message
Ralph Zbrog

New User


Joined: 21 Nov 2009
Posts: 58
Location: California

PostPosted: Tue Dec 09, 2014 9:51 pm
Reply with quote

Set the property statically with the AD parameter, as in

INPUT #PSWD (AD=N)


Or set it dynamically with a Control Variable, as in

1 #CV (C)
...
ASSIGN #CV = (AD=N)
...
INPUT #PSWD (CV=#CV)


In the first case, additional attributes may be set with AD.
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts trying to make sense of keylists TSO/ISPF 11
No new posts Underscore was not populated to onlin... CICS 1
No new posts Trying to change copybook in online c... CICS 4
No new posts Batch call online program, EXCI task ... CICS 3
No new posts Error while trying to access Online I... CA Products 2
Search our Forums:

Back to Top