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 is the difference between TYPE 1 index & TYPE 2 index
what is the soft code for deadlock ?
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
Mention the definition of cobol in varchar field.
What is usage pointer in cobol?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
What is reorg and runstats in db2?
how to resolve -818 error. how to see timestamp token in load module and plan
What's the maximum number of volumes that can be added to a STOGROUP?
What is the use of commit in db2?
What is an asychronous write?
How to create a table using embedded sql?