hexagon logo

Nastran can´t identify the line break.

I writed an Input File. The last section is to include other models:
 
$
INCLUDE 'E36_KONZEPT_S01_190222_000_Gerippe.nas'
INCLUDE 'E36_KONZEPT_S02_190222_000_Dachsystem.nas'
INCLUDE 'E36_KONZEPT_S04_190222_000_Frontsystem.nas'
INCLUDE 'E36_KONZEPT_S06_190220_000_Vorderachstraeger.nas'
INCLUDE 'E36_KONZEPT_S10_190215_000_GWML.nas'
INCLUDE 'NVHStartdeck_STANDARD_S99_171006_Materialdatenbank-EK-303.nas'
INCLUDE 'TEST-KONZEPT-A00-000-ND-RWD-00_vip.nas'
INCLUDE 'TEST-KONZEPT-A00-000-ND-RWD-00_couple.nas'
INCLUDE 'E36_KONZEPT_S29_AddOn_190222_000_ADMITTANZ-VOL-z00-005-xWD-SD.nas'
$
ENDDATA
 
Out of the .f06 File I generate Fatal messages:
 
*** USER FATAL MESSAGE (fn: GETLIN)
   End-of-file encountered while building INCLUDE file name. Partial
   filename
   'E36_KONZEPT_S29_AddOn_190222_000_ADMITTANZ-VOL-z00-005-xWD-SD.n$ENDDATA'
   is included in file './Admit_Modellincluded.dat' at statement number 143.
   The "INCLUDE" request is skipped.
                             $END OF INCLUDE "./TEST-KONZEPT-A00-000-ND-RWD-00_couple.nas"
 
*** USER WARNING MESSAGE (fn: GETLIN)
   The ENDDATA statement is missing.
1   TEST-KONZEPT-A00-000-ND-RWD-00                                           JULY 12, 2021 MSC Nastran 3/10/21  PAGE    5
     NVH/111/ADMIT/TMB                                                                                                            
0                                                                                                                                  
 *** USER FATAL MESSAGE 208 (SCA.MDSolver.Io.AccessAccess:AccessAccess::StreamToBinary)
    Fatal messages were encountered while converting the stream input file ./Admit_Modellincluded.dat.
 *** USER FATAL MESSAGE 102 (SCA.MDSolver.Obj.InputFile:InputFile::read)
Severe fatal Errors occured while reading the input file ./Admit_Modellincluded.dat.
Check the MDSolver.System.PrintListener output.
 
 
Why does Nastran think, that the Included File and ENDDATA are in the same line?