What is difference between (a-z) and (a--z)
Answer Posted / lucyl
data k;
input a1 a2 a4 a3;
datalines;
1 2 3 4
5 6 7 8
;
run;
proc print data=k;
var a1-a3;
run;
proc print data=k;
var a1--a3;
run;
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between using drop = data set option in data statement and set statement?
name some data transformation used in sas di? : Sas-di
what is the use of proc contents and proc print in sas? : Sas-administrator
is data integration and etl programming is same? : Sas-di
what is the primary data source for the wrs? : 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 do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How do you control the number of observations and/or variables read or written?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Can you execute a macro within a macro? Describe. : sas-macro
explain what is factor analysis? : Sas-administrator
what other sas products have you used and consider yourself proficient in using? : Sas programming
What function CATX syntax does?
What are symget and symput? : sas-macro
What are the advantages of using sas?