What are the various data types available in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of using commit?
What is buffer pool in the db2 database?
What are the contents of a dclmgen?
wht steps we need will coding cobol and db2 pgm ?
What does the CHECK Utility do ?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
What is a db2 tablespace?
What is the role of union all and union
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
What is the SQL Communications Area and what are some of its key fields?
we can code COPY DCLGEN or INCLUDE DCLGEN, At which stage of the precompilation , dclgen get expanded if we write 1) copy 2) include one question about dclgen.. Is it mandatory to use declare table in dclgen.. I think no...but it will be used by the precompiler to validate the table name,column name etc.., can one clear my doubt ..is it necessary to include declare table or not?