Post-Relational Database Command Reference
 ZEBRA 
 BASIC 
 BASIC
   ABORT
   ASSIGNMENT
   BOOLEAN
   BRANCHING
   COMPILE.TIME
   CONSTANT
   DIMENSION
   DYNAMIC
   EQUATE
   EXECUTE
   IO
   MATH
   STRING
   SYSTEM
   TABLE
   TAPE
   TBD
   TRANSFORM
C Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
CLEARFILEDeletes all the records in a table's data section or dict section.
CRTManages output to terminals.
D Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
DELETEThere are two delete commands. Both are explained here.
DISPLAYManages output to terminals.
E Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
ECHOControls whether or not output to terminal (standard out) is suppressed.
F Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
FLUSHUsed with OPENSEQ to make sure all writes have completed.
I Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
INPUTIFAllows several things to be mashed into a single, poorly thought out command. Use INPUT instead and increase readability.
L Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
LOCK
M Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
MATREADIdentical to READ except that the receiving dynamic array is replaced by a receiving dimensioned array.
MATREADUIdentical to READU except that the receiving dynamic array is replaced by a receiving dimensioned array.
MATWRITE Identical to WRITE except that the receiving dynamic array is replaced by a receiving dimensioned array.
MATWRITEUIdentical to WRITEU except that the receiving dynamic array is replaced by a receiving dimensioned array.
P Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
PRINTManages output to terminals or printers.
PROCREAD
PROCWRITE
R Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
READRetrieves a record from the file and based on the record id
READNEXT
READT
READURetrieves a record from the file and based on the record id and sets an update lock
READVRetrieves a field from a record from the file and based on the record id
READVURetrieves a field from record from the file and based on the record id and sets an update lock
U Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
UNLOCK
W Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
WEOFW(rite) E(nd) O(f) F(ile) marker on a tape.
WRITEWrites record back to a database table.
WRITEBLK
WRITET
WRITEUWrites data back to the database.
WRITEVWrites one field back to a database table.
WRITEVUWrites field back to a database table.
Symbol Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
@Used in managing cursor positioning on terminals.
Code Index: C  D  E  F  I  L  M  P  R  U  W  Symbol  Code  
CURSORCursor managment example.

More Details or Suggestions?
           

MV Updated from a Post-Relational data table on 10:18:38 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic


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.