Good Morning Gentle Readers,

I am trying to copy a HPDM/DFDSS input tape to a non-HPDM tape. I am getting 
the following error:

 COPYDUMP -                                                                     
    INDD(BACKUP) -                                                              
    OUTDD(COPY1)                                                                
ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'COPYDUMP '    
ADR109I (R/I)-RI01 (01), 2014.332 08:16:09 INITIAL SCAN OF USER CONTROL STATEMEN
ADR050I (001)-PRIME(01), DFSMSDSS INVOKED VIA APPLICATION INTERFACE             
ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK            
ADR006I (001)-STEND(01), 2014.332 08:16:09 EXECUTION BEGINS                     
ADR331E (001)-CPYD (01), OUTPUT BLKSIZE 0 FOR DATA SET ON DDNAME COPY1 IS SMALLE
ADR324E (001)-CPYD (01), THE VOLUME/DATA SET SPECIFIED BY DDNAME COPY1 HAS BECOM
ADR006I (001)-STEND(02), 2014.332 08:16:43 EXECUTION ENDS                       
ADR013I (001)-CLTSK(01), 2014.332 08:16:43 TASK COMPLETED WITH RETURN CODE 0016 
ADR012I (SCH)-DSSU (01), 2014.332 08:16:43 DFSMSDSS PROCESSING COMPLETE. HIGHEST
                         TASK    001                                            
According to the explanation :
The block size specified in the JCL (or, if not specified, the defaulted block 
size) for output on DASD is
smaller than the block size of the input volume created during the DUMP 

I am not outputtin the output to DASD but to virtual tape.  Has  someone 
experienced this as well?  If so could you suggest a solution?  Below is my 
jcl.  

//STEP1   EXEC PGM=SOVDSSU,REGION=0M,TIME=1440,PARM='UTILMSG=YES'   
//BACKUP   DD DSN=SYS2.SOVDSSU.CICS03.COPY1.G1863V00,             
//         DISP=OLD,SUBSYS=SOV                                       
//COPY1    DD DSN=SYS2.CICS03.COPY.DFDSS.NOHPDM,                     
//         DISP=(,CATLG,DELETE),                                     
//         UNIT=3490,VOL=(,,,99)                                     
//SYSPRINT DD SYSOUT=*                                               
//SYSIN    DD *                                                      
 COPYDUMP -                                                          
    INDD(BACKUP) -                                                   
    OUTDD(COPY1)                                                     
/*                                 

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

Reply via email to