   LOADLIB.ZIP  -  Load library in TRANSMIT format of utilities
                   written in HILMAS


   In this Zipped file there is:

LOADLIB.XMT             executable library in TRASMIT (XMIT) format
LOADLIB.TXT             a brief description of each program
README.TXT              this help file 


Installation:

- Create in MVS a sequential file, for example 'MYUSER.LOADLIB.XMIT'
  with RECFM=FB and LRECL=80, for example of 10 cylinder.

- SEND obj module from PC to MVS in this file in BINARY form, with your 
  3270 emulation; the most important thing is a binary transfer (therefore 
  without ASCII CRLF) in a file with record length of 80 bytes.
  Use this PC command (in a PC with IBM/PCOMM 4.1 3270 emulation installed):

     SEND LOADLIB.XMT 'MYUSER.LOADLIB.XMIT'

- Use the RECEIVE TSO command to restore the load library, for example:
    RECEIVE INDATASET(MYUSER.LOADLIB.XMIT)
        (press ENTER and at the prompt write:)
    DATASET(your.loadlib.name)

- To run a TSO program do 'M' (in ISPF/TSO 3.4) to the load library
  and write 'CALL' beside the TSO program.
  If program is a batch program, do a jcl to run it; if it is a CICS
  program, move it to a CICS library and read installation instruction.
                                                               
