Differentiate input and infile.
No Answer is Posted For this Question
Be the First to Post Answer
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the difference between the proc sql and data step?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
what is the difference between informat$8. $char8.
Explain data step in SAS
What is difference between N and n????
Can you execute a macro within a macro? Describe. : sas-macro
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.