Here is the JCL and statements:

//STEP001  EXEC PGM=FTP                                   
//SYSPRINT DD  SYSOUT=*                                   
//SYSTCPD  DD  DSN=....TCPPARMS(TCPDATA),                 
//             DISP=SHR                                   
//INPUT    DD  *                                          
1.1.1.1                                                   
USERID                                                    
PASSWORD                                                  
BIN                                                       
SITE UNIT=TAPE RETPD=1                                    
STRUCTURE R                                               
PUT 'SYST.BKUP.SYS010.D010313' 'SYST.TAPE.SYS010.D010313' 
quit                                                      

Tape attributes:
RECFM  = U          LRECL  = 000000   BLKSIZE= 262144   

This is a tape created by ADRDSSU with a full volume dump to tape.

There are apparently DB2 utilities that create large block size tapes.  I was 
just hoping for a way to process them without having to update a bunch of JCL 
to limit the output block size to 32K.

John Hooper

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to