What are the functions done while Compilation...?
Answer / saifudheen
first of all data will be available on input stack...Once program reaches the input stack,SAS transforms the stream of characters into indivdual tokens..these tokens are transferred into diffrent parts of SAS for processing such as datastep compiler and the macro processor...The process that SAS uses to extract words and symbols from the input stack is called TOKENIZATION .Tokenization is performed by a compnent of SAS called WORD SCANNER..The word scanner starts the first character in the input stack and examines each character in turn..then it will be analysed by datastep compiler untill it reaches the end of the datastep(run statement)..data step compiler and SCL compiler transforms this output into DISPLAY MANAGER...
| Is This Answer Correct ? | 5 Yes | 1 No |
What are common programming errors committed in sas
What are the applications primarily used by business analyst? : Sas-bi
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
what is change analysis in sas di ? : Sas-di
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
how to remove the duplicates by proc sql?
what is hash files in sas and why we are using this one in sas?
What are the Aggregate functions in SQL ?
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
What is the purpose of _character_ and _numeric_?
What techniques and/or PROCs do you use for tables?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming