User Guide > Objects > Alphabetical Listing > Attributes for All Event Types

Attributes for All Event Types

The following tables lists the attributes that apply to all event object types and describes their functions, allowed values and ways of modification. The tables are listed in the order of the tabs are displayed. Each table lists the fields in the they are displayed in the UserInterface. The final table lists job attributes that are not on any tab.

The attributes of an event can only be written in the Process tab (when the event is activated). The attempt to read or write an attribute that does not belong to the particular event type has the effect that script processing will abort.

Predefined variables may be used in scripts, and script variables may be set to attributes retrieved via predefined variables.

Header Tab

Field

Attribute

Value

Access Via:

Title

OBJECT_TITLE

User-defined,
limited to 255 characters.

GET_ATT,
:PUT_ATT (Pre-Process, Process),
predefined variable

Created

USER_CREATED

The name of the User object,
limited to 200 characters.

GET_ATT,
predefined variable

DATE_CREATED

Time stamp in the format "YYYY-MM-DD HH:MM:SS"
If not available: "0000-00-00 00:00:00"

GET_ATT

Modified

USER_MODIFIED

The name of the User object,
limited to 200 characters.

GET_ATT,
predefined variable

DATE_MODIFIED

Time stamp in the format "YYYY-MM-DD HH:MM:SS"
If not available: "0000-00-00 00:00:00"

GET_ATT

MODIFY_COUNT

The number of object modifications.

GET_ATT

Last Used

 

LAST_USER

The name of the User object,
limited to 200 characters.

GET_ATT,
predefined variable

LAST_DATE

The time stamp in the format "YYYY-MM-DD HH:MM:SS"
If not available: "0000-00-00 00:00:00"

GET_ATT,
predefined variable

USAGE_COUNT

Number of object usages

GET_ATT,
predefined variable

Archive key 1

ARCHIVE_KEY1

User-defined,
limited to 60 characters

GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

Archive key 2

ARCHIVE_KEY2

User-defined,
limited to 20 characters

GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

 Sync Tab

Field Description Attribute Access Via:
Assigned Sync object SYNC_OBJECT The name of a Sync object,
a maximum of 20 characters must not be exceeded.
Change Program

Attributes Tab

Field

Attribute

Value

Access Via:

Queue QUEUE The name of a queue,
limited to 200 characters.
GET_ATT,
:PUT_ATT,
Change Program,
predefined variable
Group GROUP The name of a group,
limited to 200 characters.
" " - for immediate start
GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

Int. Account

INT_ACCOUNT, INT_ACC, K

User-defined,
limited to 16 characters.

GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

Automation Engine priority

UC4_PRIORITY

User-defined,
any value between "0" and "255".

GET_ATT,
:PUT_ATT,
predefined variable

TimeZone

TIMEZONE

User-defined
limited to 8 characters.

GET_ATT,
:PUT_ATT,
Change Program,
predefined variable

Generate at runtime

GEN_AT_RUNTIME

"Y" - Yes, "N" - No

GET_ATT

Parallel running tasks - Max number

MAX_PARALLEL_TASKS

User-defined,
any value between "0" and "99999".

GET_ATT,
:PUT_ATT,
predefined variable

Parallel running tasks - Else

MAX_PARALLEL_ELSE

"WAIT" - The event waits until processing is possible.
"ABEND" - Event processing is interupted.

GET_ATT,
:PUT_ATT

Automatically deactivate when finished

AUTO_DEACT

"NEVER" - Never deactivate automatically.
"ENDED_ERROR_FREE" - In the case of error-free processing, deactivate automatically.
"RESTART_ERROR_FREE" - In the case of an error-free restart, deactivate automatically. 
"ALWAYS" - Always deactivate automatically.

GET_ATT,
:PUT_ATT

Error-free status (for After an error-free restart)

AUTO_DEACT_ERROR_FREE

Task status,
limited to 20 characters

GET_ATT,
:PUT_ATT

Time delay minutes (for Always)

AUTO_DEACT_DELAY

User-defined,
any value between "0" and "99".

GET_ATT,
:PUT_ATT

Runtime Tab

Field

Attribute

Value

Access Via:

Return code <=

MAX_RETCODE

User-defined,
limited to 11 numbers.

GET_ATT,
:PUT_ATT (Pre-Process, Process)

Process Tab

Field

Attribute

Value

Access Via:

The string in the Process tab of the event should be changed.

PSCRIPT

 

Change Program

! Process Tab

Field

Attribute

Value

Access Via:

Modification of the !Process tab of events. SCRIPT  

Change Program

Event Attributes Not on a Tab

Field

Attribute

Value

Access Via:

Event type

EVENT_TYPE, EVENT_TYP

"CN" - Console event,
"DS" - Database event with time, 
"DT" - Database event with interval
"FA" - File System event with automatic monitoring,
"FS" - File System event with time, 
"FT" - File System event with interval
"TS" - Time event with time,
"TT" - Time event with interval

GET_ATT,
predefined variable

Object name

OBJECT_NAME

User-defined,
maximum 200 characters

Change Program

Mode UserInterface

DCMODUS

"Y" - UserInterface active
"N" - no UserInterface active

GET_ATT

 

See also:

Event
Attributes

GET_ATT function

:PUT_ATT statement

AE DB Change