Downloaded the Endevor PAX file to a USS product directory. Using the ESDUNPAX sample JCL to unpax the file and getting the following error:
13121 blocks
260 blocks (compressed)
FSUM7131 Out of space or reached the end of the archive file.
There is lot of space available. Not sure why getting 'out of space' abend. Is there any other way to unpax the file?
The most likely cause is the PAX file was downloaded in ASCII mode instead of Binary mode.
Download the PAX file again specifying Binary like this:
bin
get /########/ESCM.V190.pax.Z +
'/<usspath>/ESCM.V190.pax.Z' (rep
quit
//