What is the basic structure of a sas program?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

data study; input Subj : $3. Group : $1. Dose : $4. Weight : $8. Subgroup; x= input(Weight,5.1); datalines; 001 A Low 220 2 002 A High 90 1 003 B Low 193.6 1 004 B High 165 2 005 A Low 123.4 1 ; Why does X get truncated? X shows up as 22 instead of 220,9 instead of 90 and 19.8 instead of 198? This problem doesnt happen with the values 193.6 and 123.4. This does not happen if x is read on the 5. informat instead of the 5.1 informat

2 Answers  


Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.

7 Answers   Accenture,


Can Some one Explain How the Datasets from SAS can be loaded in to the MVS OS?

1 Answers   HCL,


How would you code the criteria to restrict the output to be produced?

6 Answers   Accenture,


What is the work of tranwrd function?

0 Answers  


what are scrubing procedures in SAS?

1 Answers   Oracle,


Name statements that function at both compile and execution time?

1 Answers  


how to do user inputs and command line arguments in sas?

0 Answers   D&B, TCS,


What does the RUN statement do?

0 Answers   Quintiles,


How would you invoke a macro? : sas-macro

0 Answers  


how can you improve the performance of a query, If it is excuting very slowly?

2 Answers   Zensar,


how to delete the duplicate columns permanently in SQL

2 Answers   Satyam,


Categories