How to check last update on table in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is cobol db2?
What is tablespace?
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
Where would you find information about the type of database authority held by the user?
What is a clustering index?
How could one combine a set of incremental image copies into a single copy?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
How are write I/Os from the buffer pool executed?
how we will do null data selection in cobol-db2 program
Is the primary key a clustered index?
Suppose I have a program which uses a dynamic SQL and it has been performing well till now. Off late, I find that the performance has deteriorated. What happened?
select distinct(empid),distinct(dept),name from EMP will the above query work?