Return to Snippet

Revision: 38576
at January 5, 2011 07:24 by mprabhuram


Initial Code
* The following substring function would give the same results;
PROC SQL;

SELECT 	*
FROM 	bluesky.client
WHERE	SUBSTRN(cont_fst,1,1) = 'A';

Initial URL
http://ftp.sas.com/samples/A58546

Initial Description
SUBSTRN(String,Start,count)

Initial Title
Substring function

Initial Tags


Initial Language
SAS