Using JavaScript in QMF
IBM DB2 Query Management Facility for z/OS V11.2.1 (QMF) contains an embedded JavaScript engine. This engine allows application developers to use JavaScript to further extend the capabilities of QMF. JavaScript can be used to create virtual tables that are based on web service data, in calculated columns in a result set, to create new functions in Visual applications, or to extend the logic that can be used in QMF procedures.
This chapter describes several examples of how to use JavaScript in QMF to expand the capabilities ...