Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Testing a COBOL Serializer

Testing a COBOL Serializer

After you test a COBOL Parser, you can run the COBOL Serializer on the output of the Parser.
  1. In the
    Data Transformation
    Explorer, double-click the TGP script file of the Serializer.
    The Serializer appears in the script panel of the IntelliScript editor.
  2. Right-click the Serializer name, and then click
    Set as Startup Component
    .
  3. Click
    Run
    Run
    to activate the Serializer. At the prompt, browse to the
    Results\output.xml
    file, which you generated when you ran the Parser.
  4. Examine the execution log in the
    Events
    view. Confirm that the Serializer ran without error.
  5. To view the Serializer output, double-click the
    Results\output.xml
    file in the
    Data Transformation
    Explorer.
    The display should be the same as the original input on which you ran the Parser.

0 COMMENTS

We’d like to hear from you!