What are the functions done while Compilation...?
Answer Posted / 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 |
Post New Answer View All Answers
describe about metadata object? : Sas-di
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How to test the debugging in sas?
What function CATX syntax does?
Mention what are the data types does SAS contain?
What is maximum number of rows and cols can be handled in SAS?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the ways to do a “table lookup” in sas?
Hi, If anyone has base SAS certification dumps, please share.
What is the SAS data set?
Of all your work, where have you been the most successful?
What do the PUT and INPUT functions do?
how does sas handle missing values in assignment statements? : Sas programming
What is SAS? What are the functions does it performs?