What is the best way to FTP a Librarian Master file to Broadcom support?
search cancel

What is the best way to FTP a Librarian Master file to Broadcom support?

book

Article ID: 270446

calendar_today

Updated On:

Products

Librarian

Issue/Introduction

Broadcom Librarian support has requested a copy of a Master file.  What is the best way to prepare the Master file so it can be FTPed?

Environment

Release : 4.4

Resolution

1)  Back up the Master file using ADRDSSU and XMIT the back up file:

//BACKUP   EXEC PGM=ADRDSSU,REGION=0M                   
//SYSPRINT DD  SYSOUT=*                        
//FILE     DD  UNIT=3390,                      
//             DISP=(NEW,CATLG),               
//             DSN=libr.master.file.BKUP,          
//             SPACE=(CYL,(ppp,sss))         
//SYSPRINT DD  SYSOUT=A                        
//SYSIN    DD  *                               
 DUMP OUTDD(FILE) -                            
 DS(INCL(your.master.file))      -        
   TOL(ENQF)  -                                
   ALLDATA(*)                                  
/*                                             
//*                                            
//XMIT   EXEC PGM=IKJEFT01                    
//SYSTSPRT DD  SYSOUT=*                        
//SYSPRINT DD  SYSOUT=*
//INDD1    DD  DSN=libr.master.file.BKUP,
// DISP=SHR      
//OUTDD1   DD  DSN=libr.master.file.BKUP.XMIT,
//         DISP=(NEW,CATLG,CATLG),                 
//         DCB=(RECFM=FB,BLKSIZE=3120,LRECL=80),   
//         VOL=SER=vvvvvv,                        
//         UNIT=SYSDA,SPACE=(CYL,(ppp,sss),RLSE)
//SYSTSIN  DD  *                               
XMIT JES2.IBMUSER DDNAME(INDD1) OUTDDNAME(OUTDD1)       
/*  
 
2)  FTP the XMIT file to the Broadcom support server in Binary
 
3)  Provide the DCB information for the Master file backed up in step 1