What information is contained in a SYSCOPY entry?

Answer Posted / sabahat khan

Main Coloumn name present in Sysibm.Syscopy are
1)DBNAME 2)TSNAME 3)DSNUM 4)ICTYPE 5)ICDATE
6)Start_Rba 7)DSNAME 8)TIMESTAMP 9)AUTHID

to select any of the above mention column run
select * from sysibm.syscopy where DBNAME=' '
or
select * from sysibm.syscopy where TSNAME=' '

ETC

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is the primary key a clustered index?

724


What is a db2 package?

681


What is a system catalog table in db2?

683


In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?

725


What is ibm db2 connect?

652






What is isolation level in db2?

655


What is the use of value function?

728


List down the types of triggers in the db2 database?

685


What is cursor in dbms?

701


List some fields from sqlca?

682


When the like statement is used?

729


Define check constraint.

721


Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?

735


What types of tables are there in the db2 database?

654


What is db2?

820