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
Answer / arun
cobol equivalent data type would be PIC s9(x-y)V9(y) comp3
| Is This Answer Correct ? | 14 Yes | 0 No |
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 |
what's the best lock size that you could use when you create a tablespace?
What is the syntax for creating a table in the db2 database?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
How to fetch the last row from the table in SQL (db2)?
What is db2?
What keyword does an SQL SELECT statement use for a string search?
Is schema the same as database?
what is the name of the default db2 catalog database?
What is the difference between cursor and select statement?
How to create a table using embedded sql?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
what happend with out using Commit,when closing cursor and program?