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 buffer pool?
What is explain plan in db2?
How do I add a column to a table in db2?
How to create backup table in db2?
How do you pull up a query which was previously saved in qmf?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
Explain about cursor stability?
What are the bind parameters ibm db2?
Why do we bind in db2?
How does a cursor work?
What do you mean by rollback?
How would you find out the total number of rows in a db2 table?
What are union and union all?
Highlight all the advantages that are attached to a package.
Explain about rct in db2?