Name some fields from SQLCA
how 2 resolve the -311 sqlcode
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
What is DB2 (IBM Database 2)?
Define predicate?
What is the syntax for creating a table in the db2 database?
in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?
What is the max length of sqlca?
What is ibm db2 client?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
Can we declare DB2 HOST variable in COBOL COPY book?
What is the physical storage length of the data types date, time, and timestamp?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?