Since 4/17/2012 3:48:40 AM, RJDurkee has written 7 articles and participated in 7 conversations. RJDurkee signature: RJDurkee
RJDurkee's articles:
Items(7) /1
Default sequential file size234 (11/28/2006 4:21:16 PM) comp.os.vms My OpenVMS is a little rusty as I haven't worked on it much lately. I was wondering how VMS decides how big to allocate a sequential file. Is there a default size parameter somewhere that is used if I don't sp... RJDurkee
Apache/cgi question143 (4/27/2006 7:57:28 PM) comp.unix.aix Would anyone happen to know where I have to specify libraries necessary to execute a small test script wittern in a language other than perl? We have the Quovadx Cloverleaf product on our AIX (5.2) Interface Se... RJDurkee
GNU rant1739 (4/21/2006 2:19:27 PM) comp.unix.aix Trying to download and install programs from GNU is probably the most frustrating experience I have had while working on AIX. Very difficult to find stuff, poorly documented, very time-consuming. Trying to down... RJDurkee
Need help with C program2338 (11/16/2005 7:00:15 PM) comp.os.vms I am doing a project on a old 6.2 VMS system and I need help writing a C program that will convert a date formatted like this "5-MAR-2000 05:35:30.25" into the number of nanoseconds since the beginning of VMS t... RJDurkee
Pulling data from an old optical jukebox147 (6/2/2005 6:24:51 PM) comp.os.vms We are trying to eliminate an old Openvms 6.2 system that has a USDesign optical jukebox attached. I would like to, over time, ftp the data from the jukebox platters to another system. However when I mount a pl... RJDurkee
Who created a file634 (11/9/2004 6:46:33 PM) comp.os.vms I guess I must be the only one that doesn't know how to determine the user id that created a file, because I don't see that question posted. Doing a dir/full show the Owner:, but that doesn't tell me who create... RJDurkee
How to determine which mirrored disk has errors550 (1/6/2004 12:37:45 PM) comp.os.vms My OpenVMS 7.1 system is reporting a large number of errors on one disk device. The device is mirrored at the controller level. If log onto the HSJ50 controller, I cannot find a command that shows the error cou... RJDurkee
RJDurkee's replies:
Items(2) /1
Need help with C program2338 (11/16/2005 7:00:15 PM) comp.os.vms I am doing a project on a old 6.2 VMS system and I need help writing a C program that will convert a date formatted like this "5-MAR-2000 05:35:30.25" into the number of nanoseconds since the beginning of VMS t... RJDurkee(14)
Re: Need help with C program #2829 (11/18/2005 7:52:11 PM) comp.os.vms On 18 Nov 2005 at 10:46, RJDurkee wrote: > Here is the source I was using. The extra () after strncpy is certainly an error Here's an even simpler version. #include #include int status; char *date_ptr =... squayle(318)