I have recieved a compressed file from mainframe server to our linux server .The file has no extension I am not able to untar it on linux .
Even when I copied it to windows the type it shows is ALLDATA FILE and not able to unzip there as well.
Any thing I am missing ?
br
The was transfereed in binary mode
The compression was done
public class ZipDatasets extends java.lang.Object
A sample Java main class that can be invoked to create a Zip archive from one or more datasets or PDS members. Datasets are treated as text and converted from EBCDIC to ASCII (ISO8859-1) or to the specified target codepage.
Details on the input arguments to this class are available by executing the main method with no arguments. (see [usage()]
Example: Zip several partitioned datasets to a Unix zip file:
please show any/all outputs/errors/commands-used/environment/permissions that were actually executed in order to create this.
these are meaningful ways to help the team potentially help you. describing/saying '**The compression was done. public class ZipData.... **' is short on detail/context.
Hey @munkeHoller , Thanks for the help and concern to be frank I have not been given clear code by the developer by which he generated the file
I am now trying to genereate *.zip or *.tar file on the mainframe and will export to linux and will try to decompress .
Will let know the details if fails or story of scucess