Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Address Validator Transformation
  4. Aggregator Transformation
  5. Association Transformation
  6. Bad Record Exception Transformation
  7. Case Converter Transformation
  8. Classifier Transformation
  9. Cleanse transformation
  10. Comparison Transformation
  11. Custom Transformation
  12. Custom Transformation Functions
  13. Consolidation Transformation
  14. Data Masking Transformation
  15. Data Masking Examples
  16. Decision Transformation
  17. Duplicate Record Exception Transformation
  18. Dynamic Lookup Cache
  19. Expression Transformation
  20. External Procedure Transformation
  21. Filter Transformation
  22. HTTP Transformation
  23. Identity Resolution Transformation
  24. Java Transformation
  25. Java Transformation API Reference
  26. Java Expressions
  27. Java Transformation Example
  28. Joiner Transformation
  29. Key Generator Transformation
  30. Labeler Transformation
  31. Lookup Transformation
  32. Lookup Caches
  33. Match Transformation
  34. Match Transformations in Field Analysis
  35. Match Transformations in Identity Analysis
  36. Merge Transformation
  37. Normalizer Transformation
  38. Parser Transformation
  39. Rank Transformation
  40. Router Transformation
  41. Sequence Generator Transformation
  42. Sorter Transformation
  43. Source Qualifier Transformation
  44. SQL Transformation
  45. Using the SQL Transformation in a Mapping
  46. Stored Procedure Transformation
  47. Standardizer Transformation
  48. Transaction Control Transformation
  49. Union Transformation
  50. Unstructured Data Transformation
  51. Update Strategy Transformation
  52. Weighted Average Transformation
  53. XML Transformations

Transformation Guide

Transformation Guide

VSAM Normalizer Tab

VSAM Normalizer Tab

When you create a VSAM Normalizer transformation, the Mapping Designer creates the columns from a COBOL source. The Normalizer tab displays the same information as the COBOL source definition. You cannot edit the columns on a VSAM Normalizer tab.
The following table describes attributes on the VSAM Normalizer tab:
Attribute
Description
POffs
Physical offset. Location of the field in the file. The first byte in the file is zero.
Plen
Physical length. Number of bytes in the field.
Column Name
Name of the source field.
Level
Provides column group hierarchy. The higher the level number, the lower the data is in the hierarchy. Columns in the same group occur beneath a column with a lower level number. When each column is the same level, the transformation contains no column groups.
Occurs
The number of instances of a column or group of columns in the source row.
Datatype
The transformation datatype can be String, Nstring, or Number.
Prec
Precision. Length of the column.
Scale
Number of decimal positions for a numeric column.
Picture
How the data is stored or displayed in the source. Picture 99V99 defines a numeric field with two implied decimals. Picture X(10) indicates ten characters.
Usage
COBOL data storage format such as COMP, BINARY, and COMP-3. When the Usage is DISPLAY, the Picture clause defines how the source data is formatted when you view it.
Key Type
Type of key constraint to apply to the field for a VSAM file. Choose one of the following key types:
  • Not a Key. The field is not an index in a VSAM file.
  • Primary Key. The field is the primary index in the VSAM file. The field contains unique values.
  • Alternate Key. The field is a secondary index in the VSAM file. The field contains unique values.
  • Primary Duplicate Key. The field is the primary index in the VSAM file. The field can contain duplicate values.
  • Alternate Duplicate Key. The field is a secondary index in the VSAM file. The field can contain duplicate values.
Signed (S)
Indicates whether numeric values are signed.
Trailing Sign (T)
Indicates that the sign (+ or -) exists in the last digit of the field. If not enabled, the sign appears as the first character in the field.
Included Sign (I)
Indicates whether the sign is included in any value appearing in the field.
Real Decimal Point (R)
Indicates whether the decimal point is a period (.) or the decimal point is represented by the V character in a numeric field.
Redefines
Indicates that the column REDEFINES another column.
Business Name
Descriptive name that you give to a column.

0 COMMENTS

We’d like to hear from you!