What will be the result?

An Application Engine program has a Do While action with the following code:
%SELECT (TEMP_FLD)
SELECT ‘COUNTER’
FROM PS_INSTALLATION
WHERE %Bind(COUNTER) < 1000;
What will be the result?
A. The program will abend because PS_INSTALLATION does not have a COUNTER field.
B. The Do While action will go into an infinite loop because the Select statement will always return true.
C. The actions following the Do While action will never execute because the Select will never return true.
D. The Do While will execute at least once, no matter what the result of the Select.
E. The Do While will execute as expected, as long as COUNTER is being incremented in PS_INSTALLATION for every loop.
F. The Do While will execute as expected, as long as COUNTER is being incremented in the state record for every loop.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.