Differentiate between Query Management Facility (QMF) and SQL Processing Using File Input. - IDMS
Differentiate between Query Management Facility (QMF) and SQL Processing Using File Input.
SPUFI:
- More queries can be executed at once.
- SQL code is known after the execution of the query.
- QMF executes in batch mode.
QMF:
- More than one query can not be executed.
- SQL code is not known after the query execution.
- QMF is an online application.