Running the HTML1 document parser - fsybpars
fsybpars JAVA class creates directories from the downloaded special format HTML file created by Migration Utility due to HTML1 option on FILE definition of printer file.
To install fsybpars parser program:
- On your PC or a server, create a directory for the HTML reports.
Windows example:
MD drilldown - Download from the mainframe (in BINARY format), SYS1.SFSYDOCS(fsybpars) to drilldown\fsybpars.class
To parse an HTML file on your PC or a server do the following:
- Make sure that Java VM is installed and running.
- Download the HTML1 document file from the mainframe (in BINARY format) into a directory (assume drilldown directory).
- Switch to drilldown directory:
Window example:(from command line)
CD\drilldown - Enter on the command line:
Where:Java fsybpars &src &dest- &src
- Your downloaded Drill Down reports file.
- &dest
- The target directory for HTML documents.
Example:Java fsybpars htmlfil1.txt htmlfil1On completion, all HTML documents are created in the /drilldown/htmlfil1 directory. To view from your browser, enter the URL that points to the created directory and click on the index.htm file.Note: Depending on the platform, you can get sophisticated using scripts.