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
do you need to know if there are any missing values? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What are the difficulties u faced while doing vital signs table or dataset?
What are the features of base sas system?
Can you suggest us materials for sdtm mapping?
What is PDV?
How would you invoke a macro? : sas-macro
What is the difference between the proc sql and data step?
I need level 2 to 5 sas using companies in india
Enlist the syntax rules followed in sas statements.
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the difference between where and if statement?
why is sas data integration studio important? : Sas-di
Given an unsorted data set, how to read the last observation to a new data set?
How do dates work in SAS data?