SQL/MX 3.2 Reference Manual (H06.25+, J06.14+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Release 3.2 Reference Manual691117-001
9-101
Examples of LPAD
The following LPAD functions return an error because the count is greater than
the string length:
LPAD('Robert',10)
LPAD('kite', 8, '0')
LPAD('go fly a kite', 23, 'John,')