IBM MainFrame Interview Questions
Questions Answers Views Company eMail

What is a DB2 plan?

8 42981

How to define the data items to receive the fetch items for the SQL?

2 4723

What is a page?

2 4219

What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?

CTS,

1 9194

What is a collection?

3 5542

What does the CHECK Utility do ?

1 4833

Where could you look if you had a question about whether a column has been defined as an index?

2 5012

What are the various locking levels available?

3 5530

If I have a view which is a join of two or more tables, can this view be updatable?

3 5710

What are the 4 environments which can access DB2 ?

2 6102

What is the picture clause of the null indicator variable?

6 17331

What will the FREE command do to a plan?

2 4853

What is a DB2 bind?

Logica CMG,

1 6432

What information can you find in SYSIBM.SYSLINKS table?

TCS,

1 8341

What is the difference between IN subselects and EXISTS subselect?

HCL, PreVator, TCS,

1 9911


Un-Answered Questions { IBM MainFrame }

How to pass the parameter in parm using linkage section ? (syntax)?

652


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2155


What are the recoverable cics resources?

600


What is db2?

741


State the maximum number of tables that can be joined?

575






Explain how to move cursor to a particular field when position is not known?

538


What is perform what is varying?

709


How to check sequence on a table in db2?

600


What is fset?

573


How do you pull up a query which was previously saved in qmf?

674


Define an aica abend?

618


What does sqlcabc has?

633


What is concatenating?

635


Is the order of the when clause important in an evaluate statement? Is the order of the when clause significant in an evaluate statement?

569


how would you create a temporary dataset? And where will you use them?

768