If you’re not wanting any SAS output from a data step, how
would you code the data statement to prevent SAS from
producing a set?
Answer Posted / ratna
data one;
run;
proc print;
run;
| Is This Answer Correct ? | 0 Yes | 34 No |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specfications?
What commands are used in the case of including or excluding any specific variables in the data set?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What are pdv and it functions?
How many data types are there in SAS?
explain about various caches available in data integrator? : Sas-di
Mention how to limit decimal places for the variable using proc means?
What’s the difference between var b1 – b3 and var b1 — b3?
Are you sensitive to code walk-throughs peer review or QC review?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Explain translate function?
how does sas handle missing values in functions? : Sas programming
what is sas enterprise intelligence architecture? : Sas-bi
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What would be the value of month at the end of data step execution and how many observations would be there?