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:
login is the name of the TRS login for which you intend to change the password.
pwd is the password for TRS.
HOST_PWD is the password for the mainframe. The value for this parameter must be in uppercase.
If 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.
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.”