   C I C S E D T S -  Platform: VSE CICS


   This is a simple editor of Temporary Staorage queues in CICS environment.


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

CICSEDTS.PHA             executable for VSE/CICS, in obj form
CXITEDTS.HIL             Hilmas Italian source of this file
README.TXT               this help file 
MAN_ENG.TXT              English manual of this program
MAN_ITA.TXT              Italian manual of this program

   Note: OBJ is the Italian version of the program.


OBJ installation:

  I suppose that you have a VSE under VM, so you can use CMS machines
  as help to installation.

- SEND obj module from PC to your CMS machine 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 80.
  Use this PC command (in a PC with IBM/PCOMM 4.1 3270 emulation installed):

     SEND CICSEDTS.PHA CICSEDTS PHASE A (RECFM F LRECL 80

- Submit this VSE job (from your CMS machine) to transform this obj in
  executable, cataloging it in a VSE load library:


      * $$ JOB JNM=CATALPHA,CLASS=A
      * $$ LST DISP=D,CLASS=H
      // JOB CATALPHA ------ CATALOG A PHASE from PUNCH format
      // LIBDEF PHASE,CATALOG=lib.sublibCICS
      // OPTION ERRS,SXREF,SYM,CATAL,NODECK
         PHASE CICSEDTS,*
         INCLUDE DFHEAI
      /*
      // EXEC LNKEDT
      /INCLUDE CICSEDTS PHASE A
      /&
      * $$ EOJ

  supposing that your procedure to submit a job to VSE can expand
  /INCLUDE directives.

  If you don't have a VSE under VM, send OBJ directly to VSE in a
  sequential file with record length 80 and then modify the job to
  do a linkedit from this file.


Program instruction:
     See manual.

