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

if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records

4 Answers   UST,


what are stage one indexable predicates?

1 Answers  


How to resolve -805 error in DB2?

1 Answers   Cap Gemini,


What do you mean by storage group (stogroup)?

0 Answers  


how to unload different table data into different gdg files/ vsam files.

3 Answers  






When do you use the IMAGECOPY?

4 Answers  


what is the process of precompiler?

2 Answers  


What else is there in the PLAN apart from the access path?

1 Answers  


What does DML stand for and what are some examples of it?

3 Answers   IBM,


Can you use max on a char column?

0 Answers  


What is the difference between base table and view?

7 Answers  


What is difference between isnull and coalesce?

0 Answers  


Categories