I am launching a process from a UniVerse Basic program using:
PH.CMD='PHANTOM SQUAWK MY.PROGRAM'
EXECUTE PH.CMD CAPTURING PH.VALS
It returns the &PH& log filename and the PID as expected.
However, when I de-cataloged the program, it still came back with both values.
The only way I realized it was failing was by either running "ps -aef" from Unix or looking in the &PH& file:
0001 Verb "MY.PROGRAM" is not in your VOC.
Is there a BASIC program command way to know if MY.PROGRAM actually did launch?
------------------------------
Nelson Schroth
president
C3CompleteShop LLC
Harrison OH US
------------------------------




