Using the fortran interface

fortran To load fortran programs with the Rim interface, include the libraries RIMLIB and UTILITY in your GLOBAL TXTLIB command. RIMLIB and this sample loader EXEC (RIMLOAD EXEC) may be found on the Rim disk.

/* load program using rimlib */
arg fname "(" options
"GLOBAL TXTLIB RIMLIB VLNKMLIB VFORTLIB CMSLIB UTILITY"
"LOAD" fname "(" options
exit