Date: Wed, 20 Aug 2008 14:37:17 -0500
Reply-To: "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "./ ADD NAME=Data _null_," <iebupdte@GMAIL.COM>
Subject: Re: Spelling question
In-Reply-To: <OF49A87D02.B1017E60-ON862574AB.006905EA-862574AB.0069516D@fd9ns01.okladot.state.ok.us>
Content-Type: text/plain; charset=ISO-8859-1
I don't know of a spelling function that would work as you describe.
You can point PROC SPELL at your TEXT file and it will flag unknow
words. You may be able to make do with that.
filename FT15F001 temp;
proc spell in=FT15F001;
parmcards4;
Let's say I have a data step reading a bunch of text. from a text file.
Q; is there a way to check the spelling on the fly, while reading, and
flag the unknown words?
Let's say I have a data step rreading a bunch of text. from a text file.
Q; is there a wayyto check thi spilling on the fly, while reading, and
flag the unknown words?
;;;;
run;
quit;
On 8/20/08, Masoud Pajoh <mpajoh@odot.org> wrote:
> Let's say I have a data step reading a bunch of text. from a text file.
> Q; is there a way to check the spelling on the fly, while reading, and
> flag the unknown words?
>
|