OpenSource Porting Becomes Easier
We at OpenVMS Engineering are currently working on a model wherein we can enable the framework so that OpenSource porting becomes easier. One Alphaserver and one Integrity server have been available to the community for this purpose. Send email to openvms.programs@hp.com for access details with Subject of "OpenSource Account". Read more...
Saturday September 10 2011 @ 11:26AM EDT, Thomas M. Maloney
views: 404
USAGE.COM generates a list of disks containing the device name, volume label, device type, max blocks, free blocks, percentage of free blocks, used blocks, percentage of used blocks and a video (default) or textual percentage graph of either used (default) or free blocks. The procedure was originally a utility procedure which ran under the OpenVMS System Manager software, however, it will run fine as a standalone procedure as well.
Friday May 13 2011 @ 09:16AM EDT, Mark Hawley
views: 625
Creates a paginated report of the SYSGEN parameters with one parameter on each line with columns for the system names. This makes it very easy to see what parameters do not match. Uses SYSMAN across multiple nodes.
Sunday March 07 2010 @ 11:35AM EST, Sebastiano Salvati
views: 1069
This procedure was used to collect statistical usage data of CPU memory and I/O and to send it to a central site.
Friday December 11 2009 @ 05:43PM EST, Jerry Alan Braga
views: 1924
This procedure is used by my sendmail.com when you want to convert an text attachment to pdf. The submission contains a command file and C file that I got from someone else on the net. You need to compile using c compiler in VAXC standard. The command procedure will detect the length of the text file max rec and convert it to the most proper format.
Friday December 11 2009 @ 05:32PM EST, Jerry Alan Braga
views: 2138
This procedure is an updated copy of my previous contribution. Updates are:
Fixed mime header ID issues
can convert to HTML,PRE and PDF with added feature (works without)
if no @ exists in email address will check a specific directory logical for that address.dis and get email address from there. Great when using a simple name to full email address
can specify in last parameter an alter from address to send. I know that what that can be but it helps.
Monday October 26 2009 @ 09:29AM EDT, Tim Sneddon
views: 1544
Given a process id (in P1, defaults to current process) this procedure will determine the name of the job logical table for said proccess.
Wednesday October 07 2009 @ 03:19PM EDT, steve sparrow
views: 2414
DCL code demonstration of everything in sysuaf.
If you grant yourself all privileges, flags and rights, you can use @show_uaf to see all the extra bits not currently in use
Tuesday July 14 2009 @ 01:37PM EDT, Jess Goodman
views: 2101
Run this in a daily batch job (preferably on the queue manager node) to save off in six command files all of the DCL commands required to recreate the queue manager database (queues, forms, characteristics) and to resubmit scheduled batch jobs. Uses DISPLAY_JOBS.COM, DISPLAY_QUEUES.COM, DISPLAY_FORMS.COM and DISPLAY_CHARACTERISTICS.COM.
Tuesday July 14 2009 @ 01:31PM EDT, Jess Goodman
views: 2798
Retrieves all specifications for a set of batch job(s) using F$GETQUI and formats the data into SUBMIT command(s). Use $ @DISPLAY_JOBS ? for full documentation. (updated version required for QUEUE_MANAGER_SAVE.COM).