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

How is a typical db2 batch pgm executed?

0 Answers  


In terms of DB2 indexing, what is the root page?

1 Answers  


How can you compare table column after update and before update?

5 Answers   Satyam,


If I have a view which is a join of two or more tables, can this view be updatable?

3 Answers  


how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?

1 Answers   Hewitt,






1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).

1 Answers  


What parameters are used to control the free space in DB2?

0 Answers  


Explain about rct in db2?

0 Answers  


How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?

1 Answers  


How do I add a column to a table in db2?

0 Answers  


what is cursor stability?

2 Answers   IBM,


When do you specify the isolation level?

0 Answers  


Categories