Firstly, I assume that ID.RECORD is assigned somewhere.

Secondly, do you have errlog enabled?  If so, take a look in there for any
UV errors that might have terminated your process.

Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200

----- Original Message ----- 
From: "Wade Sailor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 04, 2004 9:41 AM
Subject: Phantom process.


> Hi,
>
> I have written a program which run as a Phantom.
>
> PROGRAM TEST
> CONDITION = 0
> LOOP
> UNTIL CONDITION DO
> READ R.RECORD FROM F.FILE, ID.RECORD ELSE NULL
> LOOP
> UNTIL R.RECORD<1> = '' DO
> <Processing>
> DEL R.RECORD<1>
> REPEAT
> SLEEP 60
> <<On a specific condition CONDITION = 1>>
> REPEAT
>
> Then I will run it as
> >EXECUTE TEST
>
> Sometimes, the process does nothing.
> If I check the process at UniVerse level, it shows as running. But at the
> Unix level the process got killed. Is there any setup at Unix server level
> like TIMEOUT where I have to look at.
>
> Thanks.
>
> Wade.

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to