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 |
is it compulsory commitment control in journal?
List out the data types available.
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?
How to access db2 tables in mainframe?
How to resolve deadlock issue
difference between group clause and order clause
How to execute stored procedure in db2 command editor?
What is the maximum length of sqlca?
How do I import a csv file into db2?
Why db2 is called db2?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
How do you concatenate the firstname and lastname from emp table to give a complete name?