Unconfigured Ad Widget

Collapse

Password displayed in Command

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • PatLandrum
    Junior Member
    • Dec 2005
    • 17

    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)
  • Guest.Visitor

    #2
    Password displayed in Command

    Pat that works great Cheers George

    Comment

    • Guest.Visitor

      #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