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 innodb buffer pool?
How can the duplicate values be eliminated from db2 select?
How to execute stored procedures?
What is the role of schema in the db2 database?
What is the latest version of ibm db2?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
Explain about open switch business continuity software?
Which component is used to execute the sql statements?
What is view db2?
What is dbrm? When it will be created?
define clustering index.
What is host variable?
What is alias in db2?
Where do you specify them?
What is the syntax for FETCH in DB2 ?