Table as Parameter

RichardVohs

ProgressTalk.com Sponsor
OS: AIX 6

PROVERSION: 9.1D


{code snippet from beginning of file}

def temp-table ttExample
field vcField1 as char
field vcField2 as char
.

define input-output parameter table for ttExample.
{end code}


Question: Compiling returns error 247 'Unable to understand after parameter table'. Why?
 
I compiled your code against 9.1C & 10.1C and got no error. Is that the code complete or did you miss posting any lines?
 
That's the complete code. I have to apologize. I neglected to check the keyword forget list. 'TABLE' is in there along with plenty of others that would be of use to contemporary developers. Here's the complete list, just for giggles:
ADD
ANY
AVG
BACKGROUND
CHECK
DEBUG-LIST
ETIME
EXISTS
GROUP
KEY-CODE
KEY-LABEL
LAST-KEY
MAP
NULL
OPTION
PROCESS
SELECT
SUM
TABLE
UNIQUE

Welcome to my world!
 
Back
Top