Copyright (C) 2000 Programmers Group & Management Resources, Inc. All rights reserved.

This readme.txt was last updated on August 15, 2002

************************************************************
Monitor Job Message Wait (MONJOBMSGW) Utility for the AS/400
************************************************************

This README.TXT file covers the following topics

     1.  Requirements
     2.  Getting Help
     3.  Installation Procedures
     4.  Setting up SMTP in your AS/400
     5.  Removing MONJOBMSGW Utility
     6.  Object & Source



Section 1 - Requirements
========================
1) Prior to installation, make sure you are authorized to FTP to your AS/400.
2) User profile QPGMR must be authorized to restore library (RSTLIB) command.
3) The library MSGW does not exist in your AS/400.
4) WINZIP or another UnZip tool to extract the MSGW file.
5) Your current Operating System on the AS/400 is V4R4M0 or higher.
6) Create a job description QGPL/PGMRJOBD, with USER(YOURID) parameter. Replace
   YOURID with your AS/400 user id.  Make sure you are authorized to RST* 
   commands.



Section 2 - Getting Help
========================
  Technical Support for MSGW Utility for the AS/400 is
  available to licensed users under certain conditions by
  calling:

          1-310-210-7467 in the United States and Canada.
          9am-5pm PST
          Monday through Friday

     INTERNET

     PGMR, Inc. Home Page - AS/400 Journal:
          http://www.as400journal.com
     Email:
          mailto:alex_nubla@msn.com



Section 3 - Installation Procedure
==================================
1. Create the job description QGPL/PGMRJOBD with USER(YOURID) parm
   replacing YOURID with your AS/400 user id.
     CRTJOBD JOBD(QGPL/PGMRJOBD) USER(YOURID)

2. Issue the AS/400 command:
     CRTPF  FILE(QGPL/MSGW) RCDLEN(528) SIZE(*NOMAX)

   Note: QGPL/MSGW may be substituted by another file. If you
         do so, any referenced to QGPL/MSGW hereafter must be
         substituted by your file.

3. Extract the MSGW file (from MSGW.ZIP) and transfer the
   file into QGPL/MSGW (use file transfer facility or FTP).
   
   On your FTP Session:
   ====================
   binary
   put c:\msgw qgpl/msgw


4. Issue the AS/400 command:
     SBMDBJOB  FILE(QGPL/MSGW)

   Note: This is a long running batch job. Do not continue to
         the next step until this job has completed.

5. Issue the AS/400 command:
     DLTF FILE(QGPL/MSGW) 

6. The utility and source will be installed in the library MSGW.



Section 4 - Setting up SMTP in your AS/400
==========================================
1. Setup SMTP Gateway user.  Type the following command:
	ADDDIRE USRID(INTERNET GATEWAY) +
                    USRD('Internet SMTP Gateway') +
                    SYSNAME('TCPIP') +
                    PREFADR(NETUSRID *IBM ATCONTXT)

2. Type CHGDSTA, then press F4.  Check the Route to SMTP gateway 
   (SMTPRTE) and check if the SMTP is setup.  If *NONE is specified, 
   change it to use INTERNET GATEWAY. 
	CHGDSTA SMTPRTE(INTERNET GATEWAY)

3. Start SMTP Server
	STRTCPSVR *SMTP



Section 5 - Removing MONJOBMSGW Utility
=======================================
1. Issue the AS/400 command:
     DLTLIB  LIB(MSGW)



Section 6 - Object Source
=========================
The MSGW Utility is a Shareware for the AS/400.  Source members 
are available with the MSGW file. For questions:

      Programmers Group & Management Resources, Inc.
      Attention: Alex Nubla
                 8412 La Sierra Avenue
                 Whittier, CA  90605

      or call:
                 1-310-210-7467 in the United States and Canada.
                 9am-5pm PST
                 Monday through Friday

     INTERNET

     PGMR, Inc. Home Page - AS/400 Journal:
                 http://www.as400journal.com
     Email:
                 mailto:alex_nubla@msn.com

BE GLAD I STILL GIVE AWAY FREE SOURCE...      