PDF417 Installation Guide
NeoMedia Technologies, Inc. Page 15
Object Description
SAMPLEC Sample C program.
ISAMLEC
Sample JCL for building SAMPLEC.
ISAMPLEC
Sample JCL for building SAMPLEC
using the pre-linker.
XSAMPLEC
Sample JCL for executing SAMPLEC.
SINKFILE C #include file.
SINKFILS Sample C program.
SINKMEM C #include file.
SINKMEMS Sample C program.
SAMPLCOB Sample COBOL program.
NMPDF417 COPYLIB for sample COBOL program.
ISAMLCB
Sample JCL for building SAMPLCOB.
ISAMPLCB
Sample JCL for building SAMPLCOB
using the pre-linker.
XSAMPLCB
Sample JCL for executing SAMPLCOB.
Contents of the NEOMEDIA.PDF417.OBJLIB:
Object Description
PDF417EN PDF417 Encoder object module.
Contents of the NEOMEDIA.PDF417.FNTLIB:
Object Description
C0PD2206 AFP character set, bounded box, 240 dpi. 2x6 pixel module size
C0PD2309 AFP character set, bounded box, 240 dpi. 3x9 pixel module size
C0PD3309 AFP character set, bounded box, 300 dpi. 3x9 pixel module size
C0PD3412 AFP character set, bounded box, 300 dpi. 4x12 pixel module size
T1PDF417 AFP code page, bounded box.
X0PD2206 AFP coded font, bounded box, 240 dpi. 2x6 pixel module size
X0PD2309 AFP coded font, bounded box, 240 dpi. 3x9 pixel module size
X0PD3309 AFP coded font, bounded box, 300 dpi. 3x9 pixel module size
X0PD3412 AFP coded font, bounded box, 300 dpi. 4x12 pixel module size
The following JCL demonstrates how to restore/copy these files from tape:
NOTE: Change the text in bold/italic to fit your installation.
//jobcard here
//INSTALL PROC V=Vxxxx,TAPEUNIT=TAPE,DISKVOL=SCPMV5
//ALLOC EXEC PGM=IEFBR14,REGION=4M
//LOADLIB DD DSN=NEOMEDIA.PDF417.LOADLIB,DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(1,1,15)),VOL=SER=&DISKVOL,
// DCB=(RECFM=U,BLKSIZE=32670,DSORG=PO)
//COPYLIB EXEC PGM=IEBCOPY,REGION=4M,COND=(0,NE,ALLOC)
//SYSOUT DD SYSOUT=*