IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error in Batch Fileaid UNABLE TO LOCATE TIOT ENTRY FOR DD01


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shrivatsa
Warnings : 1

Active User


Joined: 17 Mar 2006
Posts: 174
Location: Bangalore

PostPosted: Tue Nov 21, 2006 8:58 pm
Reply with quote

Please can anyone tell me what is the action to be taken for the ERROR

BTS01-UNABLE TO LOCATE TIOT ENTRY FOR DD01 .

Below is my JCL

//XXXXXX JOB (ABCD,XXXX,999,999),'sadlaskasdsa ',REGION=4096K,
// MSGLEVEL=(1,1),NOTIFY=XXXXXX
//FILESTP EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//DDABSC DD DSN=XXXXXX.SRCHFOR.LIST,DISP=SHR
//DD01O DD DSN=XXXXXX.SCRHFOR.UPDATE,
// DISP=(,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(TRK,(10,5),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=800)
//SYSIN DD *
$$DD01 COPY REPL=(1,EQ,C'[email protected]',1,C'[email protected]')
/*
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Nov 21, 2006 9:31 pm
Reply with quote

When your control cards are using $$DD01, the FILEAID program expects to see a DD01 (input) and a DD01O (output) unless the USER parameter is used to later define the output files.

So...
Code:

//DDABSC DD DSN=XXXXXX.SRCHFOR.LIST,DISP=SHR


should be:
Code:

//DD01 DD DSN=XXXXXX.SRCHFOR.LIST,DISP=SHR
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts How to close Datacom MUF URT used by ... CICS 0
No new posts To Discard record with 0 entry if Dup... SYNCSORT 7
No new posts Activate WLM policy in batch All Other Mainframe Topics 2
No new posts U0016 error in JCL JCL & VSAM 4
Search our Forums:


Back to Top