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
C Index: C  D  E  I  L  O  S  T  U  X  
CHANGEChanges one string for another.
CHARUsed to produce a single character based on its ASCII value.
CHECKSUMPerforms an CRC checksum.
COMPAREEvaluates two strings and returns a -1, 0, or 1.
CONVERTConverts each individual character in the <was> string to the <willbe> string character based on position in each string
D Index: C  D  E  I  L  O  S  T  U  X  
DOWNCASEConverts a string to lowercase, leaving all non-alphabetics unchanged.
DTXConvert Decimal to Hex.
E Index: C  D  E  I  L  O  S  T  U  X  
EBCDICConverts string to IBM ebcdic code.
EREPLACEReplaces one or more instances of a substring in a larger string.
EXCHANGEConverts a character based on it's hexidecimal value.
I Index: C  D  E  I  L  O  S  T  U  X  
ICONVConverts a literal or variable based on a supplied set of rules
INTConverts a variable by truncating the decimal portion.
ITYPETranslates a literal or variable using I-Descriptor syntax. This is one of the three DICT level syntaxes. The others are F-Correlative and A-Correlative.
L Index: C  D  E  I  L  O  S  T  U  X  
LENSDetermines the length of each element in a dynamic array.
LOWERConverts the alphabetic characters to lowercase.
O Index: C  D  E  I  L  O  S  T  U  X  
OCONVConverts a literal or variable based on a supplied set of rules.
S Index: C  D  E  I  L  O  S  T  U  X  
SOUNDEXConverts a string into a BELL LABS soundex equivilent.
T Index: C  D  E  I  L  O  S  T  U  X  
TRANSConverts a value by translating it against another table.
TRIMConvert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks.
TRIMBConverts a string by removing trailing blanks.
TRIMBSCoverts each element in a dynamic array by removing trailing blanks.
TRIMFConverts a string by removing leading blanks.
TRIMFSCoverts each element in a dynamic array by removing leading blanks.
TRIMSConvert a string by compressing multiple blanks into single blanks and eliminating leading blanks and trailing blanks.
U Index: C  D  E  I  L  O  S  T  U  X  
UPCASEConverts a string to uppercase, leaving all non-alphabetics unchanged.
X Index: C  D  E  I  L  O  S  T  U  X  
XLATETranslates a value through a table.
XTDConverts a hexidecimal value to an integer.

More Details or Suggestions?
           

MV Updated from a Post-Relational data table on 10:18:34 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.