Previous Topic: SyntaxNext Topic: PDSSTATS


Parameters

PADCHAR supports the following parameter:

char-data

Specify one of the following values:

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')