Answer Posted / deepa
Answer given above is correct
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is catalog database in db2?
How does a cursor work?
How would the varchar column remarks defined?
Which components manage deadlocks in db2?
What is dclgen (declaration generator)?
How do I add a column to an existing table in db2?
How can you count the number of rows from a table tab?
How do I change the column size in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
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 ?...
What action db2 takes when a program aborts in the middle of a transaction?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is a cursor in programming?
How can we read records for specific member in CL? AND rpg?
What do you mean by commit and rollback?