var fDesc=new Array(); fDesc[0] = "The CL Command Browser is an essential software tool for IBM System i (iSeries, AS/400) users and developers

The software runs as an eBook program. You may find the detail information of 2000+ System i (AS/400) Control Language commands.

The detail information includes the command names, run environments, command descriptions and command examples.

The following command categories are supported:
. General i5/OS Commands
. AFP Utilities Commands
. Backup Recovery and Media Services Commands
. Communications Utilities Commands
. Cryptographic Support for AS/400 Commands
. CICS Transaction Server Commands
. HTTP Server Commands
. DB2 DataPropagator Commands
. Business Graphics Utility for AS/400 Commands
. Infoprint Server Commands
. Advanced Job Scheduler Commands
. Developer Kit for Java Commands
. Managed System Services Commands
. Performance Tools Commands
. Query Commands
. Content Manager OnDemand Commands
. System Manager Commands
. DB2 Query Manager and SQL Development Kit Commands
. TCP/IP Connectivity Utilities Commands
. Websphere Development Studio Commands
. IBM eServer iSeries Access for Web Commands"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }