Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Table functions

Table functions generate tables whose content depends on the call parameters or is derived from external data sources, e.g. files.


table_function ::= {

     CSV ([FILE] file DELIMITER delimiter [QUOTE quote ] [ESCAPE escape ], data_type ,...) |

     DEE [()]

}


The table functions are described on "CSV() - Reading a BS2000 file as a table" and "DEE() - Table without columns".