SAS Component Language Dictionary |
Category: | Image |
Syntax | |
Example |
Syntax |
rc=IMGTERM(task-id); |
contains the return code for the operation:
0 | |
>0 |
contains the identifier of the task, which was returned by a previous IMGINIT function.
Example |
This example shows IMGTERM used within the TERM section:
term: if (task-id ne 0) then rc=imgterm(task-id); return;
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.