$!++ $! OSIF_API_BLD.COM $! Command procedure used to build the API example program for FTAM. $!-- $! $! Below are the commands to compile and link the FTAM API $! example programs (both Initiator and Responder) $! $ cc/standard=vaxc osif_api_exam.c $ cc/standard=vaxc osif_api_resp.c $ link osif_api_exam, osif_api_bld.opt/opt $ link osif_api_resp, osif_api_bld.opt/opt $! $! Below are the commands necessary to specify the FTAM message file $! as your process level message file, and to define a logical to point $! to the Contents Type Database. $! $ set message sys$message:osif$fmsg_mf.exe $!set message sys$message:osif$asn1_mf.exe $! $ define ftamoids sys$library:osif$oids.txt