Example - 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

This example describes the steps to create a job using an existing library:

  • Named DEMO

  • Using the work library C1WORKLIB

  • Using the product install library G1C1PGMS

  • Created from parameters FTP'd into the file MYLIB/PARMFILE member PARMMBR

This example assumes the library MYLIB already exists.

  1. Run the commands ADDLIBLE LIB(G1C1PGMS) and ADDLIBLE LIB(G1@@PGMS).
  2. CALL G1MM01 and select option 5: CODE-1 Plus Name/Address Coding System and verify that the job DEMO does not appear in the list.
  3. Run the command:
    CRTSRCPF FILE(MYLIB/PARMFILE) RCDLEN(92).
  4. FTP parameters into MYLIB/PARMFILE member PARMMBR.
  5. Run the IMPJOBC1P command.
  6. Verify the results of the import. In this case, you would use:
    WRKMBRPDM C1WORKLIB/PRMC1DEMO

    Use option 5 to display the contents of the members.

  7. Run the job.
    1. CALL G1MM01 and select option 5: CODE-1 Plus Name/Address Coding System.

    2. Use option 16 next to the job "DEMO" or use the commands C1RUNJOB or C1SBMJOB to run or submit the job. For example:

      C1RUNJOB JOBID(DEMO)