Can a array declared with an index be displayed(readable
format) in spool?

Answers were Sorted based on User's Feedback



Can a array declared with an index be displayed(readable format) in spool?..

Answer / guest

Yes we can display like below

Display Array(Idx)

Is This Answer Correct ?    3 Yes 1 No

Can a array declared with an index be displayed(readable format) in spool?..

Answer / deepali

we can display like below

Display Array(Idx)

Is This Answer Correct ?    1 Yes 0 No

Can a array declared with an index be displayed(readable format) in spool?..

Answer / guest

Indexes are not displayable.

Is This Answer Correct ?    0 Yes 1 No

Can a array declared with an index be displayed(readable format) in spool?..

Answer / ganesh

Since we can display content of array like below

Display Array(Idx)

But we can display index alone like
Display Idx

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More DB2 Interview Questions

What is buffer pool and list some of them?

1 Answers  


What is the size of a data page?

2 Answers   IBM,


how to take the back up of the DB2 table.

7 Answers  


How to find primary key of a table in db2?

1 Answers  


Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?

2 Answers   Verizon,


If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?

2 Answers  


If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI

4 Answers   ADP,


What are host variables in db2?

1 Answers  


Is schema the same as database?

1 Answers  


For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?

1 Answers   BNP Paribas,


How can you quickly find out the # of rows updated after an update statement?

1 Answers  


can we update the table by using cursors can anyone post the query?

5 Answers   DELL, HCL,


Categories