Hi,
I am using pkunzip to retrieve a specific file from the zip file by using the following instructions.
-ARCHINDD(ZIPFILE)
-OUTFILE_DD(UNZIPFL)
R*
-DATA_TYPE(TEXT)
The input file is in binary mode, but i want the output file to be in text mode so that i can make modifications to it. The file, which i want to retrieve starts with "R". When i run my jcl, the entire content is coming in single line in output file. Actually the content looks like an xml file. I gave the record length as 80 and recfm as fb. Is there any way to get the output in multiple lines. Do we need to specify any other option for this? Please let me know.
Thanks for your help.