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'ads@dsfds.com',1,C'afas@dadsa.com')
/*
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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
Search our Forums:

Back to Top