Translating COBOL source files without file extensions

If you have COBOL source files (not copybook files) retrieved from a mainframe without .COB or .CBL file extensions (which is typical for COBOL file names), then you must include the following in the translation command line:

-noextension-type COBOL

The following example command translates COBOL source code without file extensions:

sourceanalyzer ‐b MyProject ‐noextension‐type COBOL ‐copydirs copybooks sources