what is the differences between spufi and qmf and which is
better?
Answer Posted / hrushikesh
In SPUFI we cannot get the exact location of error only
error code is displayed.
In QMF we can get exact error codes.
So I can say for small queries one can use SPUFI
but for bigger ones we should use the QMF queries
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What type of database is db2?
When reorg is used?
What is concurrency?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is bufferpool in db2?
Can one database have multiple instances?
What does db2 mean?
Which isolation level provides maximum concurrency?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
How do you pull up a query which was previously saved in qmf?
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 is an instance in db2?
What does runstats do in db2?
Which is faster delete or truncate?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?