Which statements are true about the WHENEVER ERROR statement?

Which statements are true about the WHENEVER ERROR statement?A . It will result in the STATUS variable being reset to 0.B . It can be used to handle unexpected program terminations.C . It traps fatal errors during execution of 4GL statements.D . It can not be used to trap warnings...

February 20, 2019 No Comments READ MORE +

Which sequence of steps opens a form and displays it on the screen?

Which sequence of steps opens a form and displays it on the screen?A . an OPEN WINDOW WITH FORM statementB . an OPEN FORM statement, followed by a FORM statementC . an OPEN WINDOW statement, followed by an OPEN FORM statementD . an OPEN FORM statement, followed by a DISPLAY...

February 19, 2019 No Comments READ MORE +

For a non MODE ANSI database, what is the default behavior for handling a run-time error?

For a non MODE ANSI database, what is the default behavior for handling a run-time error?A . The program continues, logging the error to the error log.B . The program displays an error message and the program is terminated.C . The program executes the default handler provided in the run-time...

February 16, 2019 No Comments READ MORE +

Which are required for a C function call?

Which are required for a C function call?A . the name of the C functionB . the type of function callC . a call to the start_fgl() functionD . any arguments passed to the C functionE . any return variables from the C functionView AnswerAnswer: ADE

February 13, 2019 No Comments READ MORE +

Which are valid INFORMIX-4GL function types?

Which are valid INFORMIX-4GL function types?A . MAINB . DEFINEC . REPORTD . INCLUDEE . OPTIONSF . GLOBALSG . FUNCTIONView AnswerAnswer: ACFG

February 10, 2019 No Comments READ MORE +

Other than when a zero value is supplied for a SERIAL column, when will the database assign a SERIAL value?

Other than when a zero value is supplied for a SERIAL column, when will the database assign a SERIAL value?A . when a NULL value is supplied for the SERIAL column valueB . when the SERIAL column is not mentioned in an explicit column listC . when a SERIAL value...

February 10, 2019 No Comments READ MORE +

Which qualifiers can be used when formatting report output?

Which qualifiers can be used when formatting report output?A . USINGB . SPACESC . STRINGD . NEWLINEE . PICTUREF . CLIPPEDView AnswerAnswer: ABF

February 9, 2019 No Comments READ MORE +

Which structure contains information about the most recently executed SQL statement?

Which structure contains information about the most recently executed SQL statement?A . SCLDAB . SQLCAC . SQLERRDD . SQLCODEView AnswerAnswer: B

February 7, 2019 No Comments READ MORE +

What does an SQLCA.SQLCODE value of zero indicate after an SQL statement is executed?

What does an SQLCA.SQLCODE value of zero indicate after an SQL statement is executed? A. No data was found. B. The statement did not execute. C. The statement executed without errors. D. Multiple errors occurred that are listed in the SQLCA.SQLERRD.View AnswerAnswer: C

February 1, 2019 No Comments READ MORE +

What is int_flag?

What is int_flag?A . a user-defined local variable containing status information on the interrupt keyB . a user-defined local variable containing status information about database queriesC . an INFORMIX-4GL defined global variable containing status information on the interrupt keyD . a user-defined global variable containing status information on the last...

January 31, 2019 No Comments READ MORE +