Dataset keyword is not compiling in OpenEdge 11.4

Posted by Sivarami Reddy Marella on 02-Nov-2017 02:30

I am unable to compile the below code in OE11.4

define temp-table tt1
  field name as char.
 
  define dataset d1 for tt1.

error message:

** Unable to understand after -- "define". (247)

** Invalid statement. (254)
**  Could not understand line 4. (198)

All Replies

Posted by Sivarami Reddy Marella on 02-Nov-2017 02:31

This error message is from character version.

Posted by Mike Fechner on 02-Nov-2017 02:36

Pasted this into an 11.4 TTY procedure editor on Windows. No problem.
 
Maybe some special character in your source code?

Posted by Dileep Dasa on 02-Nov-2017 02:38

A guess: May be the word "dataset" is in keyword forget list?

What happens when you run the same code in GUI client?

Posted by Sivarami Reddy Marella on 02-Nov-2017 03:19

Hi, When we ran in GUI it is working, I have the issue in CHUI.

Posted by George Potemkin on 02-Nov-2017 03:25

Run in CHUI client:

MESSAGE SESSION:STARTUP-PARAMETERS VIEW-AS ALERT-BOX.

Posted by Marco Mendoza on 06-Nov-2017 10:25

CHUi  version 10.1C

*Syntax is correct.*

This thread is closed