Post-Relational Database Command Reference
BASIC Language 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
BASIC CODE: COMMANDLINE
Example of EOF and GET argument handlers

Code Example

FOR ICNT = 1 TO 10 UNTIL EOF(ARG.)
   GET(ARG.,ICNT) TEST ELSE TEST = "this will never be seen because of the UNTIL EOF"
   CRT TEST
NEXT ICNT
if the command line looked like this: RUN BP MY.PROG 1 2 3 4 5
then the output would look like this:
1
2
3
4
5

Synonyms
See also      EOF      |     GET      |     EOF      |     SENTENCE     
Categories      ALL      |     IO     
More Details or Suggestions?
     

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