Hi,
I have gone through DFsort manual on Julian date conversion but could not implement it properly while practicing.
Julian dates are in a flat file ( LRECL=93, RECFM=FB). Position col 87-93
dates are as below
2013180
2014070
2014180
2014179
2015090
2016059
Needs to change to DD-MMM-YYYY format (example 29-JUN-2014). Please give me the DFSORT code to do this. (note: all the dates are in 20xx years. there are no dates having 19xx years)