Downloading pax file fails with EZA1735I Std Return Code=16550 Error Code=00002 
search cancel

Downloading pax file fails with EZA1735I Std Return Code=16550 Error Code=00002 

book

Article ID: 208515

calendar_today

Updated On:

Products

Database Management for DB2 for z/OS - Administration Suite Database Management for DB2 for z/OS - Performance Suite Database Management for DB2 for z/OS - Recovery Suite Database Management for DB2 for z/OS - SQL Performance Suite Database Management for DB2 for z/OS - Utilities Suite DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS

Issue/Introduction

Downloading Database Management for Db2 for z/OS native installation pax file
using the following JCL:

//FTPSTEP1 EXEC PGM=FTP,PARM='(EXIT',REGION=0M     
//SYSPRINT DD  SYSOUT=*                            
//OUTPUT   DD  SYSOUT=*                            
//INPUT    DD *                                    
downloads.broadcom.com                             
anonymous [email protected]                     
lcd /x/xxxx/xxxxxxx/xx/xxxxx                      
bin                                                
get /nnnnnnnn/DVD0000000002581.pax.Z               
quit                                               

 

Encountering the following error: 

550 File not found, access denied.                   
EZA1735I Std Return Code = 16550, Error Code = 00002         

Resolution

Recommend using the following JCL to pull it from the ORDER into your USS directory:

 //INPUT    DD *                                      
 downloads.broadcom.com                               
 < Broadcom Support Portal ID >                        
 < Broadcom Support Portal Password >                                          
 cd nnnnnnnn      <<<< Specify Support Portal order number                                       
 binary                                               
 get DVD0000000002581.pax.Z          +                
    '/x/xxxxxx/xxxxxxx/DVD0000000002581.pax.Z'  (REP     <<<< Specify local USS path
 quit                                                 
 //