Thanks for assistance it's bringing in everything for example Atm1. Atm Atm3. Atm4..... atmbarcode:"FE235. Row Ash atmbarcode:"Yu23 what I want output Atm1. Atm4 atmbarcode:"FE235. atmbarcode:"Yu23 my script is Data test; Set test1; Length atm $20.; N+1 Atm=catx (' ',of atm1-atm100); Pid=prxparse ('/atmbarcode:\d+/i'); S=1; E=length (x); Call prxnext (pid,s,e,x,p,l); Do while (p>0); Atmbarcode =substr (x,p,l); End; Keep n x atm1-atm600; Run; I thought the pid=prxparse ('/atmbarcode :\d+/i'); I thought that would filter for only that atmbarcode an nothing else?...I know what n means what is x it comes in blank ...could I get shipid into what x is
... View more