//******************************************************************** // Nova Power Conditioning --- Lawrence Livermore Laboratory //******************************************************************** // // Module Name: RMS_Create File Name: PCENV$LIB:RMSCreate.PRX // // Description: // // This module contains calls a praxis stub to J. Duffy's RMS // create macro routine. // //******************************************************************** // Author: J.Allison C. Smart Creation Date: 15-May-1983 // // Revisions: // // 1.000 15-May-1983 JCS Initial type in. //******************************************************************** Module RMS_Create Use VMS_Library Export RMS_Create Function RMS_Create Param file: descriptor_pointer chan: out ref long_integer size: in ref long_integer endparam returns status: long_integer endFunction {RMS_Create} endmodule {RMS_Create}