What are differences between QMF and SPUFI?

Answers were Sorted based on User's Feedback



What are differences between QMF and SPUFI?..

Answer / balaganesan

QMF : We can excute single query at a time.
SPUFI : We can excute multiple queries at a time.

Is This Answer Correct ?    44 Yes 5 No

What are differences between QMF and SPUFI?..

Answer / srini

The biggest difference between QMF and SPUFI is that QMF is
a query/reporting environment with the ability to format
reports. SPUFI is just a quick and dirty SQL execution
engine. If you need to produce nice looking reports, enable
user input to a query, or store your queries and reports
for future usage, QMF is a much better technology for doing
so.

Is This Answer Correct ?    22 Yes 3 No

What are differences between QMF and SPUFI?..

Answer / sivakumar s

One added advantage is QMF avoids allocating Input/Output
Datasets to prevent from memory wastage.

Is This Answer Correct ?    16 Yes 2 No

What are differences between QMF and SPUFI?..

Answer / sanjeev

hi

SPUFI :

1.you can execute more queries at a time.
2.you know the sqlcode after executing the query.

QMF:
1.you cannot execute more than one query.
2.you can't know the sqlcode of the query

Is This Answer Correct ?    17 Yes 4 No

What are differences between QMF and SPUFI?..

Answer / kappurapu

Second one is correct

Is This Answer Correct ?    11 Yes 1 No

What are differences between QMF and SPUFI?..

Answer / prabhat

All the answers are correct.
To add on, QMF is mainfly used to generate nicely crafted
Reports with Headers, Footers for business users.
No one use QMF for dirty work while developing.
SPUFI is used beforehand to Optimise and validate Query
Results. QMF is later used to create reports out of the
query result
Query execution is much faster in QMF than the ones produced
by a COBOL,PL/1 or any High Level language program.

Is This Answer Correct ?    6 Yes 0 No

What are differences between QMF and SPUFI?..

Answer / rama krishna reddy

SPUFI IS BATCH EXECUTION OF DB2 QUERYS
QMF IS ONLINE APPLICATION

IN QMF WE CAN EXECUTE QUERY AT A TIME
BUT IN SPUFI WE CAN EXECUTE ANY NUMBER OF QUERYS

Is This Answer Correct ?    12 Yes 7 No

What are differences between QMF and SPUFI?..

Answer / nagesh

Query Management Facility (QMF) AND SQL PROCESSING USING FILE INPUT (SPUFI), The main difference is QMF is one time report and by using SPUFI can execute multiple queries at the same time. We can also use QMF PROCEDURES FOR BATCH Process and believe, SPFUI do aswell. Inorder to save report in QMF, need to use 'EXPORT' command. In SPUFI, need to have two files one is for Input and other is for OUTPUT to save the results.

Is This Answer Correct ?    7 Yes 2 No

What are differences between QMF and SPUFI?..

Answer / anjali sharma

Hi all, the last one is good

Is This Answer Correct ?    4 Yes 2 No

What are differences between QMF and SPUFI?..

Answer / sankar

the above ans are right

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More QMF Interview Questions

How to Save Your Profile?

1 Answers  


How to Provide Column Names Using the DRAW Command ?

0 Answers  


What are Naming Standards in QMF?

0 Answers  


How to Clear a Query Using the RESET Command ?

0 Answers  


What are Naming Conventions in QMF?

0 Answers  






How the interaction between DB2, SQL, and QMF takes place?

0 Answers  


How to List the Available Tables?

0 Answers  


How to Build a Row Condition?

0 Answers  


How to Add Comments to a SQL Query?

1 Answers  


WHICH ONE IS BETTER EITHER SPUFI OR QMF?

5 Answers   IBM,


What is Structured Query Language (SQL)?

1 Answers  


How to Create a Prompted Query?

0 Answers  


Categories