Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If PUIPWDMGT is set to '2', the "Change Password" screen can be called at any time within your application. To do so, your application will call the program PROFOUNDUI/PUI0001203. This program accepts only one parameter, the user name. As always, the user will then need to enter the current and new password in order to change. The following is an example prototype for calling the change password screen.

Code Block
NonenoneNone
none
     D Change_Password...
     D                 PR                  ExtPgm('PUI0001203')
     D  User                         10A   Const