Password displayed in Command (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Password displayed in Command
|
|
|
|
Password displayed in Command 1 Year, 4 Months ago
|
Karma: 0
|
|
Not sure if this is what you are talking about but try: <p>PARM KWD(PWD) TYPE(*NAME) LEN(10) DSPINPUT(*NO) PROMPT('ENTER + PASSWORD ') <p>Notice the DSPINPUT(*NO)
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Password displayed in Command 1 Year, 4 Months ago
|
|
|
Pat <BR>
that works great <BR>
Cheers <BR>
George
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Password displayed in Command 1 Year, 4 Months ago
|
|
|
I am writing CL to pass parameters to other CL/RPG programs. Using a command prompt to pass these parameters I need to send a user name and password. The only problem is the password gets displayed when being entered , is there any way to the password is not displayed similar to the STRPASTHR command. <p>The current command parameters is as follows <p> CMD PROMPT('SET UP PROMPT') <BR>
PARM KWD(NAME) TYPE(*NAME) LEN(10) PROMPT('ENTER + <BR>
DEV SYSTEM SIGNON NAME') <BR>
PARM KWD(PWD) TYPE(*NAME) LEN(10) PROMPT('ENTER + <BR>
PASSWORD ') <p>Thanks for any help <p>George
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|