z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


getlogin

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-getlogin--variable------------------------------------------><

Function

getlogin invokes the getlogin callable service to get the user login name associated with the calling process.

Parameters

variable
The name of the variable in which the login name is returned

Usage notes

If the service fails, the process abends.

Example

To invoke getlogin and store the login name in the variable myid:
"getlogin myid"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014