• User's guide
  • API
Search Results for

    Show / Hide Table of Contents
    • Concepts
    • Installation
    • Configuration
      • Overview
      • License
      • Datasources
      • Configuration
      • Plug-Ins
      • Codepages
      • Environment Variables
      • Include files
      • Example
    • Jobs
      • Jobs
      • Include
      • Multi-Threaded Jobs
      • Tracking Jobs
    • Tasks
      • Overview
      • Copy Check
      • Excel
      • File Compare
      • File Copy
      • File Dump
      • File Edit
      • File Format
      • Foreach
      • Generate
      • IMS/DB Data Conversion
      • JCL Submit
      • Listcat
      • Log
      • Powershell
      • Set Environment Variable
      • Sql
      • Stored Procedure Compare
      • Table Compare
      • Table Copy
      • Table Load
      • Table Scan
      • Table Unload
      • User Script
    • Layouts
      • Overview
      • XML Definition
      • COBOL Definition
      • Field data Types
    • Extensibility
      • Extending Ianus
      • Column Comparators
      • Column Converters
      • Record Comparators
      • File Editors
      • User Script
      • Record Layout Match Class
      • Column Layout Match Class
      • User Fields
      • Codepages
      • Resources
    • Usage
      • Command Line
      • Monitors
      • Programmatically
      • Unit Testing
    • Known Issues
    • Disclaimers

    Copycheck

    The Copycheck task (copycheck) verifies a COBOL layout and can be used to:

    • to validate is syntactical correctness
    • to display the field definitions

    The following attributes configure the task:

    Attribute Type Purpose Default
    format string COBOL code format: fixed or free fixed
    path string Path of the layout file (copybook) to be checked. If not provided the element value is used
    checktabs bool If true, warnings are raised if the layout contains TAB characters true

    Examples

    	<copycheck name="SB.COMPD.SF60D2.CASACC.T????" path="%DATA_ENCYCLOPEDIA_COPYBOOKS%/OTHERS/HPECPY234.cpy"/>
    
    	<copycheck format="free">
    		01 RECORD-01.
               05 HELLO PIC ZZZZ9.999.
               05 WORLD PIC 9(6)V999.
    	</copycheck>
    
    
    In This Article
    Back to top Copyright 2021 - Hewlett-Packard Enterprise