How to ensure Thor Xellerate RACF login macro can properly handle cases where passwords are blank
2 years ago
Originally Published: 2005-06-14
Article Number
000062251
Applies To
Thor Xellerate 7.2.3
Issue
How to ensure Thor Xellerate RACF login macro can properly handle cases where passwords are blank
Thor Xellerate does not handle RACF login macro when password is blank
When user enters RACF userid for self-registration but does not provide a password, Thor Xellerate redisplays the macro on the screen as an error message, and does not proceed further
Cause
Thor Xellerate login macro by default searches for a password, but if it is left blank, the screen displays the original macro as an error
Resolution
Instead of the default macro, replace it with this one:

Wait(NCIMENU);Send([down][down]x[enter]);Wait(SP0001O);Send(${id}[tab]);SendMask(${password}[enter]);Wait(DFS3650I);