How do you run JCL in cobol program
What is a synonym ?
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
How to test SQL -911 error while developing COB-DB2 program
What is the difference between spufi and qmf?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
Where would you find information about the type of database authority held by the user?
What do the initials DDL and DML stand for and what is their meaning?
what is static sql? what is dynamic sql? Give me details
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?