int __stdcall NDK_X12_RUN_BATCH | ( | LPCSTR | szScenarioName, |
LPCSTR | szBatchFile, | ||
LPWORD | status | ||
) |
Run a batch file in x12a environment.
- 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 [in] szBatchFile is the batch file generated for the scenario [out] status is the status code for running the batch file
- Remarks
-
- The underlying model is described here.
- In majority of the cases, you would not call this function directly, but, instead, call NDK_X12_RUN_SCENARIO.
- Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL
- Examples
-