Using Analog-4.11 on your AS/400


Running Analog as standalone program

You can call program 'ANALOG' directly with configuration commands('+C???'), for example;

> CALL PGM(ANALOG/ANALOG) PARM('+COUTPUT ASCII' '+COUTFILE /qsys.lib/analog
  .lib/report.file/report2.mbr')

will write ASCII access report to source physical file 'ANALOG/REPORT(REPORT2)'.


Running Analog from browser (form interface)

To use Analog form interface, you have to install 'Perl for AS/400'. Click here for perl install instruction.

Confirm that your HTTP configuration has following directives using WRKHTTPCFG command or browser configuration:

Enable POST
Exec /ana/* /QSYS.LIB/ANALOG.LIB/* %%EBCDIC%%
Pass /analog/*
AccessLog /analog/logs/ACCESSLOG.log 100000

Access to Analog form interface page at 'http://(your_server_name)(:port_number)/analog/anlgform.html'.


Note

You cannot use non ISO-8859-1(codepage 819) languages for 'LANGUAGE' command. If you specify DBCS language (such as Japanese), you'll see gabage.

I've not tested all functionalities of Analog. See readme file at http://(your_server_name)(:port_number)/analog/docs/readme.html

 


[Home]