 Last update: 01-MAY-1991  O This directory contains the source and object for MDMLIB, a library of routines J used by various RPI utilities.  The routines can be broken down into three
 basic groups:   L Sequential File I/O: MDM_OPENF, MDM_READF, MDM_WRITEF, MDM_RWNDF, MDM_CLOSEFG     These routines provide simple, efficient access to RMS for creating $     and reading ordinary text files.  F Disk Quota Routines: MDM_DQ_OPEN, MDM_DQ_ADD, MDM_DQ_READ, MDM_DQ_SET,*     	    	    	MDM_DQ_REMOVE, MDM_DQ_CLOSEG     These routines use the ACP-QIO interface to manipulate disk quotas.    Miscellaneous Routines: G     MDM_ASCTOID:    converts a UIC or identifier specification into the (     	    	    	appropriate numeric value@     MDM_MKDATE:	    creates an RFC822-compliant date/time string:     MDM_PARSE:	    simplified access to the $PARSE serviceE     MDM_STRANS:	    ASCII/EBCDIC/negative-ASCII character translation F     MDM_SYS_TRNLNM: logical name translation similar to LIB$SYS_TRNLOG  P More complete documentation is available in the files MDMLIB_DOC.PS (PostScript)! and MDMLIB_DOC.TXT (plain ASCII). P -------------------------------------------------------------------------------- Files in this directory:  B BLISSMDM.L32	    BLISS LIBRARY file containing MDMLIB definitions.$ MDMLIB.OLB  	    The library itself.5 MDMLIB_DOC.PS	    MDMLIB documentation in PostScript. 7 MDMLIB_DOC.TXT	    MDMLIB documentation in plain ASCII. D PLIMDM.TLB  	    A text library containing PL/I INCLUDEs for MDMLIB.   Files in [.SOURCE]:   B BLISSMDM.R32	    BLISS REQUIRE file containing MDMLIB definitions.: DESCRIP.MMS 	    MMS description file for building MDMLIB.K MDMLIB_DOC.SDML	    VAX Document SDML file containing MDMLIB documentation. F MDM_ASCTOID.B32	    BLISS source for MDMLIB enhanced $ASCTOID routine.? MDM_ASCTOID.MAR	    BLISS-generated MACRO code for MDM_ASCTOID. + MDM_CODES.MSG	    Message codes for MDMLIB. > MDM_DQRTNS.B32	    BLISS source for MDMLIB diskquota routines.> MDM_DQRTNS.MAR	    BLISS-generated MACRO code for MDM_DQ_RTNS.B MDM_FIO.B32 	    BLISS source for MDMLIB simple file I/O routines.8 MDM_FIO.MAR 	    BLISS-generated MACRO code for MDM_FIO.= MDM_MKDATE.B32	    BLISS source for MDMLIB date/time routine. = MDM_MKDATE.MAR	    BLISS-generated MACRO code for MDM_MKDATE. C MDM_PARSE.B32	    BLISS source for MDMLIB $PARSE interface routine. ; MDM_PARSE.MAR	    BLISS-generated MACRO code for MDM_PARSE. K MDM_PSECT_ATTR.R32  REQUIRE file containing PSECT defs used in all modules. C MDM_STRANS.B32	    BLISS source for MDMLIB MOVTC interface routine. = MDM_STRANS.MAR	    BLISS-generated MACRO code for MDM_STRANS. F MDM_SYS_TRNLNM.B32  BLISS source for MDMLIB $TRNLNM interface routine.B MDM_SYS_TRNLNM.MAR  BLISS-generated MACRO code for MDM_SYS_TRNLNM.P -------------------------------------------------------------------------------- CONTACTING THE AUTHOR   K Comments, suggestions, and questions about this software can be directed to - the author at one of the following addresses:    Mail:	Matthew Madison #     	Engineering Computing Services %     	Rensselaer Polytechnic Institute      	Troy, New York 12180-3590   Phone:	+1 518 276 2606 Fax:    +1 518 276 4860   + E-Mail:	(Internet)  madison@vms.ecs.rpi.edu !     	(BITNET)    MADISON@RPIECSVX    COPYRIGHT NOTICE  O This software is COPYRIGHT  1988, 1989, 1991 RENSSELAER POLYTECHNIC INSTITUTE. M ALL RIGHTS RESERVED.  Permission is granted for non-profit redistribution and  use.  
 DISCLAIMER  I This software is provided "AS IS".  The author and Rensselaer Polytechnic P Institute disclaim all warranties on the software, including without limitation,6 all implied warranties of merchantability and fitness.