Hi,
My requirement is to build a sort card which will do the following this for me
My input data:
record length is 90
ABC .............[spaces]20200417(date)
DEF .............[spaces]20200417
GHI .............[spaces]20200417
1) i want a write the header with date, where date should be taken from the input file as mentioned as (date)
2) i want to change the record length from 90 to 20
3) i want to convert the data b/w 4th byte to 12th byte to HEX
output file should be like
Header (Date inside the input file)
ABC .............
DEF .............
GHI .............
please help me in writing sort for this condition.
Thanks in advance