PowerCenter
- PowerCenter 10.5.6
- All Products
logError(String msg);
Parameter | Parameter Type | Datatype | Description |
---|---|---|---|
msg | Input | String | Error message string. |
// check BASE_SALARY if (isNull("BASE_SALARY")) { logError("Cannot process a null salary field."); }
[JTX_1013] [ERROR] Cannot process a null salary field.