Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

USER-IDENTIFICATION( ) Request user identification

&pagelevel(3)&pagelevel

Domain: Job information

The USER-IDENTIFICATION( ) function supplies the user identification of the current job, i.e. the user identification from the SET-LOGON-PARAMETERS command.

Format

USER-IDENTIFICATION( )

USER-ID( )


Result type

STRING (<string 1..8>)

Input parameters

None

Result

User identification in the form of a string.

Error message

SDP0435     DESIRED INFORMATION NOT AVAILABLE 

Example

/A = USER-IDENTIFICATION( )
/SHOW-VARIABLE A
A = USER1 

For the sake of comparison, the user ID in the USERID field:

/show-job-status
%TSN:     29XX       TYPE:    3 DIALOG   NOW:     2007-04-26.110747
%JOBNAME: BERTA      PRI:     0 210
%USERID:  USER1      JCLASS:  JCDSTD     LOGON:   2007-04-26.1053
%ACCNB:   ACC01      CPU-MAX:   9999     CPU-USED:000000.6447
...