What information is contained in a SYSCOPY entry?

Answers were Sorted based on User's Feedback



What information is contained in a SYSCOPY entry?..

Answer / 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

What information is contained in a SYSCOPY entry?..

Answer / kislay

Included is the name of the database, the table space
name, and the image copy type(full or incremental etc.,) as
well as the date and time each copy was made.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

How to resolve -502 sql code in DB2?

2 Answers   Cap Gemini,


i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?

2 Answers   EDS,


List out the buffer pools in db2

0 Answers  


Explain transactions, commits and rollbacks in DB2.

3 Answers  


What's The Percentage Free Space ?

0 Answers   IBM,






How to handle null values in db2

4 Answers  


what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names

5 Answers   Accenture,


What is a correlated sub query?

2 Answers  


what is load and unload in db2

1 Answers   IBM,


What is ibm db2 database?

0 Answers  


How to define the a field which accepts value till 99999.99 in db2

3 Answers  


Explain how can you do the explain of a dynamic sql statement?

0 Answers  


Categories