Date: Fri, 14 May 2004 07:01:08 -0700
Reply-To: kumar <tatasphani@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: kumar <tatasphani@YAHOO.COM>
Organization: http://groups.google.com
Subject: coding in sas/af
Content-Type: text/plain; charset=ISO-8859-1
can any body explain what exactly this does I mean the Functions that
are used it SAS/AF application
st = open ('a.status (keep = Idate prdate ');
contol always ;
call set(st);
rc = fetchobs(st,1);
What does control always does ?
what does set(st) does ?
and Most important all what is RC stands for and what does it do and
last one
FETCHOBS do in the program do
Thank you.
|