i'm trying to copy PDSE to an othen empty PDSE because of a D37 in my first PDSE (Ebnd of volume)
I use IEBCOPY Program, but i have this error :
IGW01550I 12000 OF 16897 MEMBERS WERE COPIED
IEB1130E A TERMINATING MESSAGE FROM FAMS PROCESSING APPEARS ABOVE -- DIAGNOSTIC
DIAGNOSTIC INFORMATION IS X'281D00AD'
jcl :
//S1 EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//IN DD DISP=SHR,DSN=PDSE.OLD.D37
//OUT DD DISP=SHR,DSN=PDSE.NEW
//SYSIN DD *
COPY INDD=((IN,R)),OUTDD=OUT
i saw that :
https://www.ibm.com/support/pages/apar/OA43725
But i can't understand how can i fix it.
I allocated a other empty PDSE dataset in an other Volume with more space, but i still have the same error.
Thank's for your help.