The DMSRVPROCESSSVC procedure runs a service on a DataFlux
Data Management Server. The procedure executes a DM process service,
or, when the SERVICEINFO= option is specified, it produces a list
of inputs and outputs managed by the service.
A process service generates
a list of name-value pairs on output. When the SERVICEINFO= option
is not specified, the procedure writes these pairs to the output
data set. This data set contains two character-type columns, with
names "Name" and "Value."
When the SERVICEINFO=
option is specified, the procedure generates an output data set with
two columns. The first column, named 'Parameter', contains parameter
names. The second column, named 'Type', lists the parameter as 'INPUT'
or 'OUTPUT.'