Hi, all. I want to use the PICK stage to select records that start with either "string1" or "string2" and reject all of the records that don't start with those two strings from a file, but I'm having a hard time getting the syntax correct.
>From the railroad track diagram in the doc, I think the the PICK stage should be coded like this: .....| pick pad blank any w1 == /string1/,/string2/ | ... but that fails with the error: FPLPIC112E Excessive options ",/string2/" FPLSCA003I ... Issued from stage 3 of pipeline 1 FPLSCA001I ... Running "PICK W1 == /string1/,/string2/" This form also fails: .....| pick pad blank any w1 == /string1/ or w1 == /string2/ | ... FPLPIC112E Excessive options "or w1 == /string2/" FPLSCA003I ... Issued from stage 3 of pipeline 1 FPLSCA001I ... Running "PICK W1 == /string1/ or w1 == /string2/" What am I missing here? Thanks and have a good weekend, too. DJ -- Dave Jones V/Soft Software www.vsoft-software.com Houston, TX 281.578.7544
