What is the COBOL picture clause for a DB2 column defined
as DECIMAL(11,2)?
Answer Posted / guest
its s9(9)v99.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What is check constraint in db2?
How to find the number of rows in a db2 table?
What is concurrency?
What is the clustering index in the db2 database?
What does runstats do in db2?
Why cursor is used in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
When do you specify the isolation level?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How can deadlocks be resolved?
What is host variable in db2 cobol?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is a buffer in memory?