Rational Developer for System z

Clear transform

The Clear transform sets an existing string either to all blank spaces or to all LOW-VALUES. The length of the string is unchanged.

To specify values for a Clear transform:

  1. Verify that the type of the transform that is selected in the mapping routine area is Clear.

  2. In the Properties view, select the General tab.

  3. In the General tab:

    1. Click Clear with spaces if you want each character position in the string to be set to a blank space character (0x40).

    2. Click Clear with low values if you want each character position in the string to be set to a LOW-VALUE character (0x00).

At runtime:

  1. The runtime environment sets each character position in the string to the specified character. The length of the string is unchanged.


Feedback