i have a data set with 20 observations i want label from
8 to 15 observations ? how you create this one.
Answers were Sorted based on User's Feedback
Answer / ram
Hi, We can create label for variables but not to the
observations. For, Observations we can create
formats.Either predifined of manual formats. So,please
check this
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / krishna
data c;
infile cards firstobs=8 obs=15;
input name$ sex $ age height weight;
label name='surname';
cards;
Joyce F 11 51.3 50.5
Jane F 12 59.8 84.5
Louise F 12 56.3 77.0
Alice F 13 56.5 84.0
Barbara F 13 65.3 98.0
Carol F 14 62.8 102.5
Judy F 14 64.3 90.0
Janet F 15 62.5 112.5
Mary F 15 66.5 112.0
Thomas M 11 57.5 85.0
James M 12 57.3 83.0
John M 12 59.0 99.5
Robert M 12 64.8 128.0
Jeffrey M 13 62.5 84.0
Alfred M 14 69.0 112.5
Henry M 14 63.5 102.5
Ronald M 15 67.0 133.0
William M 15 66.5 112.0
Philip M 16 72.0 150.0
;
another way
data class;
set sashelp.class(firstobs=8 obs=18);
label name='surname';
run;
| Is This Answer Correct ? | 23 Yes | 4 No |
Answer / krishna
data class;
set sashelp.class(firstobs=8 obs=15);
label name='surname';
run;
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / anil
data class;
set sashelp.class(firstobs=8 obs=18);
name='surname';
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh
first i have to select the required veriables in a new data
set there i can label the variables as u like
| Is This Answer Correct ? | 2 Yes | 5 No |
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
what are sas/access and sas/connect? : Sas programming
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is the main difference between rename and label? (don't say that they both perform the same function).
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What is the purpose of trailing @ and @@? How do you use them?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
Are you familiar with special input delimiters? How are they used?
Are you involved in writing the inferential analysis plan? Tables specfications?
explain what is data set in sas? : Sas-administrator
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?