Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I can't seem to find the date/time a process was created in OpenVMS V8.3-1H1.

The sh proc/all PROCESS_NAME command does show a Connect time which at first I though it is the time since the process was created, but after a few tests I discovered that it is not.

I have search the PDF documents I have from HP, the Ask the Wizard archive and openvms.org but to no avail.

share|improve this question

1 Answer

up vote 2 down vote accepted

The HP OpenVMS DCL Dictionary, for f$getjpi explains the item code LOGINTIM as String, Process creation time. So try a

$ write sys$output f$getjpi(0,"LOGINTIM")

and see if that's what you want/need.

share|improve this answer
Thanks! (Apparently my searching skills need work.) – Panos Rontogiannis Mar 8 at 14:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.