IVS-Kermit cOmpilation instructions: From an IVS session or SCL procedure file: REC (L=2500,V=1500,STAC=250,PROT=600); CC(FN=FILENAME_C,LNK=NO,OPTM=TRUE,GLBOPT='-R -o FILENAME_O', POPT='-bo -X1',COPT='-b -Xv');!" ***NOTE*** IVS-Kermit object modules end in _O. MCS-Kermit modules end in _M. This is done to separate MCS-Kermit object from IVS-Kermit object. There are several common object modules between MCS / IVS-Kermit, they do not require the _M convention. Any naming convention is exceptable, as long as the modules are separated. The common object modules are listed below. Common object modules: BIND=CKVFN2_O BIND=CKVFNS_O BIND=CKVFI2_O BIND=CKVFIO_O BIND=VKNCRLIO NCRL source module BIND=CKVMCS_O *** COMPILE USING IVS INSTRUCTIONS BIND=CKVBUF_O *** COMPILE USING IVS INSTRUCTIONS MCS-Kermit compilation instructions: From an IVS session or SCL procedure file: REC (L=2500,V=1500,STAC=250,PROT=600); CC(FN=FILENAME_C,LNK=NO,OPTM=TRUE,GLBOPT='-R -o FILENAME_M', POPT='-bo -X1 -D MCS_FLAG',COPT='-b -Xv');!"