| The DQSRVADM Procedure |
The following example generates a job report and then uses the contents of the report to terminate all jobs and delete all log files on the DataFlux Integration Server:
proc dqsrvadm out=work.jobReport host="myhost" port=50001; run; data _null_; set work.joblist; kjrc = dqsrvkilljob (jobid, "myhost", 50001); dlrc = dqsrvdeletelog (jobid, "myhost", 50001); run;
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.