Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Password displayed in Command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Password displayed in Command

    Not sure if this is what you are talking about but try: PARM KWD(PWD) TYPE(*NAME) LEN(10) DSPINPUT(*NO) PROMPT('ENTER + PASSWORD ') Notice the DSPINPUT(*NO)

  • #2
    Password displayed in Command

    Pat that works great Cheers George

    Comment


    • #3
      Password displayed in Command

      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. The current command parameters is as follows CMD PROMPT('SET UP PROMPT') PARM KWD(NAME) TYPE(*NAME) LEN(10) PROMPT('ENTER + DEV SYSTEM SIGNON NAME') PARM KWD(PWD) TYPE(*NAME) LEN(10) PROMPT('ENTER + PASSWORD ') Thanks for any help George

      Comment

      Working...
      X