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

Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.

2 Answers   IBM,


How to resolve deadlock issue

5 Answers   IBM,


can any one expalin check point with an example?

1 Answers  


how to resolve -811 sqlcode .give clear explaination

3 Answers   IBM,


What is the difference between CS and RR isolation levels?

1 Answers  






what is datacom db?

2 Answers   CSC,


how to resolve -805. give clear explination for that

2 Answers   IBM,


How can you find out which query is taking lot of time to execute in cobol-db2 program ?

1 Answers   Danske,


What are the various locking levels available?

3 Answers  


How connect db2 database to datastage?

0 Answers  


cobol-db2 runjcl please?

2 Answers   DELL,


What is DCLGEN ?

3 Answers  


Categories