DECUS 1990 Fall Symposium - Las Vegas VAX DIBOL - A User's Experiences Using System Services Session # LT196 Abstract: This session will cover some of the uses for System Services and other Run Time Library Routines. Some knowledge of these routines and VAX DIBOL is assumed. This code carries no implied warranties nor will the author be held responsible for any problems stemming from its use. In other words: USE AT YOUR OWN RISK ! Submitted by: Mike Durkin Intracorp 1205 Westlakes Drive Berwyn, Pa 19312 (215) 889-2883 Please call if you have any questions. This directory contains Command Procedures, DIBOL & Message File Source. FILES DESCRIPTION ----- ----------- AAAREADME.1ST This file CALLMAIL.COM Command procedure to compile all modules used with CALLMAIL.DBL CALLMAIL.DBL Example of Callable Mail from DIBOL. CALLMAIL.OLB Object Module Library containing subroutines and functions used in CALLMAIL.DBL FIND_RIGHTS.COM Command procedure to compile FIND_RIGHTS.COM FIND_RIGHTS.DBL Example of how to use SYS$FIND_HELD to find the rights indentifiers held by the current process. FOCRE.SBL Example of simple folder action routine. GETST.SBL Example of subroutine to obtain process stats through LIB$xxxx_TIMER services. MAILDEF.DIB Include module which defines all Callable Mail Item Codes for VAX DIBOL. MAILMSGDEF.DIB Include module which defines all Callable Mail Return Status Codes. SMAIL.SBL Example of subroutine to send a mail message. SNDMA.SBL Modifed SMAIL.SBL to be a function. STOPRO.COM Command procedure to compile STOPRO.DBL and STOPROMSG.MSG files. STOPRO.DBL Example of Force Exit - SYS$FORCEX service. STOPROMSG.MSG Message file for STOPRO.DBL TSTHLP.COM Command Procedure to compile TSTHLP.DBL TSTHLP.DBL Example of how to access Help (.HLB) files from VAX DIBOL.