cms # enter the VMS code management system set lib cms_flib reserve xyz.for # module is copied to your default directory and is marked as "in-use" CTRL-Z # leave CMS
f2f -DVMS_DEC,ONLINE -j$FLIBVMS/flib.dictincl -r xyz.f # AIX/ULTRIX -> VMS f2f -DVMS_DEC,ONLINE -jFLIB.VMS(dictincl) -iFLIB.VMS(dictid) -r xyz.fort # MVS -> VMS
cms set lib cms_flib replace xyz.for # module is deleted from your directory CTRL-Z
cd ref_flib mms/des=flib # updates flib.olb
cd flib_aix # area for AIX sources on VMS mms/des=f2fflibafter successful completion copy the converted sources to AIX (/fopi/flib), see
cd flib make -f flib.make
cd flib_ultrix # area for ULTRIX sources on VMS mms/des=f2fflibafter successful completion copy the converted sources to ULTRIX (/fopi/flib), see
cd flib make -f flib.make
cd flib_mvs # area for MVS sources on VMS mms/des=f2fflibafter successful completion copy the converted sources to MVS: KP09.FLIB.FORT(*) and/or KP09.FLIB.INCL(*), see
make -f flib.make & # batch preferable
cd flib_vms # area for offline sources on VMS mms/des=f2fflib # check for successful completion ! mms/des=flib # update flib.olb
fopi
Tue May 28 15:33:35 CST 1996