| The DQSRVADM Procedure |
The following example generates a data set that provides information on jobs that are running or have run on a DataFlux Integration Server:
proc dqsrvadm out=work.jobReport host="myhost" port=50001; run;
The job status data set contains information on jobs that are represented by log files on the server.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.