Loading data into a table

load@"load" Open the database and set the password, if one is required, and then issue the load command  <"load" <table> via the "RIM" function.

Now you can "load" rows into this table with the "RIMDM" function.

Figure: Sample data retrieval with update
\begin{figure}\let\bf\tt
\<$\vdots$\\
''IF (.NOT.RIM(1,'open example')) GOTO '...
...
''~~~IF (RMSTAT.NE.-1) GOTO ''<error>\\
''ENDIF''
$\vdots$\>\end{figure}

fortran|)