pdrxcme
pdrxcme converts DJDE print streams that use CMEs into print streams that use a font index. It is easier for Enrichment to add new records with new fonts, such as barcodes, to a print stream that uses a font index.
Syntax
pdrxcme inputfile outputfile setupfile switches
Parameter | Description | Default | |
---|---|---|---|
inputfile | The name of the input file. Do not include quotes. | input.djd | |
outfile | The name of the output file. Do not include quotes. | output.djd | |
setupfile | The name of the setup file. Do not include quotes. | setupfile | |
switches | Up to three switches with no intervening spaces. A slash must precede each switch. The first switch specifies the record format to which PDRXCME will convert the input, as follows:
|
/F/M | |
The second switch indicates the type of carriage controls the print stream contains:
|
|||
The third switch, /T, sets pdrxcme to issue trace information for every 1,000 records.
|
Example
pdrxcme TEST.DATA TEST.OUTPUT /V/T
In this example, pdrxcme is to convert CMEs in the input (TEST.DATA
) to font indexes in the output (TEST.OUTPUT
). The utility will remove all spaces from the end of each record and will issue trace information every 1,000 records.