Define sqlca.
No Answer is Posted For this Question
Be the First to Post Answer
Define declaration generator (dclgen).
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
Is db2 a mainframe database?
how to copy the host variables from ps file into cobol program other than include statement
how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token
What is null value in db2?
What is netezza database?
How does coalesce work?
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 to take the back up of the DB2 table.
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 ?
insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?