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
What is runstats utility in db2?
What is reorg?
How to resolve deadlock issue
On which levels locks can be applied?
How do you stop a db2 database in linux?
What is a bind in db2?
What is difference between alias and synonym in db2?
What is the physical storage length of time data type?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
How to find the maximum value in a column in the db2 database?
Can you use max on a char column?
What is clone table?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is db2 optimizer?
What is with ur in db2?