Chapter Contents |
Previous |
Next |
SAS/CONNECT User's Guide |
if (eventtype = "DELIVERY") then do; if (msgtype = 42) then do; code=""; num =0; action=""; call send(fetchQ, '_recv', rc, code, num, action); end; end; else if (eventtype = "NO_MESSAGE") then do; end;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.