| u1195 | Index Level | u11aa |
| Syntax |
u11a2
number.of.digits |
| Category | PROC |
| Type | User Exit |
| Description | pads the current input buffer with enough leading zeros to make the value "number.of.digits" digits wide, and returns the resulting string to the secondary input buffer. |
| Options | |
| See Also | user exits, PROC m (mask) u11bc |
| Example |
009 in
010 u11a2 011 4 Input values of "1", "01", "001", or "0001" will all be replaced by "0001". |
| Warnings | |
| Compatibility | R83 3.1 R83 3.0 R83 2.2 |
| u1195 | Index Level | u11aa |