Changing passwords

To change the TRS password or the TRS record of this user’s password for a login:

exec sgw_chpwd login, pwd, HOST_PWD

where:

NoteIf you do not have a value for a parameter, (that is, if you only want to change one password) include the comma or null as a placeholder.

Example

To change the mainframe password for a user named “BERTHA” and keep the same TRS password:

exec sgw_chpwd BERTHA,null,BLUEBRT
go

The TRS password “BERTHA” is unchanged, and her new mainframe password is “BLUEBRT.”