Home
Requested parameters
Specify one or more attributes that define the data to be displayed. The attributes can be specified in any order. Do not specify the same attribute more than once.
For more details of these parameters, see DEFINE SERVICE.
- CONTROL
- How the service is to be started and stopped:
- MANUAL
- The service is not to be started automatically or stopped automatically. It is to be controlled by use of the START SERVICE and STOP SERVICE commands.
- QMGR
- The service is to be started and stopped at the same time as the queue manager is started and stopped.
- STARTONLY
- The service is to be started at the same time as the queue manager is started, but is not requested to stop when the queue manager is stopped.
- DESCR
- Descriptive comment.
- PID
- The operating system process identifier associated with the service.
- STARTARG
- The arguments passed to the user program at startup.
- STARTCMD
- The name of the program being run.
- STARTDA
- The date on which the service was started.
- STARTTI
- The time at which the service was started.
- STATUS
- The current status of the process:
- RUNNING
- The service is running.
- STARTING
- The service is in the process of initializing.
- STOPPING
- The service is stopping.
- STDERR
- Destination of the standard error (stderr) of the service program.
- STDOUT
- Destination of the standard output (stdout) of the service program.
- STOPARG
- The arguments to be passed to the stop program when instructed to stop the service.
- STOPCMD
- The name of the executable program to run when the service is requested to stop.
Parent topic:
Keyword and parameter descriptions
sc12430_
Home