Script Function: Returns the object type of the own object.
SYS_ACT_ME_TYPE()
Return code |
---|
Short form of the object's object type in which the script function is called. |
This script function supplies the object type (short name) of the own object.
In this example, SYS_ACT_ME_TYPE is used in the script of a job and return code "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