Background
I'm using za.co.absa.cobrix:spark-cobol_2.12:2.7.9 Maven Library in Azure Databricks to load Cobol (EBCDIC) files into Databricks. It works very well for all files except one.
Error Message
Py4JJavaError: An error occurred while calling o462.load.
: za.co.absa.cobrix.cobol.parser.exceptions.SyntaxErrorException: Syntax error in the copybook at line 95: Invalid input '999.9999' at position 95:63
CPY File (Copybook)

Question
I'd appreciate some assistance in resolving this issue.