RUN |
Run allows you to execute a process.
Run prc_nam
|
Element |
Description |
Restrictions |
|
prc_nam |
Name of the process to be
launched, in the following formats: |
None |
# Example 1: Execution of the "READ" process
Run LECTURE
# Example 2: Execution of the "READ" process
TRAIT="READ"
Run =TRAIT
# Example 3: Execution of the "READ" process
TRAIT = filpath ("PRC,"READ","")
Run =TRAIT
The Run instruction executes a process. The process is searched for in the current application, or - by default - in the various reference applications.
|
|