This file contains information concerning the
     EDMS Schema to I-D-S/II DDL and DMCL and LOCKS Converter.

ESCH_SI1 Source for COBOL schema conversion program.

ESCH_OU1 Object unit for ESCH_SI1.

ESCH_CI2 Source for some COBOL callable subroutines to fix
         the in-core subschema to match the schema being
         accessed as a data base.

ESCH_OU2 Object unit of ESCH_SI2

ESCH_CI3 Compressed Source for Subschema of Schema (METASYM)
         This is a copy of EDMS CF011.

ESCH_OU3 Object unit of ESCH_CI3 for inclusion in run unit.

ESCH_CI4 Compressed Source for F:DB01.  This is a copy of EDMS
         CD094.
ESCH_OU4 Object unit of ESCH_CI4.

ESCH_CI5 SYSTEM file required for the assembly of ESCH_CI2.

ESCH_CI6 Compressed Source for SYSTEM DMS.  This is a copy of
         EDMS CD001.
ESCH     EDMS DML converter run unit.

ESCH_SI7 Schema and subschema DDL for all EDMS schemas.
         of ESCH_SI1.

ESCH_ID1 Schema DDL for a test schema for input to the converter.

ESCH_ID2 Test input schema for the converter.  Created by ESCH_ID1 DDL.

ESCH-SCHE Schema for all EDMS schemas.

ESCH-SUB  Subschema for all EDMS schemas.


ESCH-COPY COBOL COPY file from ESCH-SUB  required for compilation
ESCH_CL To compile all modules, link the run unit and
         run a sample test job.

ESCH_LX  To link object units into a run unit.

ESCH_BA JCL to run an EDMS schema conversion.  Use BATCH
         to replace file names in this file of canned JCL.

To batch a job,
!BATCH ESCH_BA SCHEMA=file1,DDLOUT=file2

Where:

file1    Input EDMS schema file.
file2   Concatenated schema DDL, DMCL and LOCKS. (Default DDLOUT)

The only file which must be specified is the input schema file.
The output file name is DDLOUT.

Transfer the output file to CP-6 and run as follows:

!SET M$SO subschema-ddl-file-identifier
!DBACS input-file-from-CPV
!DBACS subschema-ddl-file-identifier
DBACS TRANSLATE SUBSCHEMA subschema-name DDL END
DBACS VALIDATE SUBSCHEMA subschema-name
               SCHEMA schema-name END
