what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
2 4681When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
2 4894Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
5 7747If a non-DB2 program calls a DB2 program, the calling program's name will be there in SYSIN of IKJEFT01 and the plan name will be that of the called program. But is a bind needed or a plan has to be created for the non-DB2 program also?
RBS,
1 13860If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
2 12229Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
1 4997If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
6 8442why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
3 8878Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
2 6213In BIND, isolation level parameter specifies the duration of page lock and ACQUIRE, RELEASE also do almost the same thing. What is the exact difference between the two? Do they work in conjunction while executing SQL queries and obtaining locks?
8 18645
What is db2 instance?
How do I add a column in db2?
Which component is responsible for processing sql statements and selecting access paths?
What is load utility in db2?
List some fields from sqlca?
What happens in bind step in a db2 program?
What is an instance in db2?
What is dclgen in db2?
Which are the db2 tools to protect integrity of the database?
How do we specify index to include or not during bind process.
How is the value function used?
Explain db2.
Which isolation level provides maximum concurrency?
What is a page in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time