Friday August 31 2012 @ 12:42PM EDT, Ivan Diaz
views: 464
Based on CVTIME.COM
Calculate Initial Date and Final Date in YYYYMMDD format from a current date for a weekly process from Monday to Sunday of last week.
If Today is in the 1st week, initial date will be the last week of the last month and final date is last day of the last month, by example, if I run the process on AUG.3/2012, initial date is 20120730(monday), final date is 20120731.
If I run the process on AUG.5/2012(monday), initial date is 20120801 and final date is 20120805.
On end of the month, initial date will be last monday and final date is last day of the month, by example, if today is AUG.31/2012, initial date is 20120827 and final date is 20120831.
Friday July 27 2012 @ 01:09PM EDT, Jose Baars
views: 618
Automates linking of shared libraries from an object library, write vector option files, version option files, can maintain compatibility between vector option files, can filter local procedures and data out based on name or Unix style map files.
Saturday September 10 2011 @ 11:26AM EDT, Thomas M. Maloney
views: 1633
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: 1669
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: 2050
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: 2887
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: 3416
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: 2249
Given a process id (in P1, defaults to current process) this procedure will determine the name of the job logical table for said proccess.