int __stdcall NDK_X12_RUN_SCENARIO | ( | LPCSTR | szScenarioName, |
LPWORD | status | ||
) |
Run a x12a program for the given model or scenrio.
- Returns
- status code of the operation
- Return values
-
NDK_SUCCESS Operation successful NDK_FAILED Operation unsuccessful. See Macros for full list.
- Parameters
-
[in] szScenarioName is the given X12-ARIMA scenario/model identifier [out] status is the status code for running the scenario batch file
- Remarks
-
- The underlying model is described here.
- Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL
- Examples
-