EDIFACT - (C) Copyright 2011 Incode Systems, Inc. All Rights Reserved.
Version 0.9.0 www.incodesystems.com sales1Usage: TAB [InFile] [OutFile] [ErrFile]
Reads any ISO EDIFACT file and writes tab delimited text to OutFile.
Any missing file name defaults to the standard input or output.
CON may be used to refer to the standard input or output.
Validation errors are written to ErrFile and ERRORLEVEL is set.
ERRORLEVEL is set to:
0 - No errors encountered.
1 - Command line syntax error.
2 - I/O error reading InFile.
3 - I/O error writing OutFile.
4 - I/O error writing ErrFile.
5 - Expected Element Separator.
6 - Message segment count error.
7 - Expected segment terminator.
8 - Expected UNZ segment.