LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page