Consultor Eletrônico



Kbase P104374: How to use a RUN statement that uses a variable procedure name.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/6/2005
Status: Unverified

GOAL:

How to use a RUN statement that uses a variable procedure name.

GOAL:

How to change the name of a procedure in a RUN statement at run time.

FIX:

Use the value clause like this:
RUN value(character expression).

Example:
Def Var t as Character format "X(12)".
Update t.
Run value(t).