Previous Page
|
Next Page
EVENT_END
Frees all resources that are associated with the specified event
Syntax
Details
Example
Syntax
CALL EVENT_END
(
eventId
,
rc
);
Required Arguments
eventId
identifies the event that is to be published.
Type:
Numeric, Input
rc
receives a return code.
Type:
Numeric, Output
Details
Freeing resources closes all queues and files that are associated with the specified event.
Example: Using EVENT_END
The following example frees all resources that are associated with the specified event:
CALL EVENT_END(eventId,rc);
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page