what's the equivalent Cobol Data type for Decimal(x,y) in
DB2? what does the current SQLID register contain?

Answers were Sorted based on User's Feedback



what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID re..

Answer / arun

cobol equivalent data type would be PIC s9(x-y)V9(y) comp3

Is This Answer Correct ?    14 Yes 0 No

what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID re..

Answer / sirisha

It is PIC 9(x-y)V9(y)

Is This Answer Correct ?    12 Yes 8 No

what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID re..

Answer / marekj

SQLID - current SQL authorization ID, and qualifier for
dynamic SQL if DYNAMICRULES(run) was set during BIND process.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More DB2 Interview Questions

Q4. How will you get the count of record without using COUNT verb in query?

2 Answers   IBM,


How do I delete a table in db2?

0 Answers  


How connect db2 database to datastage?

0 Answers  


How to create db2 table in mainframe?

0 Answers  


the dd name for ksds is dest1 and what is the dd name for alternate index of ksds ? a.dest b.dest1 c.dest1a d.dd1

2 Answers   Logica CMG,






Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?

0 Answers  


What is meant by isolation level?

3 Answers  


what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'

10 Answers   Amdocs,


what is the Foreign key? explain?

2 Answers  


What is the maximum No of rows per page?

0 Answers   IBM,


What is a lock?

1 Answers  


Highlight all the advantages that are attached to a package.

0 Answers  


Categories