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
What is the difference between IN subselects and EXISTS subselect?
What is a view? Why use it?
wht happens if we close cursor with cursor with hold option?
How to find the maximum value in a column in the db2 database?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
How do you define a correlated name?
Do we need cursor for Count(*)?
What is index in db2?
What is a db2 tablespace?
Why select is not preferred in embedded sql programs?
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
what is a trigger and types of triggers