[cc]mc | .hd fdmlcl "compile and load a Fortran DML program" 08/27/84 [cc]mc fdmlcl [<'ld' options>] [/ <'fc' options>] .ds 'Fdmlcl' is a shell file that invokes the Prime DBMS Fortran DML preprocessor, the Primos Fortran 66 compiler and the Primos segmented loader. [cc]mc | If 'fdmlcl' is invoked with no argument, it automatically processes the last program edited, since it shares the shell variable 'f' with the shell program 'e'. [cc]mc The name of the file containing the program to be compiled must end with ".f", although in it may be specified with or without the ending ".f". If no output file is specified in the <'ld'[bl]options>, the output object file name will be with no extension. .sp Concerning the options, 'fc' will be called with the <'fc'[bl]options> specified on the command line; then 'ld' will be called with the <'ld'[bl]options> specified. .es fdmlcl myprog.f fdmlcl myprog subs.b subs2.b -l mylib fdmlcl myprog / -ok -l mylist .me ".f: cannot open" .bu An alternate binary file name cannot be specified. .sa [cc]mc | fc (1), ld (1), bind (3) [cc]mc