Hi guys, I am a new plumber, and hitting some bumps... I am trying to select only records with 0690 or 1090 from a file and move the records to a second file.
So I literally copied Locate example 5 from the Reference... I just appended the last line... and got... FPLSCB027E Entry point LOGBYFTP not found FPLSCA003I ... Issued from stage 3 of pipeline 1 FPLSCA001I ... Running "logbyftp" here is the pipe... 'pipe (endchar ?)', '< AUDIT EXTRCT1', '| a:locate (29-32) /0690/ ', '| b:logbyftp', '?', 'a:', '| locate (29-32) /1090/ ', 'b:', '| > AUDIT SUBSET ' I am not quite understanding how to link both Locates What did I do wrong? Thanks Miguel