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 a collection in db2?
What are the benefits of using the db2 database?
What do you mean by cursor?
Explain in detail about buffer manager and its functionalities?
How to rename a table in DB2 ?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
Are view updateable?
List down the data types in the db2 database.
What is the latest version of ibm db2?
What is db2 and what is the use of db2 optimizer?
What is the maximum length of sqlca?
How to execute stored procedure in db2 command editor?
What is syscat in db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What are iseries servers?