RUN

Contents


Run allows you to execute a process.

 

Syntax

      Run prc_nam

 

Parameters

Element

Description

Restrictions

prc_nam

Name of the process to be launched, in the following formats:
Object_name
'=' Expression
The result of the expression is a process name. It can be given by an absolute path.

None


The expression must be alphanumeric.

 

Examples

# 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

Description and Comments

The Run instruction executes a process. The process is searched for in the current application, or - by default - in the various reference applications.

 

Associated Keywords

PMT


CONTENTS


Copyright © Sage 1999 - 2007