Hi Ronald,
After further review with All Stage, I couldn't find a way to specify the 
location of the codes 0690/1090. So it gave me all records where the codes were 
found.

So, I tried again with LOCATE as suggested. 
I must be missing something important, because I got all input records, 
ignoring the Locate stage

here is my code
'pipe (endchar ?)',               
  '< AUDIT EXTRCT1',              
  '| a1: locate (29-32) /0690/ ',  
  '| b: faninany',                
  '? a1:',                        
  '| a2: locate (29-32) /1090/ ', 
  '| b: ',                        
  '? a2:',                        
  '|  > AUDIT SUBSET a '          

what am I missing?

Thanks

Reply via email to