The following steps configure FOCUS to generate HTML5 charts.
You must point to the URL where ibi_apps is deployed by issuing the SET FOCEXURL command in a profile, at the command line, in a FOCEXEC, or in a request:
SET FOCEXURL=http://servername:8080/ibi_apps/WFServlet
where:
Is the name of the machine where the application server is running.
Is the default port used by the WebFOCUS Client to communicate with the application server.
Once your HTML5 chart output is generated, you can transfer it to your PC in ASCII format with the extension .htm or .html and open it in a browser. Map charts are an exception. They must be transferred to a context on the application server and opened through the application server. For more information, see Lightweight Map Support.
SET FORMATGRAPH=HTML
DYNAM ALLOC DD FOCSTYLE DA hlq.FOCSTYLE.DATA SHR REU
where:
Is the high-level qualifier for your FOCUS production libraries.
DYNAM ALLOC DD HOLD DA filename SHR REU
where:
Is the fully qualified name the file containing the HTML5 chart output.
Information Builders |