Wade,

You ARE opening the file, right?

Are there any entries in the errlog file?
When you say 'check the process at universe level', how are you checking it.

Is there ever case where any response is required by the program? Any
conditional DEBUG statements?
john
 -----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Wade Sailor
Sent: Thursday, March 04, 2004 4:41 AM
To: [EMAIL PROTECTED]
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.

_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband

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


Notice of Confidentiality:  The information included and/or attached in this
electronic mail transmission may contain confidential or privileged
information and is intended for the addressee.  Any unauthorized disclosure,
reproduction, distribution or the taking of action in reliance on the
contents of the information is prohibited.  If you believe that you have
received the message in error, please notify the sender by reply
transmission and delete the message without copying or disclosing it. 

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

Reply via email to