SYS_USER_LNAME
Use the SYS_USER_LNAME script function to retrieve the first and last name of the user who has
started the task
Tip: You can also find information about the user in the execution lists. For more information, see Execution Data.
Syntax
SYS_USER_LNAME ()
Return codes
This script function returns the first and the last name of the user. " " is returned if the name is not defined.
Example
The following example retrieves the first and last names used for logging on using this script function and writes it to the activation report.
:SET &LOGLN# = SYS_USER_LNAME()
:PRINT "Login information: User's first and last names
are &LOGLN#."
See also: