SYS_ACT_ME_TYPE
            Script Function: Returns the object type of the own object.
Syntax
SYS_ACT_ME_TYP[E] ()
| 
                         Return code  | 
                
|---|
| 
                         Short form of the object's object type in which the script function is called.  | 
                
Comments
This script function supplies the object type (short name) of the own object.
Example
In this example, SYS_ACT_ME_TYPE is used in the script of a job. When the job runs "The object type is: JOBS" is printed in the activation report.
:SET &RET# = SYS_ACT_ME_TYPE()
:PRINT "The object type is: &RET#"
            
See also:
| Script element | Description | 
|---|---|
| 
                         Returns the name of the own object  | 
                |
| 
                         Returns the run number (RunID) of the own object  | 
                
Script Elements - Activation Data
About Scripts
Script Elements - Alphabetical Listing
Script Elements - Ordered by function