Vector Installation Guide ========================= This guide assumes that the according library is in the library list. If not either make an ADDLIBLE or a CHGCURLIB . Change the commands to reflect the current version of your source file. 1) Copy the source file to the IFS of your server (AS400, iSeries , i5) 2) Uncompress the archive file with the following command: gzip -d vector-src-x.x.tar.gz 3) Unpack the archive file with the following command: tar -xf vector-src-x.x.tar The source files are now located in the directory vector. You can either copy the source stream files to a database source file or use the stream files for compilation. The next steps assume that we use the stream files as a source. 4) Compile the Linked List module: CRTRPGMOD MODULE(LLIST) SRCSTMF('//vector/vector.rpgle') INCDIR('//vector') 5) For the service program creation we need to copy the binder source file to a database source file: CPYFRMIMPF FROMSTMF('//vector/vector.bnd') TOFILE(QSRVSRC) RCDDLM(*CRLF) 6) Bind the module to a service program: CRTSRVPGM VECTOR If you have any problem with the compilation just drop me a mail at mihael [at] rpgnextgen [dot] com Thanx.