|
Concise Consulting Ltd. | ![]() |
||||||
|
Now available is CCLTOOLS, a freeware collection of a number of programmers tools we have developed over the years. This includes commands such as DSPFLD, DSPKEY and DSPDEP as well as all source code. These tools were mainly written some time ago and could do with being updated to use ILE and APIS's. If anyone has any ideas for modifications to these tools then let us know and we may upgrade them. The library CCLTOOLS was been saved to a save file at V3R2M0 and then FTP'd to a PC before being zipped up, To restore the library to your AS/400, follow these instructions: ♦ Download the file 'ccltools.zip' to a folder on your PC (eg.: C:\TEMP) and then unzip it using a tool such as WinZip which will create a new file called simply 'ccltools'. ♦ Ensure that the FTP server is started on your AS/400. This can be started by issuing the 'STRTCPSVR *FTP' command. ♦ Create an empty save file on the AS/400 with the following command 'CRTSAVF QGPL/CCLTOOLS'. ♦ On your PC, go to the DOS command prompt and navigate to the folder where you extracted 'ccltools' to (eg.: cd\temp) then enter the following commands: FTP AS400 (where AS400 is you AS/400 system name) then enter your AS/400 user ID and Password when prompted to do so) BINARY PUT ccltools QGPL/CCLTOOLS QUIT ♦ On your AS/400 enter the follwoing command to restore the library: RSTLIB SAVLIB(CCLTOOLS) DEV(*SAVF) SAVF(QGPL/CCLTOOLS) |