Kbase P105406: RUN statement won't accept expression as an INPUT TEMP-TABLE parameter.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
RUN statement won't accept expression as an INPUT TEMP-TABLE parameter.
** Unable to understand after -- "<string>". (247)
** Unable to understand after -- "RUN". (247)
** Invalid statement. (254)
** <program> Could not understand line <number>. (198)
CAUSE:
An INPUT TEMP-TABLE parameter will only accept a variable or TEMP-TABLE field. An enhancement request has been logged to allow expressions after INPUT TEMP-TABLE parameters.
FIX:
Define a HANDLE variable, assign your expression to the variable, and then use the variable as the parameter of the INPUT TABLE-HANDLE in your RUN statement.