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.
- ALTDATE
- The date on which the definition was last altered, in the form yyyy-mm-dd.
- ALTTIME
- The time at which the definition was last altered, in the form hh.mm.ss.
- 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.
- SERVTYPE
- Specifies the mode in which the service is to run:
- COMMAND
- A command service object. Multiple instances of a command service object can be executed concurrently. We cannot monitor the status of command service objects.
- SERVER
- A server service object. Only one instance of a server service object can be executed at a time. The status of server service objects can be monitored using the DISPLAY SVSTATUS command.
- STARTARG
- Specifies the arguments to be passed to the user program at queue manager startup.
- STARTCMD
- Specifies the name of the program which is to run.
- STDERR
- Specifies the path to the file to which the standard error (stderr) of the service program is to be redirected.
- STDOUT
- Specifies the path to the file to which the standard output (stdout) of the service program is to be redirected.
- STOPARG
- Specifies the arguments to be passed to the stop program when instructed to stop the service.
- STOPCMD
- Specifies the name of the executable program to run when the service is requested to stop.
Parent topic:
Keyword and parameter descriptions
sc12370_
Home