The @WHO system variable in DataStage returns the name of the current project directory, not the logged-in user name. This is useful for job logging and file path construction. To get user information, you would use different system variables like @USER or @LOGNAME.