![]() Chapter Contents |
![]() Previous |
![]() Next |
| QUEUE_COMPLETE |
| Syntax | |
| QUEUE_COMPLETE Example |
Syntax |
| CALL QUEUE_COMPLETE(queueId, rc); |
| Where... | Is type... | And represents... |
|---|---|---|
| queueId | N | queue identifier |
| rc | N | return code |
If an error or a warning condition is encountered, a non-zero return code is returned in the rc parameter. Use the SYSMSG() function to print the message that is associated with the non-zero rc.
| QUEUE_COMPLETE Example |
This example uses QUEUE_COMPLETE to indicate that the attachment receipt is complete.
call queue_complete(queueId, rc);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.