On 13 Oct 2008 08:55:24 -0700, in bit.listserv.ibm-main you wrote:

>IF WC-FUNC (SUB) = "X"   OR 
>   WC-FUNC (SUB) = "Z"
>    IF WC-AMTUSE (SUB) + WC-AMT-PENDING (SUB) < ZERO
>        GO TO G100-FIND-CREDIT-X
>    END-IF
>END-IF.


And I would use
 IF WC-FUNC (SUB) = "X"
 OR WC-FUNC (SUB) = "Y"

This makes it easier to comment out the OR line.

-- 
"In no part of the constitution is more wisdom to be found,
than in the clause which confides the question of war or peace 
to the legislature, and not to the executive department." 

- James Madison

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to