Hi there, I wanted to read the dataset and in the input section, I want to use () like below data student; infile "......" delimiter=","; input Number Height(cm) Weight(kg) ; run; but it gives me an error... ERROR 79-322: Expecting a (. ERROR 76-322: Syntax error, statement will be ignored. How to solve this? Thank you.
... View more