Post-Relational Database Command Reference
 UNIVERSE 
 BASIC 
 BASIC
   ABORT
   ASSIGNMENT
   BOOLEAN
   BRANCHING
   BSD
   COMPILE.TIME
   CONSTANT
   DIMENSION
   DYNAMIC
   EQUATE
   EXECUTE
   IO
   MATH
   NLS
   SQL
   STRING
   SYSTEM
   TABLE
   TAPE
   TBD
   TRANSACTION
   TRANSFORM
 PROC
   BRANCHING
   BUFFER
   EXECUTE
 TCL
   ANALYSIS
   IO
   SYSTEM
D Index: D  E  I  N  R  Symbol  Idea  Code  
DIMEstablishes the size of a dimensioned array.
DIMENSIONEstablishes the size of a dimensioned array.
E Index: D  E  I  N  R  Symbol  Idea  Code  
EQUThis command is used to define literals.
EQUATEThis command is used to define literals.
I Index: D  E  I  N  R  Symbol  Idea  Code  
INCLUDEAdd source code from an external source at compile time.
INSERTAdd source code from an external source at compile time. There is a second INSERT command, which adds values to dynamic arrays.
N Index: D  E  I  N  R  Symbol  Idea  Code  
NULLA compiler directive used to represent a NOOP condition. It means 'do nothing at this step.'
R Index: D  E  I  N  R  Symbol  Idea  Code  
REMWhen used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it calculates the remainders from division.
Symbol Index: D  E  I  N  R  Symbol  Idea  Code  
!When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as a logical "OR".
$CHAINCompile time command which introduces additional source code.
$COPYRIGHTEmbed a copyright message into the object code.
$DEFINECan be used like an EQUATE to define literals, or as a compiler switch.
$EJECTForces a Page Feed when list the source code.
$ELSEUsed at compile time to test $DEFINEd values.
$ENDIFUsed at compile time to test $DEFINEd values.
$IFDEFUsed at compile time to test $DEFINEd values.
$IFNDEFUsed at compile time to test $DEFINEd values.
$INCLUDEAdd source code from an external source at compile time.
$INSERTAdd source code from an external source at compile time.
$MAPUsed in conjunction with NLS (National Language Support).
$OPTIONSUse $OPTIONS to manage compatability.
$PAGEForces a Page Feed when list the source code.
$UNDEFINEUsed at compile time to test $DEFINEd values.
*When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as multiplication.
Idea Index: D  E  I  N  R  Symbol  Idea  Code  
CONSTANTSConstants are values which cannot change during the course of execution.
Code Index: D  E  I  N  R  Symbol  Idea  Code  
COMMENTCode which illustrates the three types of Comments
DEFINEThis is how $DEFINE and its related commands work.
EQUATEThis is how constants are created.

More Details or Suggestions?
           

MV Updated from a Post-Relational data table on 10:18:32 23 Apr 2010
Courtesy of Key Ally, Inc.
More information at U2-Users Group
UniVerse is a Trademark of Rocket Software. Previous, IBM, Informix, Ardent, and vMark.
DMOZ
Wikipedia
 


Post-Relational (adjective) relating to databases which are a superset of SQL and XML, offering highly structured data with both relational and multi-value approaches available.

PRDB Reference (noun) repository of commands, concepts, and code designed for the various Post-Relational databases.