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