In article <1995Nov30.154907@miavx1>, [log in to unmask] (The King)
writes:
> What (if any) libraries are available to a pascal program? And is there
> some way to get the header files?
 
There are a number of libraries available to Pascal on VMS, but most of
them are fairly VMS specific (like how to access VMS system routines,
access SQL from Pascal, access to indexed files, etc.).
 
You can get a listing of the header files for these with the command:
 
    $ DIR SYS$LIBRARY:*.PAS
 
Is there something specific that you're looking for?
 
--
                                     Kent Covert, Software Coordinator
                                     Miami Computing and Information Services
                                     Miami University, Oxford, OH
                                     [log in to unmask]