Submit Batch Job - Code-1_Plus - 5.0

CODE-1 Plus Guide for IBM i

Product type
Software
Portfolio
Verify
Product family
Data Quality - Postals
Product
CODE-1 Plus
Version
5.0
Language
English
Product name
CODE-1 Plus
Title
CODE-1 Plus Guide for IBM i
Copyright
2024
First publish date
1998
Last updated
2024-07-11
Published on
2024-07-11T02:24:45.851825

The Submit Batch component of CODE-1 Plus is where we specify the names of our input and output files. Create a demo library where C1TUTOR and your output files will be sent:

  • File C1TUTOR

  • Library DEMO

  • Member *FIRST.

For this tutorial, we will write output for up to 3 different files—one for successfully matched and coded records, one for records with valid ZIP Codes for which an address match could not be made, and one for records with invalid ZIP Codes. For this example, we will produce three out of the four available output files (we are not printing the ZIP + 4 Coded File).

By default, CODE-1 Plus will assign the following name to the file for successfully coded records:

  • File C1NAMTUTOR

  • Library DEMO

  • Member CODED

CODE-1 Plus will assign the name of the uncoded records file as follows:

  • File C1NAMTUTOR

  • Library DEMO

  • Member UNCODED

Finally, CODE-1 Plus will assign the name of the invalid ZIP Code output file as follows:

  • File C1NAMTUTOR

  • Library DEMO

  • Member INVZIP

The Submit Batch component also allows you several ways to limit processing. For demonstration purposes, we will limit processing to only those records with ZIP Codes between 20000 and 39999.