what is SPUFI ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
SPUFI-SQL Processing Using File Input
spufi is used to executes the SQL quries.
By using spufi we can execute more than one Query at a time
and also we can take the backup.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / girish kumar
Naveen ans is correct and by using SPUFI we can find the
error code in case of query failure situation.
but it is not posssible in qmf.
| Is This Answer Correct ? | 5 Yes | 0 No |
Mention the location where the output received from explain statement is stored.
What is performance tuning db2?
Are views updateable?
How are write I/Os from the buffer pool executed?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
What is the role of union all and union
Explain about dbrm.
What is multi row fetch in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What does the sqlcode of -818 pertain to?
Can we use select * statement in cobol program without giving field names ???