Join / sign up
QMF for Workstation and QMF for WebSphere Queries can contain Charts and graphs. What is stored in the query are the specifications for the charts: which columns to chart, the type of chart etc so that it does not take up too much storage and the charts will change as the data changes. Here is...
Drill Down Paths In the same way that this grid can be drilled into, QMF supplies drillable charts called Drill-down Paths, as follows.With any query result, click the button for “Transfer to” and choose Drill-down Path: Choose a chart for the first image; As with Charts choose the...
Ad Hoc reports are similar to Drill-down paths but thy show all the charts in parallel instead of in series, like this: When any wedge in the pie chart is clicked, it sends the name of the region to the three other images and acts as a filter (like a JOIN condition in SQL) to limit the content...
Dashboard Applications The visualizations so far can be interactive, but they still do not do anything except show visualizations. The final object the Dashboard/Application can also perform actions like writ data to a file or database and send emails with PDF or Excel attachments. Dashboard...
QMF Analytics for TSO When QMF 12 was released it came with a new component called QMF Analytics for TSO. This component gives QMF enhanced graphing and statistical analysis features. Here is QMF for TSO. The Q.CLIMATE USA table is about to be displayed Here is the data We will...
Converting a QMF for TSO REXX proc to a JavaScript proc. There is no REXX for the Web and Open Object REXX does not behave the same as REXX on TSO, so to run procs with logic, QMF supports JavaScript. 1) Very IMPORTANT: WHEN CONVERTING A REXX PROC TO A JAVASCRIPT PROC, COPY THE REXX PROC...
Launching mainframe resident applications from QMF for Workstation. 1) QMF for TSO version 12 introduced the QMF Stored Procedure Interface. This is simple a Db2 for z/OS stored procedure that when called, starts a QMF for TSO session and feeds it the name of a QMF Query or Proc to run....
Here is a proces to speed up QMF for Workstation creating AOTs. QMF for TSO supplies a Db2 Stored Procedure called Q.DSQQMFSP. This Stored Procedure can be called from an external client. QMF for Workstation uses a synonym called RUNTSO to invoke the stored procedure. This stored procedure...