Shouldn't the filter be something like INCLUDE( ** )    ?

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of willie bunter
Sent: Monday, March 20, 2017 9:12 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ADR144E

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 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN



This email transmission and any accompanying attachments may contain CSX 
privileged and confidential information intended only for the use of the 
intended addressee. Any dissemination, distribution, copying or action taken in 
reliance on the contents of this email by anyone other than the intended 
recipient is strictly prohibited. If you have received this email in error 
please immediately delete it and notify sender at the above CSX email address. 
Sender and CSX accept no liability for any damage caused directly or indirectly 
by receipt of this email.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to