Answer Posted / mr. cooooool
Hi...............
Use the Following jcl to retrived the Db2 table data.
//SYSREC00 DD DSN=COOL.UNLOAD.SYSREC02,
// UNIT=SYSDA,SPACE=(32760,(1000,500)),DISP=(MOD,CATLG)
//SYSPUNCH DD DSN=COOL.UNLOAD.SYSPUNC1,
// UNIT=SYSDA,SPACE=(800,(15,15)),DISP=(MOD,CATLG)
//SYSIN DD *
SELECT * FROM SYSIBM.SYSTABLES WHERE OWNER = 'COOL123';
/*
//
THANKS
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the function of data manager.
If I have a view which is a join of two or more tables, can this view be updateable?
What is copy pending status in db2?
can all users have the privilage to use the sql statement select * (dml)?
What is declare cursor?
What is the information associated with sysibm.syslinks table?
Is db2 a database?
What is a trigger in the db2 database?
What is runstats db2?
What is innodb buffer pool?
Give the name of some fields form sqlca.
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What is sqlca?
What is scrollable cursor in db2?
When reorg is used?