ILE C/C++ Programmer's Guide

Source Code to Export Tax Rate Data

Module T1520IC4 is used to create service program T1520SP2.

Figure 59. T1520IC4 -- ILE C Source to Export Tax Rate Data




/* Export the tax rate data. */
#include <decimal.h>
const decimal (2,2) taxrate = .15D;
Note:
Because it is coded in a separate module, the data item taxrate can be imported by both or either of the following:


[ Top of Page | Previous Page | Next Page | Table of Contents ]