Previous Topic

Next Topic

Book Contents

Book Index

BXuvwxyz – Filter Characters

The BXuvwxyz process deletes those characters that follow the letters BX in the process name from the data that is extracted into a variable. The name of the process is dynamic, based on the characters that should be filtered (for example, excluded). Blanks cannot be filtered by this process.

A maximum of six characters can be specified in the process name for filtering. Every occurrence of each character specified in the process name is deleted from the data that is extracted into a variable. Mask characters are not supported. Blanks are not affected by this process.

Table 234 BXuvwxyz – Filter Characters Example

PROCESS Name

Input

Output

BX$

$1,000.00

1,000.00

BX,$

$1,000.00

1000.00

BX,.$

$1,000.00

100000

BX-*+

12*7+8-9

12789

BX/

04/04/00

040400

BXework

New York

N Y

Parent Topic

DO EXTRACT Processes