The pipeline command enables you to start, stop, and debug pipelines using one or more command options or parameters. Command line options that you specify as part of the pipeline command override any corresponding parameters that are specified in the pipeline configuration file.
The syntax for the pipeline command is:
pipeline -option parameter
You can use these options together or separately.
pipeline -n pipeline08 -s
The following pipeline command enables the pipeline named pipe12 to receive data from an HTTP server, a queue named queue22, and a file named "data.umf":
pipeline -n pipe12 -t http://server50:8888 -t mq:/queue22 -t file:/data.umf
The following pipeline command starts pipeline1 and uses the pipeline configuration file named "unixpipeline.ini":
pipeline -c unixpipelinel.ini -n pipeline1