Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
using exit handler in OpenVMS
Name: Savitri Date: October 16, 2001 at 07:19:23 Pacific
Comment:
Hello All, I am new to OpenVMS OS.This is looking bit strange to me.I used SYS$DCLEXH exit handler to close all the file handles etc in my program before exiting.When I stop the process by pressing CTRL+Y, it looks like it did all the clean up properly.But when I verify the processname using SHOW SYS/PROC=Processname, it says the process is still running. This I am not able to understand.Can anyone please tell me why the SHOW SYS command still lists the process as active and running.
Name: Phil Piotrowski Date: October 22, 2001 at 15:54:42 Pacific
Reply:
If you are running the program from the terminal that you entered thet Control+Y on, returning you to a $ prompt, then the process is still running, you are it. Do a SHOW PROCESS and verify that it is you. (Also SHOW SYS would show the process in the CUR state). Also, try SHOW PROCESS/CONT/ID=pid to see what image the process it running.
Phil Piotrowski
0
Response Number 2
Name: Jose Baars Date: November 8, 2001 at 07:04:02 Pacific
Reply:
Why would you want to declare an exit handler to close all files when you exit? If you exit VMS will close all files for you.
0
Response Number 3
Name: David Toolan Date: January 5, 2002 at 08:11:07 Pacific
Reply:
CTRL + y does not stop the process, it meerly suspends the process from executing. It can be continued by typing continue (provided you dont execute another image etc...)
Summary: My Question is simple: What do I need to do, using C and the System Services (NOT sockets), in order to multicast a message in OpenVMS. I use UCX and the TCP/IP services for OpenVMS vs4.2. Although I...
Summary: Would be very interested to hear from anybody with experience of disk fragmentation issues in OpenVMS - I have a relatively new system but am worried that when the RAIDs fill up, fragmentation may cau...