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 do I connect my db2 database to ibm?

0 Answers  


How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)

2 Answers  


How could one combine a set of incremental image copies into a single copy?

1 Answers  


What is sqlca?

0 Answers  


Request to database but database is not available so what is was abend is raised?

2 Answers   UST,






In a single table,How to retrieve a employee-id of an employee who works in more than one department?

15 Answers   Cap Gemini,


What is the command used by TSO users to invoke DB2?

2 Answers   IBM,


how to fetch first 100 rows in db2

2 Answers   IBM,


What is CHECK PENDING ?

5 Answers  


What is QUIESCE?

2 Answers  


What is index cardinality?

3 Answers  


i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error

3 Answers   UST,


Categories