5.5.1 SERVICE_LOAD
Loads and initializes the service.
Syntax:
Command |
Keyword |
Value |
Developer notes |
SERVICE_LOAD |
SERVICE |
ExcelService |
|
TRACE |
|
Refer to Service Load Tracing for value details. |
|
TRACE_NAME |
|
||
TRACE_GROUP |
|
||
REPLACE_READ |
*NONE |
Optional. Do not replace characters. |
|
*DASH |
Default. |
||
REPLACE_WRITE |
*NONE |
Default. Do not replace characters. |
|
*CP939A |
|
Associated Service Properties File
Properties that affect the operation of the service are loaded from the ExcelService.properties file.
Example
SERVICE_LOAD SERVICE(ExcelService) TRACE(*YES)
SERVICE_LOAD SERVICE(ExcelService) REPLACE_READ(*DASH *MINUS) TRACE(*YES)
SERVICE_LOAD SERVICE(ExcelService) REPLACE_WRITE(*CP939A) TRACE(*YES)