Limit in $$DD01 - FileAid.



Compuware's data management products: File-AID for IMS, File-AID/MVS, File-AID for DB2 and DBA-XPERT for DB2

Limit in $$DD01 - FileAid.

Postby ranga_subham » Thu Sep 11, 2008 5:07 pm

Hi,

I am using below file-aid to search and copy few strings from input file to sysout using file-aid batch but ending up with error.

//JS010    EXEC PGM=FILEAID                           
//DD01     DD DSN=TTTTT.OOOOO.JJJJ.PPPP.UUU.G0001V00,
//            DISP=(SHR,KEEP,KEEP)                   
//SYSOUT   DD SYSOUT=*                               
//SYSUDUMP DD SYSOUT=*                               
//SYSPRINT DD SYSOUT=*                               
//SYSLIST  DD SYSOUT=*                               
//SYSTOTAL DD SYSOUT=*                               
//DD01O    DD SYSOUT=*                               
//SYSIN    DD *                                       
$$DD01 COPY IF=(1,EQ,C'AAAAAA,BBBBBB,CCCCCC,DDDDDD,EEEEEE,FFFFFF,GGGGGG
  ,HHHHHH,IIIIII,JJJJJJ,KKKKKK,LLLLLL')
/*
//


Error: I am getting below shown error.
$$DD01 COPY IF=(1,EQ,C'AAAAAA,BBBBBB,CCCCCC,DDDDDD,EEEEEE,FFFFFF,GGGGGG
1...5...10...15...20...25...30...35...40...45...50...55...60...65     
DELIMETERS DO NOT MATCH IN THE, IF, CHECK DATA STARTING IN COLUMN 65   
.....SKIPPING TO NEXT $$DD CARD                                       


Please help me to get rid of this error. Also, I would like to know what is the limit to mention and the format.

TIA.
ranga_subham
 
Posts: 279
Joined: Fri Jul 18, 2008 7:46 pm
Has thanked: 0 time
Been thanked: 1 time

Re: Limit in $$DD01 - FileAid.

Postby dick scherrer » Tue Sep 16, 2008 12:18 am

Hello,

I'm not aware of a limit, but believe that you will have no problem if there is one.

Continue following this scheme:
$$DD01 COPY IF=(1,EQ,C'AAAAAA'),OR=(1,EQ,C'BBBBBB'),
            OR=(1,EQ,C'CCCCCC'),OR=(1,EQ,C'DDDDDD') 
and let us know what happens.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Limit in $$DD01 - FileAid.

Postby ranga_subham » Tue Sep 16, 2008 5:32 pm

Hello, there will be no problem if there is one :)

I have too many strings to search :mrgreen:

Thanks.
ranga_subham
 
Posts: 279
Joined: Fri Jul 18, 2008 7:46 pm
Has thanked: 0 time
Been thanked: 1 time

Re: Limit in $$DD01 - FileAid.

Postby dick scherrer » Wed Sep 17, 2008 1:25 am

Hello,

Depending on how many, you might want to put them in a file and then match the 2 files (once both files are in sequence from 1-6).
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to File-AID

 


  • Related topics
    Replies
    Views
    Last post