Example of using ACIF to view and index documents
A communications company produces monthly telephone bills with a line data application. The company wants to make the billing application output available so that when a customer calls with a billing inquiry, the customer service representatives can view the bill in the same format on their workstations as the customer's printed copy. An example of the customer's printed telephone bill is shown in Example of a customer’s printed telephone bill.
Example of a customer’s printed telephone bill
To meet the communications company's needs, you can use ACIF to do these tasks:
- Convert the output from the line data application into a document format that can be used with the AFP Workbench Viewer.
- Index the file to facilitate searching the file with AFP Workbench Viewer.
- Retrieve resources so that all resources used in the bills are available at the workstation.
You do these tasks to view and index a telephone bill with ACIF:
- Examine the input file to determine what ACIF parameters are needed to view the telephone bill and whether literal values are expressed as character data strings or hexadecimal strings. See Examining the input file.
- Specify ACIF parameters. See Specifying ACIF processing parameters.
- Index the input data file for data retrieval. See Indexing data in the input file.
- Identify the locations of the resources that are used when the bill is printed. See Identifying the locations of the resources.
- Determine the form definition and page definition that is needed to format and print the bill. See Determining the form definition and the page definition.
- Run the ACIF job to create the output files. See Running the ACIF job.
- Concatenate the output files. See Concatenating ACIF output files.
- Access the document file from a workstation for viewing with AFP Workbench Viewer. See Accessing the document file for viewing.