Previous Topic: SyntaxNext Topic: PDSSTATS


Parameters

PADCHAR supports the following parameter:

char-data

The following values are valid:

C'x'

Designate a printable character value

X'hh'

Hexadecimal value, the default value is x'00'.

Example

These syntax examples pad the uninitialized output record with spaces.

COPY,
  PADCHAR(x'40')