SQL/MX 3.x Reference Manual (H06.22+, J06.11+)

SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual640322-001
9-87
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,')