MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TAPELIB VALIDATION ERROR

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
Vinodch
Beginner


Joined: 23 Dec 2002
Posts: 80
Topics: 32
Location: Chennai, India

PostPosted: Fri Dec 02, 2005 2:48 am    Post subject: TAPELIB VALIDATION ERROR Reply with quote

I am getting the following error in executing the below mentioned JCL:

Any Help what causing the error ?
Code:

_________________________________________________________ :?:
IEB120I TAPELIB  VALIDATION ERROR                                               
IEB178I NOT AN IEBCOPY UNLOADED DATA SET - 1ST PHYSICAL RECORD NOT 64 BYTES LONG -- ACTUAL VALUE IS X'000280'
IEB1030I DDNAME TAPELIB  REFERS TO PDSU DATA SET ON VOLUME 077837 NAMED VVN6152.
IEB1030I DDNAME DISKLIB  REFERS TO PDS  DATA SET ON VOLUME PDS000 NAMED VKR1720.
IEB166I NO MEMBERS LOADED TO DATA SET REFERENCED BY DISKLIB                     
IEB151I JOB HAS TERMINATED WITH ERROR(S)                                       
IEB147I END OF JOB - 8 WAS HIGHEST SEVERITY CODE                               
_______________________________

//INSTLIBS PROC TAPE=TAPE,                                             
//         WRKUNIT=SYSDA,                                               
//         LIBUNIT=SYSDA,                                               
//         DISKVOL=,                                                   
//         TAPEVOL=,                                                   
//         OUT='*',                                                     
//         PRIQTY=1,SECQTY=1,DIRQTY=1,      /* SPACE IS IN BLOCKS /*   
//         RECFM=U,LRECL=0,BLKSIZE=6144,                               
//         DISKLIB=,TAPELIB=                                           
//*                                                                     
//ICOPY    EXEC PGM=IEBCOPY                                             
//TAPELIB  DD  DSN=&TAPELIB,DISP=OLD,LABEL=(&FILENUM,SL),               
//         UNIT=(&TAPE,,DEFER),                                         
//         VOL=SER=&TAPEVOL                                             
//DISKLIB  DD  DSN=&DISKLIB,DISP=(,CATLG,DELETE),                       
//         UNIT=&LIBUNIT,                                               
//         VOL=SER=&DISKVOL,                                           
//         SPACE=(&BLKSIZE,(&PRIQTY,&SECQTY,&DIRQTY),,,ROUND),         
//         DCB=(DSORG=PO,RECFM=&RECFM,LRECL=&LRECL,BLKSIZE=&BLKSIZE)   
//SYSUT3   DD  UNIT=&WRKUNIT,SPACE=(CYL,(1,1))                         
//SYSUT4   DD  UNIT=&WRKUNIT,SPACE=(CYL,(1,1))                         
//SYSPRINT DD  SYSOUT=&OUT                                             
//SYSIN    DD  DUMMY                                                   
//         PEND                       /* END OF INSTLIBS /*             
//HLOAD    EXEC INSTLIBS,FILENUM=1,                       
//         RECFM=U,LRECL=0,BLKSIZE=6144,                   
//         PRIQTY=10,SECQTY=5,DIRQTY=5,                   
//         DISKVOL='',                                     
//         TAPEVOL='077837',                               
//         DISKLIB='VKR1720.TSTS.HEWLOAD.LOADLIB',         
//*        TAPELIB='HEWV100.LOADLIB'                       
//         TAPELIB='VVN6152.PRDS.HEWLOD'                   
//SYSIN    DD *                                           
  COPY INDD=TAPELIB,OUTDD=DISKLIB                         
//*

_________________
Thanks,
Vinod.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri Dec 02, 2005 5:33 am    Post subject: Reply with quote

Quote:

IEB178I NOT AN IEBCOPY UNLOADED DATA SET - 1ST PHYSICAL RECORD NOT 64 BYTES LONG -- ACTUAL VALUE IS X'000280'


vinodch,

That should have given you a clue.

check this link for an explanation of the error

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M751/SPTM008042

Also your sysout that you are using PDSU , so Do not use a PDSU block size smaller than the PDS block size +20.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group