If DEFER INTERRUPT is set at the beginning of the application, why must your application set int_flag to FALSE before an INPUT statement is executed?

If DEFER INTERRUPT is set at the beginning of the application, why must your application set int_flag to FALSE before an INPUT statement is executed?A . The interrupt key will be disabled until int_flag is set to FALSC . The application will immediately exit if the user presses the interrupt...

August 31, 2018 No Comments READ MORE +

Given the code segment in the exhibit, which function(s) would be called?

Click the <<ItemExhibitName>> button to view the exhibit. Given the code segment in the exhibit, which function(s) would be called?A . function_a()B . function_a() and function _b()C . function_a(), function_b() and function_c()D . function_a() and a run-time error would occurView AnswerAnswer: A

August 30, 2018 No Comments READ MORE +

Using the Informix 4GL Debugger, which sequence of steps accomplishes this?

An end user wants to see how values x and y are being set in function1 and function2, and also needs to know the value of z before function3 is called. Using the Informix 4GL Debugger, which sequence of steps accomplishes this?A . set a break point for line 6,...

August 29, 2018 No Comments READ MORE +

If a LET statement is executed, but the assignment doesn't work at run-time, which variable is set to indicate an error? (Ex: A CHAR string containing an invalid date is assigned to a date variable.)

If a LET statement is executed, but the assignment doesn't work at run-time, which variable is set to indicate an error? (Ex: A CHAR string containing an invalid date is assigned to a date variable.) A. STATUS B. SQLCA.SQLCODE C. SQLCA.LETCODE D. SQLCA.SQLAWARN[1]View AnswerAnswer: A

August 28, 2018 No Comments READ MORE +

Which statement about INFORMIX-4GL is true?

Which statement about INFORMIX-4GL is true?A . The INFORMIX-4GL C-compiled version requires a p-code runner to execute.B . INFORMIX-4GL for Windows is only offered in the RDS version of the product.C . The INFORMIX-4GL RDS version compiles faster than the INFORMIX-4GL C-compiled version.D . The INFORMIX-4GL RDS version executes faster...

August 28, 2018 No Comments READ MORE +

Which are components of the SQLCA record?

Which are components of the SQLCA record?A . STATUSB . SQLERRDC . SQLODBCD . SQLCODEE . SQLAWARNView AnswerAnswer: BDE

August 25, 2018 No Comments READ MORE +