   C I C S E D T S  -  Platform: MVS/CICS


   This program is a editor of Temporary Storage files in CICS. 
You can view, update, delete, insert, find, etc. records in TS queue.
This utility is used also by CICSVSAM and CICSEDL1.


   In this distribution file (CICSEDTS.ZIP) there is:

CICSEDTS.OBJ             executable for MVS/CICS mainframe, in obj form
CICSEDTS.HIL             Hilmas source of this program
CXITEDTS.OBJ             same executable but in Italian language in obj form
CXITEDTS.HIL             Hilmas source in Italian
README.TXT               this help file 
LINKEDIT.JCL             job example to install CICSEDTS
MAN_ENG.TXT              manual in English
MAN_ITA.TXT              manual in Italian
MAN_ITA.DOC              Italian manual in Word 6.0/95 (RTF) format


OBJ installation:

- Create in MVS a sequential file, for example 'MYUSER.PROGRAM.OBJ'
  with RECFM=FB and LRECL=80, for example of 1 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 CICSEDTS.OBJ 'MYUSER.PROGRAM.OBJ'

- Prepare a Job to Linkedit transferred obj in a load library visible by
  CICS: use LINKEDIT.JCL as example: fit this JCL to your needs changing 
  library names

- Submit linkedit job to create load module; output library must be a
  load library used by CICS address space.

- Complete installation defining program and transid in PPT and PCT CICS
  tables: see manual for details.


Program instruction:

   See MAN_ENG.TXT    for manual of this utility in English.
   See MAN_ITA.TXT    for manual of this utility in Italian.

