ACIF Output
The ACIF job creates the following output files:
Type of File
MVS or OS/390
VM
VSE
Document file,
including indexing
structured fields
APKACIF.OUTPUT
APKACIF OUTPUT
APKACIF.OUTPUT
Index object file
APKACIF.INDEX
APKACIF INDEX
APKACIF.INDEX
Resource file
APKACIF.RESLIB
APKACIF RESLIB
APKACIF.RESLIB
Message file listing:
ACIF parameters used
Resources used
Return code
APKACIF.SYSPRINT
APKACIF SYSPRINT
APKACIF.SYSPRINT
Concatenating Files
To view the document file on a workstation using Viewer, you must concatenate the
index object file and the resource file to the document file.
OS/390 or MVS JCL
The following is an example of OS/390 or MVS JCL you can use to perform the
concatenation:
//PRINT EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=\
//SYSIN
DD DUMMY
//SYSUT1
DD DSN=APKACIF.INDEX,DISP=SHR
//
DD DSN=APKACIF.RESLIB,DISP=SHR
//
DD DSN=APKACIF.OUTPUT,DISP=SHR
//SYSUT2
DD DSN=NEW.PRINT.OBJECT,DISP=(NEW,CATLG),
//
UNIT=SYSDA,SPACE=(3276ð,nnn),
//
DCB=(LRECL=32756,BLKSIZE=3276ð,RECFM=VBM)
Where
nnn is equal to the size of the index object file, plus the size of the resource
file, plus the size of the document file.
Note: The resource file must have been created by specifying RESFILE= SEQ.
VM CMS Commands
The following is an example of the VM CMS commands you can use to perform the
concatenation:
COPY APKACIF INDEX A APKACIF RESLIB A APKACIF OUTPUT A APKACIF LIST382ð A (APPEND
Chapter 8. Example: ACIF Application in OS/390, MVS, VM, or VSE
121
Summary of Contents for S544-5285-01
Page 1: ...IBM Print Services Facility IBM AFP Conversion and Indexing Facility User s Guide S544 5285 01...
Page 2: ......
Page 3: ...IBM Print Services Facility IBM AFP Conversion and Indexing Facility User s Guide S544 5285 01...
Page 10: ...viii ACIF User s Guide...
Page 22: ...2 ACIF User s Guide...
Page 40: ...20 ACIF User s Guide...
Page 41: ...Part 2 Using ACIF in the AIX Environment Copyright IBM Corp 1993 1999 21...
Page 42: ...22 ACIF User s Guide...
Page 72: ...52 ACIF User s Guide...
Page 96: ...76 ACIF User s Guide...
Page 99: ...Part 3 Using ACIF in the OS 390 MVS VM and VSE Environments Copyright IBM Corp 1993 1999 79...
Page 100: ...80 ACIF User s Guide...
Page 106: ...86 ACIF User s Guide...
Page 134: ...Figure 24 Example of a Customer s Phone Bill 114 ACIF User s Guide...
Page 142: ...122 ACIF User s Guide...
Page 196: ...176 ACIF User s Guide...
Page 197: ...Part 4 Appendixes Copyright IBM Corp 1993 1999 177...
Page 198: ...178 ACIF User s Guide...
Page 206: ...186 ACIF User s Guide...
Page 210: ...190 ACIF User s Guide...
Page 226: ...206 ACIF User s Guide...
Page 253: ......