[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Evaluate
The break takes you to the end-evaluate statement.
YMCKINNE wrote:
>
> Hi,
>
> I was wondering if anyone could help me.
>
> I was wondering what is the logic behind the break command in an
> EVALUATE statement. Within the evaluate statement, I issue a break
> command. Does the break command take you back out to the
> begin-program section or does it let you continue within the local
> procedure?
>
> For example, I have this in my local procedure:
>
> move '' to $product_line
> do cust_line
> do grand_dig_fin_tot
>
> In my evaluate statement I have:
>
> when = 'OT'
> do select_unearned_rev
> do earned_rev
> do deal_pass
> when-other
> break
>
> Since '' != $product_line, does the break take me back to my local
> procedure or back to the begin-program section?
>
> Any help is appreciated.
>
> Thanks
>
> Yolanda
--
ClientTech Online Solutions, Inc.
"Peoplesoft Implementation Specialists"
www.clienttech.com
800-404-2560 fax: 407-888-4841
- References:
- Evaluate
- From: YMCKINNE <YMCKINNE@LANIER.COM>