| 'PW'= | Password Character for Multi-Line | 
Assigns the password character to be displayed in multi-lines to mask input denoted as a password. Use the ASCII value of your character; e.g. SET_PARAM 'PW'=42 will set the password character to "*".
'PW'=36 or 'PW'=ASC("$")