Table of Contents

Search

  1. Preface
  2. PowerExchange Navigator Introduction
  3. Data Maps
  4. Data Maps for Specific Data Sources
  5. Copybooks
  6. Registration Groups and Capture Registrations
  7. Extraction Groups and Extraction Maps
  8. Personal Metadata
  9. Database Row Test
  10. PowerExchange Navigator Examples
  11. Appendix A: PowerExchange Functions for User-Defined Fields
  12. Appendix B: User Access Method Programs
  13. Appendix C: Application Groups and Applications
  14. Appendix D: Data Map Properties
  15. Appendix E: Record, Field, and Table Properties
  16. Appendix F: DTL__CAPXTIMESTAMP Time Stamps
  17. Appendix G: Trace for Creating a Memory Map When Importing a COBOL Copybook

Navigator User Guide

Navigator User Guide

Concat

Concat

Concatenates two or more fields. You might use this function to create a group field from multiple fields.
This function does not complete any conversions on the data in the fields. The number of bytes to copy is determined from the length of the fields.
You can only concatenate fields of similar data types. For example, you cannot concatenate a field that has a character data type with a field that has a numeric data type.
Syntax:
result
=Concat(
field1
,
field2
[,
...
])
The following table describes the parameters:
Parameter
Description
Datatype
result
Required. User-defined expression field populated with the concatenated input fields. Must be large enough to contain the concatenated fields.
Any
field1
Field to be concatenated to one or more fields.
A real or user-defined field of any data type, or a value enclosed in single quotes
field2
[,
...
]
One or more fields to be concatenated to the first field.
A real or user-defined field of any data type, or a value enclosed in single quotes

0 COMMENTS

We’d like to hear from you!