/ Published in: SAS
URL: http://ftp.sas.com/samples/A58546
SUBSTRN(String,Start,count)
Expand |
Embed | Plain Text
* The following substring function would give the same results; PROC SQL; SELECT * FROM bluesky.client WHERE SUBSTRN(cont_fst,1,1) = 'A';
You need to login to post a comment.
