home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Cobol32 / PowerDTA / DataTool.z / Readconv.txt < prev    next >
Text File  |  1997-05-14  |  6KB  |  194 lines

  1.   All Rights Reserved, Copyright(c) Fujitsu Ltd. 1994-1997
  2. *************************************************************************
  3. **                                                                     **
  4. **                    Software Release Guide                           **
  5. **                                                                     **
  6. **                Fujitsu Data Converter V3.0 L10                      **
  7. **                                                                     **
  8. **                                                                     **
  9. *************************************************************************
  10.  
  11.  This document contains information regarding use, usage notes and
  12.  reference information for Data Converter.
  13.  
  14.  
  15.  Registered trademarks:
  16.  
  17.   Microsoft, Windows are the registered trademarks of Microsoft Corporation.
  18.   Windows NT is a trademark of U.S.A. Microsoft Corporation.
  19.  
  20.  
  21. In this software release guide, product names are abbreviated as follows:
  22.  
  23.   Microsoft (R) Windows (R) Operating System Version 3.1 > Windows 3.1
  24.   Microsoft (R) Windows (R) 95 Operating System  > Windows 95
  25.   Microsoft (R) Windows NT (TM) Workstation Operating System  > Windows NT
  26.   Microsoft (R) Windows NT (TM) Server Network Operating System > Windows NT
  27.  
  28.  
  29. This software release guide is structured as follows:    
  30.  
  31.   1. Product overview
  32.   2. Main features
  33.   3. Software requirement
  34.   4. Usage notes limitations
  35.   5. Use of sample data
  36.  
  37.  
  38.  
  39. 1. Product overview
  40.  
  41.  Data Converter is a tool for converting data files from one format to 
  42.  another.  You define the input and output file formats and Data Converter 
  43.  performs the task of moving the data between various file formats - for 
  44.  example - COBOL data file and CSV (comma separated values) format file. 
  45.  
  46.  And it can convert between different character code systems - ASCII and 
  47.  ECBDIC.
  48.  
  49.  Data Converter can convert the following file format to another.
  50.    - Sequential, 
  51.    - Indexed, 
  52.    - Relative, 
  53.    - Text file (line sequential), 
  54.    - Binary, 
  55.    - Comma-Separated Values (CSV).
  56.  
  57.  Data Converter is a 32 bit application running on the following systems.
  58.    - Windows 95
  59.    - Windows NT 3.51
  60.  
  61.  
  62.  
  63. 2. Main features
  64.  
  65. - Code Conversion
  66.   Data Converter supports the ASCII and EBCDIC code systems.  Other codes 
  67.   can be added by using the User Defined Conversion Table.
  68.  
  69. - Data Conversion
  70.   Data Converter supports all COBOL data types such as packed decimal 
  71.   and binary data.  It supports converting individual fields between 
  72.   different data types.  Items are converted according to the descriptions 
  73.   setup in the Layout Definition Function.
  74.  
  75. - File Organization Conversion
  76.   Data Converter supports the conversion between COBOL85 Files, binary 
  77.   files, text files, and CSV format files.
  78.  
  79. - Layout Definition
  80.   The Layout Definition utility makes it easy to define the input and output 
  81.   file structures by analyzing COBOL COPY libraries and displaying the field 
  82.   by field conversions that will be performed.
  83.  
  84. - Conversion Wizard
  85.  
  86. - Batch Mode Working
  87.   Data Converter provides a batch mode interface so that conversions are 
  88.   performed without requiring user intervention for input parameters.
  89.  
  90. - Integration with Data Editor
  91.  
  92.   Data Converter is integrated with Data Editor so that data can be passed 
  93.   quickly and conveniently from Data Editor to Data Converter.
  94.  
  95.  
  96.  
  97. 3. Software requirement
  98.  
  99.    When handling COBOL data file, Fujitsu COBOL85 or Fujitsu COBOL85 
  100.    runtime system 3.0 is required.
  101.  
  102.  
  103.  
  104. 4. Usage notes and limitations
  105.  
  106.  
  107.    - Data Converter can handle the Fujitsu COBOL data file by analyzing 
  108.      a COBOL library file containing the record description of the data 
  109.      to be converted.
  110.  
  111.      The data description must follow the syntax of Fujitsu COBOL data 
  112.      description entry.
  113.  
  114.      Following is the sample data description in the COBOL library.
  115.  
  116.             01  RECORD-A.
  117.               03  ITEM-A         PIC  X(10).
  118.               03  ITEM-B.
  119.                 05  SUB-ITEM-1   PIC  9(2).
  120.                 05  SUB-ITEM-2   PIC  9(3).
  121.  
  122.  
  123.     - COBOL library for data description must have no syntax error.
  124.  
  125.  
  126.     - The data description entry must begin with 01 level item.
  127.  
  128.  
  129.     - If the description in library contains descriptions  other than data 
  130.       description entry  (such as: FD statement or BLOCK CONTAINS clause),
  131.       Data Converter cannot analyze the library.
  132.  
  133.  
  134.     - The data item name must not have pseudo-text.
  135.  
  136.  
  137.     - Following data entry language elements description are not 
  138.       supported. If these elements exist, an analysis error will occur.
  139.  
  140.           OCCURS  DEPENDING ON clause
  141.           USAGE  COMP-X clause
  142.  
  143.  
  144.     Refer to the help for the other limitation details and usage notes for 
  145.     Data Converter.
  146.  
  147.     
  148.  
  149. 5. Use of sample data
  150.  
  151.    The sample data is provided to assist you in understanding the software.  
  152.    Follow the sequence given below:
  153.  
  154.  
  155.  (1) Click Data Converter Icon in the Start menu.
  156.  
  157.  (2) Select New setup from File menu, and the conversion wizard is opened.
  158.  
  159.  (3) Specify the following in Data Converter Conversion Wizard.
  160.      Things not specified will maintain the default values.
  161.  
  162.      Setup 1 of 5
  163.         File Conversion Mode: "Data file conversion"
  164.         Current Folder:       Folder with the sample data (DATA1.DAT)
  165.                               (Example: C:\DATATOOL\SAMPLE)
  166.  
  167.      Setup 2 of 5
  168.         Layout definition file: File specifications of DATA1.LAY sample
  169.         DATA1.LAY is the Layout definition file which is created by
  170.         analyzing the COBOL library of the DATA1.CBL.
  171.  
  172.      Setup 3 of 5 (Input file information setup)
  173.         Code system: ASCII
  174.         File name:   DATA1.DAT (sample)
  175.  
  176.      Setup 4 of 5 (Output file information setup)
  177.         Code system: ASCII
  178.         File name:   An output file name
  179.                      Default : *.OUT (* is the same as input file)
  180.      
  181.      Setup 5 of 5 
  182.         Click Finish button 
  183.  
  184.  
  185.  (4) Confirm by previewing the conversion result in CSV format.
  186.  
  187.  
  188.  (5) Start the conversion process by clicking Convert button.
  189.  
  190.  
  191.  (6) Confirm the converted output file using Notepad.
  192.  
  193.  
  194.