i have a dataset with 9 932 248 and 1294125 tarcks
I just want to check the integrity of the dataset.
My dataset is unreadable because of this message :
IEC020I 001-3,XJOB,S30,SYSUT1-0024,2664,PXUMPY,
IEC020I X.DATASET
IEC020I NON-ACCEPTABLE ERROR
so before doing the copy, i'd like to check the dataset.
I did it with : ICETOOL
//S1 EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=*
//DFSMSG DD SYSOUT=*
//IN DD DSN=X.DATASET,DISP=SHR
//TOOLIN DD *
COUNT FROM(IN)
/*
The ICETOOL abended, it means the Dataset is not correct but it took too much elapse time :
TOTAL CPU TIME= .75 TOTAL ELAPSED TIME= 22.87
I'd like to know if there a programm taht could check a Huge dataset quikly (faster than PGM=ICETOOL)
Thank's for your help.