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

is it compulsory commitment control in journal?

0 Answers   TCS,


List out the data types available.

0 Answers  


How does one bind 2 versions of a CICS transaction with the same module name in two different CICS regions that share the same DB2 subsystem?

2 Answers  


How to access db2 tables in mainframe?

0 Answers  


How to resolve deadlock issue

5 Answers   IBM,


difference between group clause and order clause

1 Answers  


How to execute stored procedure in db2 command editor?

0 Answers  


What is the maximum length of sqlca?

0 Answers  


How do I import a csv file into db2?

0 Answers  


Why db2 is called db2?

0 Answers  


what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names

5 Answers   Accenture,


How do you concatenate the firstname and lastname from emp table to give a complete name?

0 Answers  


Categories