Tried that...the &PH& entry just stops - no messages.
It has a Record Counter display but 'where' it stops (if it stops) is
random.  There could very well be a problem with the program, but I can't
see it, I was hoping the Event Entry would point-out the problem.

FYI - Here is some sudo-code...the odd piece of logic (to me) this program
does is process Lists within Lists (three deep).
EXECUTE "SELECT FILE1 WITH blah..." RTNLIST LIST1
LOOP
  READNEXT ID1 FROM LIST1 ELSE EXIT
  CLEARSELECT LIST2
  EXECUTE 'SELECT FILE2 WITH xxx = "':ID1:'"' RTNLIST LIST2
  LOOP
    READNEXT ID2 FROM LIST2 ELSE EXIT
    CLEARSELECT LIST3
    EXECUTE 'SELECT FILE3 WITH xxx = "':ID2:'"' RTNLIST LIST3
    LOOP
      READNEXT ID3 FROM LIST3 ELSE EXIT
      ...do stuff...
    REPEAT
  REPEAT
REPEAT
END

Thanks again, Mark.
    


> -----Original Message-----
> From: Jeff Schasny [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 22, 2004 10:53 AM
> To: U2 Users Discussion List
> Subject: RE: [UV] Program dying
> 
> 
> You might try running it as a phantom and then checking the 
> entry in the
> &PH& file to trap any Universe level errors
> 
> -----Original Message-----
> From: Mark Eastwood [mailto:[EMAIL PROTECTED]
> [snip]
> 
�______________________________________________________


This e-mail, including any attachments, may contain information 
that is protected by law as privileged and confidential, and is 
transmitted for the sole use of the intended recipient.  If you 
are not the intended recipient, you are hereby notified that any 
use, dissemination, copying or retention of this e-mail or the 
information contained herein is strictly prohibited.  If you have 
received this e-mail in error, please immediately notify the sender 
by telephone or reply e-mail, and permanently delete this e-mail 
from your computer system.  Thank you.
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to