From: jiyuan123 on 25 Jan 2010 19:52 Dear SAS-Lers, I find some interesting thing about indexw function. why I get the odd result. data a; length string $20; string='BBSI_EXT_0_COMMENT'; pos=indexw(upcase(string),'COMMENT','_'); put pos=; run; I got "pos=0". if i use string='BBSI_EXT_0_COMMENT_'; it's ok. thanks a lot. 2010-01-26 jiyuan123
|
Pages: 1 Prev: ODS HTML output from multiple input locations Next: Use of the SYSINP= System option on z/OS |