SAP ABAP Data Element QQJOB (iSeries: Job Name (Database Monitor))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB4 (Application Component) DB2 for AS/400
     STU4 (Package) CCMS / AS/400
Basic Data
Data Element QQJOB
Short Description iSeries: Job Name (Database Monitor)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type QQJOB    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 11 Job Name 
Medium 21 Job Name 
Long 41 Job Name 
Heading 55 Job Name 
Documentation

Definition

QQJOB is the name of the job as identified to the iSeries system.
For an SAP work process, this name is DISP.
For an interactive job, the job is assigned the name of the workstation at which the job was started. For a batch job, the name is specified in the command used to submit the job.

Each job on the iSeries is identified uniquely by the name of the job (QQJOB), the user name that identifies the user profile under which the job is run (QQUSER), and a system-assigned job number (QQJNUM).

Use

In table SQ1000_DB4 , QQJOB/QQUSER/QQJNUM specifies the job in which the most expensive execution of a statement was registered by the memory-resident database monitor.

Example

A work process of an SAP System, instance 81, SAP System Release <= 4.0B would be identified as:
QQJOB: DISP QQUSER: SAP81 QQJNUM: 041280
For SAP System Releases >= 4.5A the user of the work processes is <SID><InstNo.>, for a System C81, Instance 81 a job would be identified as:
QQJOB: DISP QQUSER: B4A81 QQJNUM: 053601

An iSeries job started by user R3USER or running under this user profile would be identified as:
QQJOB: QPADEV0005 QQUSER: R3USER QQJNUM: 041335

History
Last changed by/on SAP  20070813 
SAP Release Created in