1.

What are SPUFI and QMF? What is the difference between them?

Answer»
  • SPUFI: SPUFI is an EXECUTION ENGINE for SQL where the SQL COMMANDS are executed. Several SQL queries can be executed at once and the result of the queries can be stored in PS or PDS MEMBERS. Also, the SQL is known to us even after the execution of the query.
  • QMF: It is a reporting environment and supports the formatting of reports. More than one query cannot be executed and the result of the query cannot be persisted. Also, the SQL code of the query cannot be known. 


Discussion

No Comment Found