What is the basic syntax style of writing code in SAS?
The basic syntax style of writing code in SAS is as follows :
* Write the DATA statement which will basically name the dataset. * Write the INPUT statement to name the variables in the data set. * All the statements should end with a semi-colon. * There should be a proper space between word and a statement.