|
At 02:57 PM 4/23/2007, Gene Maguin wrote:
>That said, in a do if structure, cases that satisfy the [any]
>condition are not eligible for consideration for [any subsequent]
>condition. So, those cases for which N48=1 will not be considered for
>the condition netfull=1.
In addition, cases where any test result is missing, will not be
eligible for consideration for any other condition. For example, in
your code, if N48 is missing, no assignments will be performed.
|