NDK_X12_OUT_FILE

int __stdcall NDK_X12_OUT_FILE ( LPCSTR  szScenarioName,
WORD  retType,
LPSTR  szOutFile,
size_t *  nLen,
BOOL  OpenFileFlag 
)

Return the full path of the output file generated by x12a program.

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 scenaio.model name
[in] retType is a switch to designate the desired specific output file. 0. The X12 specification file (*.spc)
  1. The X12 log file
  2. The output file
  3. The error file
[out] szOutFile  is a buffer to hold the return full path
[in,out] nLen is the length of the szOutFile. Upon return, this argument stores the actual number of bytes used.
[in] OpenFileFlag   is a switch to instruct the functiona whether it should open the file using system default editor (e.g. notepad)
Remarks
  1. The underlying model is described here.
Requirements
Header SFSDK.H
Library SFSDK.LIB
DLL SFSDK.DLL
Examples


   
References
* Hamilton, J .D.; Time Series Analysis , Princeton University Press (1994), ISBN 0-691-04289-6
* Tsay, Ruey S.; Analysis of Financial Time Series John Wiley & SONS. (2005), ISBN 0-471-690740
* D. S.G. Pollock; Handbook of Time Series Analysis, Signal Processing, and Dynamics; Academic Press; Har/Cdr edition(Nov 17, 1999), ISBN: 125609906
* Box, Jenkins and Reisel; Time Series Analysis: Forecasting and Control; John Wiley & SONS.; 4th edition(Jun 30, 2008), ISBN: 470272848