GET_UC_SYSTEM_NAME

Use the GET_UC_SYSTEM_NAME script function to retrieve the name of the AE system.

Syntax

GET_UC_SYSTEM_NAME ()

Example

The name of an AE system is AEPROD. The following script retrieves and prints the name in the activation report of the Job.

:SET &RET# = GET_UC_SYSTEM_NAME()
:
PRINT &RET#

The line in the activation report looks like this:

2019-04-15 12:11:26 - U00020408 AEPROD

See also:

seealso

Script Elements for System Conditions and Settings