While unloading huge amount of data from table. Suddenly job failed some error.
Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
No Answer is Posted For this Question
Be the First to Post Answer
Can SQL statements/queries be included in a copybook?
What is cloudant database?
What is the advantage in De-normalizing tables in DB2?
what is the input to PLAN? what is the input to DBRM?
What information is used as input to the bind process?
What is the use of db2 optimizer?
Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.
What is the use of dclgen in db2?
How to create db2 table in mainframe?
What are the three types of page locks that can be held?
How to solve S0C7 abend with out using DISPlay in 10 mins?
What is the reason behind not using select * in embedded sql programs?