PreviousNextIndex

DEFINE WORKFILE statement

See the DEFINE WORK-TABLE statement reference entry.

This statement is supported only for backward compatibility. Use the DEFINE TEMP-TABLE statement, instead.

Note: Does not apply to SpeedScript programming.
Syntax

DEFINE { [ [ NEW ] SHARED ] | [ PRIVATE ] } 
  { WORK-TABLE | WORKFILE } work-table-name 
  [ NO-UNDO ] 
  [ LIKE tablename ] 
  [ FIELD field-name 
      {     AS data-type 
         |  LIKE field 
      } 
      [ field-options ] 
  ] ... 


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex