The DQSRVADM Procedure |
This 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 © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.