The BPADZ process changes blanks found before the first digit of a number to zeroes.
Table 229 BPADZ – Replace Leading Blanks With Zeroes Example
PROCESS Name  | 
Input  | 
Output  | 
|---|---|---|
BPADZ  | 
C‘ 100’  | 
000100  | 
BPADZ  | 
C‘ 100.00’  | 
000100.00  | 
Parent Topic |