Appendix A: OpenList Keyword Reference
This chapter contains reference information for keywords used in OpenList, OpenInsight'sretrieval and reporting language. OpenList commands include options to find a subset of rows in a table (filtering), to arrange returned rows into a particular order, and to choose particular columns to include in output. OpenList also offers various options to control line spacing, inclusion and suppression of titles, printer output, and the generation of BASIC+ source code. Most importantly, you can include keywords with OpenList commands to filter the data used in the OpenList operation. If you are using OpenList from the System Editor command line, the entire OpenList statement is enclosed in quotes and follows the Run command and the RList stored procedure, as in the following example:
Run RList "Select CAR_ORDERS With SUPP_NO < '3' "
For additional information on OpenList, refer to Rlist routine.