MASK

Synopsis

HELP:   Pre-processing to mask areas in strings
TYPE:   OBJECT
SYNTAX: MASK(CHAR=ASTERISK/MINUS/DOT/X,CCSID='str',HEAD=num,TAIL=num,CHANGE=INNER/OUTER)

Description

This object can be used to mask strings as pre-processing step. For this you can define the masking character (default is '*'), the character set, the start (6) and end points (4) and if the replacement is done for the inner or outer part.

The masking is not invertible. A post-processing step while writing cannot reproduce the original data.

Arguments