Table of Contents

Search

  1. Preface
  2. Introduction to Data Transformation
  3. Data Processor Transformation
  4. Wizard Input and Output Formats
  5. Relational Input and Output
  6. Using the IntelliScript Editor
  7. XMap
  8. Libraries
  9. Schema Object
  10. Command Line Interface
  11. Scripts
  12. Parsers
  13. Script Ports
  14. Document Processors
  15. Formats
  16. Data Holders
  17. Anchors
  18. Transformers
  19. Actions
  20. Serializers
  21. Mappers
  22. Locators, Keys, and Indexing
  23. Streamers
  24. Validators, Notifications, and Failure Handling
  25. Validation Rules
  26. Custom Script Components

User Guide

User 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!