The C1MATCHx modules (C1MATCHB, C1MATCHS, C1MATCHM, C1MATCHL, C1MATCHH) take, as parameters, the names of the following call areas:
-
P9IN — 600-character input call area that contains the input address information and the processing requirements
-
P9OUT — 5,000-character output call area that contains the match results and return codes
-
P9AUDIT — 800-character output call area that contains audit statistics.
-
P9INTRF — Optional 2048-character output call area that contains unmatched data.
Note:
i
NOTES: You must initialize the P9AUDT area to SPACES before the first
call to C1xMATCH. C1xMATCH will then initialize all the numeric fields. COBOL copy
members of the call areas are provided in the sample library. These copybooks are named
P9IN, P9OUT, P9AUDIT, and P9INTRF. You must initialize the call areas to SPACES before
the first call to C1MATCHx. C1MATCHx then initializes all the numeric fields in
P9AUDIT.