   V S A M C O N D -  Platform: VSE Batch


   This program is a condensed Listcat.


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

VSAMCOND.PHA             executable for VSE mainframe, in obj form
VSAMCOND.HIL             Hilmas 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 VSAMCOND.PHA VSAMCOND 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.sublib
      // OPTION CATAL
       INCLUDE
      /*
      // EXEC LNKEDT
      /INCLUDE VSAMCOND 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.

