Was this helpful?
Testing During Design
To use execution-only system macros for testing during design, you must manually create and set values for them.
The following EZscript example checks for the value of the EXECUTION_PATH_HOME system macro. This macro does not exist during design, so you can set its value identical to that of LOCAL_REPO. This allows you to use your local repository and Additional Files interchangeably.
If MacroValue("EXECUTION_PATH_HOME") == "" Then DefineMacro("EXECUTION_PATH_HOME", MacroValue("LOCAL_REPO"))
You can also create test versions of DataCloud system macros within the run-time configuration for your process for testing during design.
Last modified date: 12/17/2021