COBCH1641 ネイティブコードのソースファイル名または PROGRAM-ID に '.' が使用されている

A period has been specified in the program ID of a native program.

Remove the period to conform with required syntax of the program-ID of a native COBOL program.

identification division.
program-id. Prog.ram1.  *> remove the period for native COBOL programs
...
end program Program1.