EXPAND(x,n) is a
string function that inserts as many blanks (code attribute ASCII, EBCDIC ( code tables)) or binary zeros (code attribute BYTE) to the end of a character string x as are needed to give the string the length specified by n.
Result of the EXPAND(x,n) function | |
x is NULL value |
NULL value |
See also:
LFILL(x,a,n) RFILL(x,a,n)