为什么会出现此错误.当我使用*类型(在第2行的类似位置)时不会显示任何错误,当我使用像显示错误.什么是LIKE和之间的区别TYPE
TYPES name(20) type c.
data student_name *like name.
student_name = 'satya'.
write student_name.
错误- NAME must a flat structure you can not use internal table,string referenceses or structure as component