Good Day To All,

I am trying to troubleshoot a user's job which is using ADRDSSU.  I cannot find 
the reason why the job fails on a :

ADR144E (002)-RI03P(02), INCOMPLETE SPECIFICATION IN DATA SET REFERENCED BY 
DDNAME FILTERDD   

Below is the jcl:

/*                                                     
//S4112  EXEC PGM=ADRDSSU,REGION=0K,PARM='TYPRUN=NORUN' 
//TD9101   DD UNIT=3390,VOL=SER=TD9101,DISP=SHR         
//TD9102   DD UNIT=3390,VOL=SER=TD9102,DISP=SHR         
//TD9103   DD UNIT=3390,VOL=SER=TD9103,DISP=SHR         
//TD9104   DD UNIT=3390,VOL=SER=TD9104,DISP=SHR         
//NOTAPE   DD DUMMY                                     
//SYSPRINT DD SYSOUT =*        
//SYSUDUMP DD SYSOUT=D                                  
//SYSIN    DD DSN=PROD.DATALIB(SYSDAU),DISP=SHR         
//FILTERDD DD DSN=TST.FILTDD,DISP=SHR                   

Below is the SYSIN DD contents:

DUMP INDDNAME(TD9101) OUTDDNAME(NOTAPE) -  
     DATASET(FDD(FILTERDD)) -              
             DELETE PURGE                  
DUMP INDDNAME(TD9102) OUTDDNAME(NOTAPE) -  
     DATASET(FDD(FILTERDD)) -              
             DELETE PURGE                  
DUMP INDDNAME(TD9103) OUTDDNAME(NOTAPE) -  
     DATASET(FDD(FILTERDD)) -              
             DELETE PURGE                  
DUMP INDDNAME(TTD9104) OUTDDNAME(NOTAPE) -  
     DATASET(FDD(FILTERDD)) -              
             DELETE PURGE                  

Below is the FILTERDD  DD (TST.FILTDD)

 INCLUDE( -    
           )   

I think the problem could be with the parm DATASET(FDD.... I would appreciate 
it someone could point out my error.

Thanks in advance.

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

Reply via email to