STRIP – Remove trailing blanks and leading zeroes
Whether to strip blanks and leading zeroes from DATA
and LOADER
output.
Y
- Strip blanks and leading zeroes.
N
- Return data as extracted from HCL Workload Automation for Z (default).
For example:
OPTIONS STRIP(N)
produces ADID(MYAPPL
)
OPTIONS STRIP(Y)
produces ADID(MYAPPL)
Note: Leading zeros are stripped only from fields that are defined
as Signed or Unsigned in the PIF record layouts. This is to stop leading
zeros being removed from character based numeric strings such as dates
and times. Operation numbers are also always left with leading zeros
in place.