Hi
I am pretty new to mainframe and please forgive me for asking stupid question.
I have dataset containing packed data( jumbled chars when viewed on its own). When i view it using a mapping file, I get the proper values in a formatted way. for ex.
dataset = xx.yy.zz
mapping file = dd.ff.gg
output
first name aaaaaaaaaa
middle name bbbbbbb
last name cccccccccc
i want to ftp this data to my local machine and compare it ftp'ed file from db2. i have done the db2 and comparing part but having problems while ftp from mainframe.
i have tried using xmlgen utility but to no good. please help me on this one as how to ftp the packed data in a formatted way.
thanks a lot