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
A Index: A  C  D  E  F  I  L  N  R  T  
ABSSReturns the unsigned value for each element of a dynamic array.
ADDSAdds two dynamic arrays together
C Index: A  C  D  E  F  I  L  N  R  T  
CATSConcaternates strings in each corresponding element of a pair of dynamic arrays.
COUNTSCounts instances in a dynamic array.
D Index: A  C  D  E  F  I  L  N  R  T  
DELDeletes elements from a dynamic array.
DELETEThere are two delete commands. Both are explained here.
DIVSInterates division between two dynamic arrays and results in a new dynamic array.
E Index: A  C  D  E  F  I  L  N  R  T  
EQSCompares each element in the first dynamic array with each element in the second dynamic array, returning a dynamic array full of 1s (matches) and 0s (mismatches).
EXTRACTExtracts data from a dynamic array.
F Index: A  C  D  E  F  I  L  N  R  T  
FIELDS
FINDSTRWhile FIND and LOCATE operate on entire elements, FINDSTR operates on substrings of elements.
FMTS
FMTSDP
FOLDUse this command to break a string into a dynamic array based on spaces and lengths.
FOLDDPThis is a version of the FOLD command which is NLS safe.
I Index: A  C  D  E  F  I  L  N  R  T  
INDEXS
INSAdds values to dynamic arrays.
INSERTAdd source code from an external source at compile time. There is a second INSERT command, which adds values to dynamic arrays.
ISNULLS
L Index: A  C  D  E  F  I  L  N  R  T  
LENSDetermines the length of each element in a dynamic array.
LENSDPThis variation on the LENS command distinguishes between byte length and display length, since NLS supports multi-byte characters.
N Index: A  C  D  E  F  I  L  N  R  T  
NOTSUsed to do a NOT (reverse logic) test on each element of a synamic array.
NUMS
R Index: A  C  D  E  F  I  L  N  R  T  
RAISEPromotes @VM to @FM. Promotes @SVM to @VM. And so on.
REMOVE
T Index: A  C  D  E  F  I  L  N  R  T  
TRIMSConvert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks.

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.