![]() Chapter Contents |
![]() Previous |
![]() Next |
| FETCH |
| Category: | SAS Table |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| sysrc=FETCH(table-id<,'NOSET'>); |
'NOSET'| Details |
| Example |
INIT:
tableid=open('mydata','i');
return;
MAIN:
rc=fetch(tableid);
if rc then _msg_=sysmsg();
else
do;
...more SCL statements...
end;
return;
TERM:
rc=close(tableid);
return;
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.