when we are using the PROC TRANSPOSE? OBSERVATIONS are
repeated then what will happen and what it will show in log
window.
Answer / ram
not syntax error, but it will show warning message.
bcoz OBS are converted into variable.
| Is This Answer Correct ? | 2 Yes | 1 No |
what is sas? is a package or tool? give me introduction about sas?
Do you need to know if there are any missing values?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
where to use sas business intelligence? : Sas-bi
What do you feel about hardcoding?
Describe crosslist option in tables statement?
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
What is the purpose of _error_?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What is the difference between INPUT and INFILE ?