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  M  R  S  T  X  Symbol  
ABSReturns the unsigned value.
ABSSReturns the unsigned value for each element of a dynamic array.
ACOSReturns the arc-cosine.
ADDSAdds two dynamic arrays together
ASINCalculates the arc-sine.
ATANCalculates the arc-tangent.
C Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
COSReturns the cosine.
COSHCalculates the hyberbolic cosine.
D Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
DIVDivides and throws away the remainder.
DIVSInterates division between two dynamic arrays and results in a new dynamic array.
DTXConvert Decimal to Hex.
E Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
EBCDICConverts string to IBM ebcdic code.
EXPReturns the exponential value.
F Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
FADDFloating Point Addition
FDIVFloating point division.
FFLTConverts to 13 decimal places. Uses scientific notation when needed.
I Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
INTConverts a variable by truncating the decimal portion.
L Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
LETDEPRECIATED. Assignment command.
M Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
MINIMUM
R Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
RANDOMIZESeeds the RND function.
REMWhen used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it calculates the remainders from division.
RNDProduces pseudo-random numbers.
S Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
SINReturns the sine of a number.
SINHReturns the hyperbolic sine.
SQRTReturns the square root.
SUBSPerforms dynamic subtraction.
T Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
TANCalculates the tangent.
TANHCalculates the hyberbolic tangent.
X Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
XTDConverts a hexidecimal value to an integer.
Symbol Index: A  C  D  E  F  I  L  M  R  S  T  X  Symbol  
*When used as the first non-whitespace character, it makes the line which follows it a remark. Otherwise, it is used as multiplication.
+Symbol for addition.
-Symbol for subtraction or unary minus.
/Symbol for division.
=Symbol for equals (boolean test) or assignment.

More Details or Suggestions?
           

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