COBOL Command-Line Syntax
The basic syntax used to translate a single COBOL source code file is:
sourceanalyzer -b <build_id> <path>
The basic syntax used to scan a translated COBOL program and save the analysis results in an FPR file is:
sourceanalyzer -b <build_id> -scan -f <results>.fpr
See Also