cdmlcl (1) --- compile and load a Cobol DML program 08/27/84 | _U_s_a_g_e cdmlcl [<'ld' options>] [/ <'cobc' options>] _D_e_s_c_r_i_p_t_i_o_n 'Cdmlcl' is a shell file that invokes the Prime DBMS Cobol DML preprocessor, the Primos Cobol compiler and the Primos | segmented loader. If 'cdmlcl' is invoked with no argument, it automatically processes the last program | edited, since it shares the shell variable 'f' with the | shell program 'e'. The name of the file containing the program to be compiled must end with ".cob", although in it may be specified with or without the end- ing ".cob". If no output file is specified in the <'ld' options>, the output object file name will be with no extension. Concerning the options, 'cobc' will be called with the <'cobc' options> specified on the command line; then 'ld' will be called with the <'ld' options> specified. _E_x_a_m_p_l_e_s cdmlcl myprog.cob cdmlcl myprog subs.b subs2.b -l mylib cdmlcl myprog / -ok -l mylist _M_e_s_s_a_g_e_s ".cob: cannot open" _B_u_g_s An alternate binary file name cannot be specified. _S_e_e _A_l_s_o | cdmlc (1), cobc (1), ld (1), bind (3) cdmlcl (1) - 1 - cdmlcl (1)