Hi.
I'd like to know how to use dsort/icetool future date based on a date in the record, not on the rundate. Specifically, I'd like to add 13 days to the date I receive on a given record. the input date is always in the same position, the output date (input + 13 days) will be in the same position as the input date. In this example, the date starts in position 4, format is YYYYMMDD.
e.g. input looks like
REC120081201DATAX
REC220081204DATAY
REC320081230DATAZ
output should be
REC120081214DATAX
REC220081217DATAY
REC320090112DATAZ
thanks!
Appreciate any help you can give.