Getting a FSUM7131 error unpaxing the Endevor PAX file
search cancel

Getting a FSUM7131 error unpaxing the Endevor PAX file

book

Article ID: 216829

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

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?

Resolution

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                                                           
//