FINDREP keyword



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

FINDREP keyword

Postby jvinoth » Tue Jan 24, 2012 4:16 pm

Hi,

I used following jcl for replacing the characters
//STEP1 EXEC PGM=ICEMAN                                           
//SYSOUT DD SYSOUT=*                                             
//SORTIN DD DSN=infile1,DISP=SHR             
//SORTOUT DD DSN=outfile,                           
//           DISP=(NEW,CATLG,DELETE),                             
//           DCB=(LRECL=9,BLKSIZE=0,RECFM=FB),                   
//           SPACE=(TRK,(3,3))                                   
//SYSIN   DD  DSN=controlcard,DISP=SHR 

and my control card
 OPTION COPY                   
 INREC FINDREP=(INOUT=(C'JOHN',C'JONY'))

and it says cant find FINDREP keyword....so is there anyother keyword to replace ...please tell me
thanks
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: FINDREP keyword

Postby BillyBoyo » Tue Jan 24, 2012 4:22 pm

Can you post the ICE201I message, plus the message including the error and the stuff around that message.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: FINDREP keyword

Postby enrico-sorichetti » Tue Jan 24, 2012 4:51 pm

if You do not post the EXACT message with the message identifier the chances of getting help are pretty slim
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: FINDREP keyword

Postby jvinoth » Tue Jan 24, 2012 5:09 pm

I didn't submit the job actually..its a syntax error...i use jem command to check out the errors before submitting the job so in that it shows error

E1  8 DSS10065E  PARAMETER 'FINDREP' IS UNIDENTIFIED.

its a error i am getting
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: FINDREP keyword

Postby enrico-sorichetti » Tue Jan 24, 2012 5:29 pm

the error You are getting is from the stupid jcl checker ( DSS.... )
not form <sort>
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: FINDREP keyword

Postby jvinoth » Tue Jan 24, 2012 5:37 pm

so can you please tell me wht to do
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: FINDREP keyword

Postby BillyBoyo » Tue Jan 24, 2012 5:46 pm

Ignore any errors from your JCL checker which relate to sort cards. If that is the only error, submit the job. DFSORT will tell you if there is a genuine error.

Then you'll tell us :-)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: FINDREP keyword

Postby enrico-sorichetti » Tue Jan 24, 2012 5:51 pm

all depends on Your organization standards
if the rule is that the stupid jcl checker must not return any errors You are out of luck... :geek:
speak to Your support, get a better jcl checker, or upgrade the current one (*)
otherwise just run the job

(*) jcl checkers most often are not current with the <control> statements used by some utilities/products ( SORT, IDCAMS)
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: FINDREP keyword

Postby jvinoth » Tue Jan 24, 2012 5:57 pm

thank you all its working...so its not important to consider the DSS error...I am new to mainframe so fear to submit the job buz here ppl may something if i did anything wrong thank you so much enrico and billy.. thanks
jvinoth
 
Posts: 132
Joined: Fri Nov 18, 2011 3:13 pm
Has thanked: 0 time
Been thanked: 1 time

Re: FINDREP keyword

Postby enrico-sorichetti » Tue Jan 24, 2012 6:00 pm

errors related to <real> JCL statements should be investigated
for the others it might become a religion war :geek:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post