home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / sdu / readme < prev    next >
Text File  |  1994-03-16  |  1KB  |  33 lines

  1. SAMPLE1.EXE
  2. -----------
  3.   SAMPLE1 has as input SAMPLE.ADL, an ADL source text with two
  4.   DECLARE statements and two PLAN statements.
  5.   SAMPLE1 calls the Parse function, the Generate function and the
  6.   Conversion Plan Builder.
  7.  
  8.   Output files of SAMPLE1 are the following:
  9.     SAMPLE_P.LST - Listing file of the Parse function
  10.     SAMPLE_G.LST - Listing file of the Generate function
  11.     SAMPLE.GEN   - Output file of the Generate function
  12.     SAMPLE.SPC   - Conversion Plan Space, Output file of
  13.                    Conversion Plan Builder
  14.  
  15.   If an error occurred in one of the API's called by SAMPLE1, the
  16.   Condition token and, if necessary, the ADL Communication area
  17.   is written to stdout.
  18.   If no error occurred, only the output files are generated.
  19.  
  20. SAMPLE2.EXE
  21. -----------
  22.   SAMPLE2 has as input SAMPLE.SPC which was generated by SAMPLE1.
  23.   SAMPLE2 calls the Conversion Plan Executor and executes the
  24.   plans COBOL_TO_C and C_TO_COBOL specified in SAMPLE.ADL and
  25.   encoded in the conversion plan plans.
  26.   The input values are hard coded in the source code. The converted
  27.   output values are written to stdout.
  28.  
  29.   If an error occurred in one of the API's called by SAMPLE2, the
  30.   Condition token and, if necessary, the ADL Communication area
  31.   is written to stdout.
  32.  
  33.