RE: avoiding when ETA()=0

From: Vladimir Piotrovskij Date: February 12, 2003 technical Source: cognigencorp.com
From: VPIOTROV@PRDBE.jnj.com Subject:RE: [NMusers] avoiding when ETA()=0 Date: Wed, 12 Feb 2003 14:57:59 +0100 Kazimierz, A general method of avoiding some value of ETA is via the EXIT option within IF statments, e.g., ... IF (ETA(1).EQ.0) EXIT 1 100 IF (ETA(2).EQ.0) EXIT 1 200 ... $EST .......... NOABORT Hope it will work in your case. Best regards, Vladimir
Feb 11, 2003 Kazimierz avoiding when ETA()=0
Feb 12, 2003 Vladimir Piotrovskij RE: avoiding when ETA()=0
Feb 12, 2003 Kazimierz Re: avoiding when ETA()=0
Feb 13, 2003 Vladimir Piotrovskij RE: avoiding when ETA()=0