
To install Secure Easy IM on an AS/400:
   As of R7.1 the java defaults to 1.8
   (Contact Corvedia for versions)
1. Download "Seim IBM_1.8.0" from:
   http://www.corvedia.com/download.html
2. put this file (seim_client_ibm_1.8.0.zip) on the AS/400
3. start Qshell with: QSH
4. change to the root: cd /
5. unzip the file: jar -xvf fullpath/to/seim_client_ibm_1.8.0.zip
6. copy the file cmd400.properties to the directory /Eforward/properties
   This properties file will need to be modified for actual use.
7. create a CL program using instructions below or from cmdgrp.pgm
8. (optional) review filelist.txt for options on listing file names

Note: starting with R7 the JAVA_HOME environment variable should be set.
      add this to the CL:
     ADDENVVAR ENVVAR(JAVA_HOME) +
            VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk80/32bit') +
            LEVEL(*SYS) REPLACE(*YES)

Once this is done you will be able to send and receive.

Received files will be found in /Eforward/recv2/
To send EDI files place them in EBCDIC form into
/Eforward/send2/

CALL SND400 or CL created from cmdgrp.prg to start send and receive.

                              Programmer Menu
                                                             System:   S102TM5M
 Select one of the following:
      8. Edit a source file member               (srcmbr), (type)

 Selection . . . . .   8_            Parm . . . .   SND400____
 Type  . . . . . . .   CLLE______    Parm 2 . . .   _____________________
 Command . . . . . .   ________________________________________________________
_______________________________________________________________________________
 Source file . . . .   CORV______    Source library . . . . . . .   GREG______
 Object library  . .   __________    Job description  . . . . . .   *USRPRF___


 Columns . . . :    1  71            Edit                             GREG/CORV
 SEU==> ____________________________________________________________     SND400
 FMT **  ...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7
        *************** Beginning of data *************************************
0001.00 PGM
0002.00      SBMJOB CMD(JAVA CLASS(efclient.bin.Cmd)                         +
0003.00                      PARM('-p/Eforward/properties/cmd400.properties' +
0004.00                           '-c5'                                     +
0005.00                           '-u/Eforward/logs/'                       +
0006.00                           '-q/Eforward/stop.txt')                    +
0007.00                      CLASSPATH('/Eforward/java')                     +
0008.00                      OPTIMIZE(*JIT)) CPYENVVAR(*YES)
0009.00      GOTO CMDLBL(ENDIT)
0010.00 ENDIT: ENDPGM
        ****************** End of data ****************************************

                              Programmer Menu
                                                             System:   S102TM5M
 Select one of the following:
      3. Create an object from a source file     object name, type, pgm for CMD

 Selection . . . . .   3_            Parm . . . .   SND400____
 Type  . . . . . . .   CLP_______    Parm 2 . . .   _____________________
 Command . . . . . .   _________________________________________________________
_______________________________________________________________________________
 Source file . . . .   CORV______    Source library . . . . . . .   GREG______
 Object library  . .   __________    Job description  . . . . . .   *USRPRF___


 Selection or command
 ===> CALL SND400__________________________________________



