This chapter describes the sample library members that are included with your software. Precisely is not responsible for any changes you make to the sample members.
Member |
Description of Contents |
---|---|
$$READSM |
An index, along with an associated definition/usage, of each member in the sample library. |
ANZPARM |
COBOL copybook that describes the interface area used when calling the CODE-1 Plus Analyzer program (C1ANZADR). |
ANZPARMR |
ILE RPG version of ANZPARM. |
ASMPARMA |
Assembler copybook that describes the audit area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
ASMPARMI |
Assembler copybook that describes the input area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
ASMPARMO |
Assembler copybook that describes the output area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
CASSPARM |
Parameters used by CODE-1 Plus to pass USPS CASS certification. |
CBDPARM |
Calling area for c1bmcbd (callable batch driver). |
CBDPARMR |
ILE RPG version of CBDPARM. |
CBLSTUB |
COBOL stub program to maintain invocation stack activity. First parameter is a 10-byte program name to be called and the second parameter is a 2000-byte user-defined string. |
CBLSTUB1 |
Same as CBLSTUB but with only the 10-byte program name parameter. |
CSPRM |
COBOL copybook that describes the interface area used when calling the CODE-1 Plus City Lookup program (C1CTYLKP). |
CSPRMR |
ILE RPG version of CSPRM. |
DRPARM |
COBOL copybook that describes the interface area used when calling the CODE-1 Plus callable database reduction program. |
DRPARMR |
ILE RPG version of DRPARM. |
EXCMPR |
COBOL program that illustrates how to code an EXITOP routine. This program is used by the CODE-1 Plus developers to verify test results. |
EXG1G001 |
JCL that can be used to execute a CODE-1 Plus customized report generator job using the sample data file provided with your installation. |
EXTADDR2 |
CODE-1 Plus address line extraction program. |
EXT2DATA |
Second COBOL copybook that describes the interface area used when calling the CODE-1 Plus Address Extraction program (EXTADDR2). |
EXT2DATAR |
ILE RPG version of EXT2DATA. |
EXT2PARM |
Calling area for program EXTADDR2 (address line extraction program). |
EXT2PARMR |
ILE RPG version of EXT2PARM. |
G1CPBNC |
COBOL program that illustrates how to code a "batch not coded" interface program for the CODE-1 Plus interactive system. |
G1CPDMI |
COBOL program that illustrates how to code a "CODE-1 Plus online matcher driver" to match a specific address from a CICS application. |
G1CPDSM |
COBOL program that illustrates how to code a "CODE-1 Plus callable interface driver" to browse the contents of the CODE-1 Plus database from a CICS application. |
G1CPSMS |
Sample BMS Map used with G1CPDSM. |
LACCOMM |
CICS linkage area for G1CPDLA (LACSLink interface program). |
LOOKREQ |
COBOL copybook that describes the interface area used when calling the CODE-1 Plus database inquiry program (G1CPLKC). |
LOOKREQR |
ILE RPG version of LOOKREQ. |
LTOCOMM |
COBOL copybook that describes the CICS communication area used when calling the Line of Travel program (LTO10). LTOIN and LTOOUT are combined under a single 01-level field. |
LTOIN |
COBOL copybook that describes the input area parameter used when calling the Line of Travel program (LTO10). |
LTOINR |
ILE RPG version of LTOIN. |
LTOOUT |
COBOL copybook that describes the output area parameter used when calling the Line of Travel program (LTO10). |
LTOOUTR |
ILE RPG version of LTOOUT. |
PLIP9A |
PL/I include layout that describes the audit area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
PLIP9I |
PL/I include layout that describes the input area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
PLIP9O |
PL/I include layout that describes the output area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
P9AUDIT |
COBOL copybook that describes the audit area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
P9AUDITR |
ILE RPG version of P9AUDIT. |
P9COMM |
COBOL copybook that describes the CICS communication area used when calling the CODE-1 Plus matcher program C1MATCHI. P9IN, P9OUT, and P9AUDT are combined under a single 01 level field. |
P9IN |
COBOL copybook that describes the input area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
P9INR |
ILE RPG version of P9IN. |
P9OUT |
COBOL copybook that describes the output area parameter used when calling the CODE-1 Plus matcher program (C1MATCHx). |
P9OUTR |
ILE RPG version of P9OUT. |
RPTPARM |
COBOL copybook that describes the interface area used when calling the CODE-1 Plus standard reports callable program (C1PRPT). |
RPTPARMR |
ILE RPG version of RPTPARM. |
RUNCBD |
JCL executes the CODE-1 Plus callable batch driver using the sample program (SMPLCBD). |
RUNCLKP |
JCL that can be used to execute the sample driver program (SMPLCLKP) that calls the City Lookup program (C1CTYLKP). |
RUNDBPR |
JCL that may be used to print information for selected ZIP Codes from the CODE-1 Plus database. It executes the sample driver program SMPLDBPR. |
RUNDBPRT |
JCL that may be used to print information for selected ZIP Codes from the CODE-1 Plus database. It executes the driver program C1PDBPRT. |
RUNDLOT |
JCL that may be used to execute the sample driver program (SMPLDLOT) that calls the Line of Travel program (LTO10). |
RUNDRVR |
JCL that may be used to execute the batch matcher (C1MATCHB) via a sample driver program (SMPLDRVR). |
RUNEXOP |
JCL that may be used to run a CODE-1 Plus job using the sample exit routine (SMPLEXEOP). |
RUNLMRPT |
JCL that executes the License Management reporting program. |
SMBNCC |
COBOL program that illustrates how to write a program to perform the Batch-not-Coded function (UR/UW commands) by interfacing with the interactive address match/inquiry module (G1CPC00). |
SMBNCR |
ILE RPG version of SMBNCC. Currently, only 1 program name is recognized for this process by G1CPC00. This source should be compiled, with appropriate site-specific modifications, to program name G1CPBNC. |
SMCBDC |
COBOL program that illustrates how to call the CODE-1 Plus callable batch driver (C1BMCBD). |
SMCBDCCL |
CL program to invoke SMCBDC. |
SMCBDCCMD |
CMD for program SMCBDCCL. |
SMCBDR |
ILE RPG version of SMCBDC. |
SMCBDRCL |
CL program to invoke SMCBDR. |
SMCBDRCMD |
CMD for program SMCBDRCL. |
SMCTYC |
COBOL program that illustrates how to write a program to call the CODE-1 Plus City Lookup program (C1CTYLKP). |
SMCTYCCL |
CL program to invoke SMCTYC. |
SMCTYCCMD |
CMD for program SMCTYCCL. |
SMCTYR |
ILE RPG version of SMCTYC. |
SMCTYRCL |
CL program to invoke SMCTYR. |
SMCTYRCMD |
CMD for program SMCTYRCL. |
SMCTYRD |
Display file associated with SMCTYR. |
SMDBPCL |
CL stub program to invoke SMDBPCL2. |
SMDBPCL2 |
CL program to invoke the CODE-1 Plus Database Print function to generate a list of addresses within given ZIP Codes. This CL program runs in activation group QILE. |
SMDBPCMD |
CMD for program SMDBPCL. |
SMDRC |
COBOL program that illustrates how to write a program to call the CODE-1 Plus programs EXTADDR2 (Address Extraction), C1MATCHB (Address Matcher), and C1PRPT (Standard Reports) in an integrated application. |
SMDRCLC |
CL program to invoke SMDRC. |
SMDRCMDC |
CMD for program SMDRCCL. |
SMDRR |
ILE RPG version of SMDRC. |
SMDRCLR |
CL program to invoke SMDRR. |
SMDRCMDR |
CMD for program SMDRRCL. |
SMEXITOPC |
COBOL program that illustrates how to write a CODE-1 Plus EXITOP (exit routine) program. |
SMEXITOPR |
ILE RPG version of SMEXITOPC. |
SMG01CL |
CL program to invoke the CODE-1 Plus Parameter-Driven Report Writer (G1G001). |
SMG01CMD |
CMD for program SMG01CL. |
SMLKBC |
COBOL program that illustrates how to write a program to call the CODE-1 Plus Look Request program (G1CPLKB), also known as database inquiry. |
SMLKBCCL |
CL program to invoke SMLKBC. |
SMLKBCCMD |
CMD for program SMLKBCCL. |
SMLKBR |
ILE RPG version of SMLKBC. |
SMLKBRCL |
CL program to invoke SMLKBR. |
SMLKBRCMD |
CMD for program SMLKBRCL. |
SMLKBRD |
Display file associated with SMLKBR. |
SMLTOC |
COBOL program that illustrates how to write a program to call the CODE-1 Plus Line-of-Travel program (LTO10). |
SMLTOCCL |
CL program to invoke SMLTOC. |
SMLTOCCMD |
CMD for program SMLTOCCL. |
SMLTOR |
ILE RPG version of SMLTOC. |
SMLTORCL |
CL program to invoke SMLTOR. |
SMLTORCMD |
CMD for program SMLTORCL. |
SMLTORD |
Display file associated with SMLTOR. |
SMPLCBD |
Sample COBOL batch program for calling C1BMCBD. |
SMPLCLKP |
COBOL program that illustrates how to call the CODE-1 Plus City Lookup program (C1CTYLKP). |
SMPLDBPR |
COBOL program that illustrates how to call the CODE-1 Plus database print program (C1PDBPRT). |
SMPLDLOT |
COBOL program that illustrates how to call the Line of Travel program (LTO10). |
SMPLDRVR |
COBOL program that illustrates how to call the CODE-1 Plus matcher program (C1MATCHx) and the standard reports callable program (C1PRPT). |
SMPLEXOP |
COBOL program that illustrates how to code a user exit routine. |
SMSSZCL |
CL program to print a State Size Report by invoking the CODE-1 Plus callable program C1DBSTSZ. |
SMSSZCMD |
CMD for program SMSSZCL. |
STECOMM |
CICS linkage area for G1CPDSU (SuiteLink interface program). |
Z4CPARM |
COBOL copybook that describes the interface area used when calling the Z4CHANGE callable program (C1P430). |
Z4CPARMR |
ILE RPG version of Z4CPARM. |
Member |
Description of Contents |
---|---|
BMCBD.DAT |
Parameter cards associated with SMCBD*. |
DBPRT.DAT |
Parameter cards associated with SMDBP*. |
EXOP.DAT |
Parameter cards associated with SMEXITOP*. |
G1G001.DAT |
Parameter cards associated with SMG01*. |