Describe a time when you were really stuck on a problem and
how you solved it?
Answer / Ram Sukh
One instance was when I encountered an error in SAS code that seemed impossible to solve. After spending hours debugging, I realized the issue was due to an unexpected data format. To resolve it, I used SAS PROC CONTENTS to inspect the data set structure and PROC PRINT to verify the data contents, which helped me identify the problem and fix the code.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the primary data source for the wrs? : Sas-bi
What is SAS Information Map Studio and its purpose ?
What do the SAS log messages "numeric values have been converted to character" mean?
What do you know about symput and symget?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
· What are some good SAS programming practices for processing very large data sets?
what are validation tools that are used in sas? : Sas-administrator
what is the usage for assigning error=1 in a dataset ?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What SAS statements would you code to read an external raw data file to a DATA step?
What are the five ways to do a table lookup in sas? : sas-grid-administration
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?