ContentsIndexPreviousNext

A-SYB-PASSWD

The variable A-SYB-PASSWD should be set to the password assigned to the database account associated with the user name specified by A-SYB-LOGIN.

Examples

If the account with the user name in A-SYB-LOGIN has the associated password CW021535, you would specify:

A-SYB-PASSWD  CW021535

in the runtime configuration file.

For better security, you can accept a password from the user during program execution; set the A-SYB-PASSWD variable based on the response:

ACCEPT RESPONSE NO-ECHO.
SET ENVIRONMENT "A-SYB-PASSWD" TO RESPONSE.


Note: If the user has been set up without a password, this variable need not be set.
See also

A-SYB-LOGIN runtime configuration file variable