hexagon logo

How do I define MATVP with TABL3D?

Hello,
When MATVP was defined for elastic-plastic creep analysis, I used TABL3D0 and get an error below after running MSC.Nastran V2018.0.1.
 
*** USER FATAL MESSAGE 9994 (BULKPM)
    TABL3D0 with ITID=20 near line 9624
    User information: X:ENDT is an illegal real value.
 *** USER FATAL MESSAGE 9994 (BULKPM)
    TABL3D0 with ITID=20 near line 9624
    User information: Y required field was not supplied.
 *** USER FATAL MESSAGE 9994 (BULKPM)
    TABL3D0 with ITID=20 near line 9624
    User information: Y required field was not supplied.
 
TABLE3D0 and MATVP are defined below. ITID=20, KIND=12(temperature) in SOL400. What is wrong?
 
TABL3D0      20        12                                       +      
+              1.0    0.0    3.0   0.0    5.0   0.0   7.0   0.0
+           1993.0 1.374-13 1995.0 1.41-13 1997.0 1.447-13 1999.0 1.485-13
+           2001.0 1.523-13 ENDT   
 
 
   MATVP          6   1.0    20  1.00                                   
 
 
Thank you.