Rexx - USERID



This method returns the current user id logged into the system.

Syntax

USERID() 

Parameters

None

Return Value

This method returns the current user id logged into the system.

Example

/* Main program */ 
say USERID()

When we run the above program we will get the following result. This depends on the current logged on user of the system.

The following program is only a sample output.

Output

objc
rexx_built_in_functions.htm
Advertisements