what is picture format? give any one example?
Answer Posted / gaurav verma
proc format;
picture pctfmt low-high='009.90%';
run;
proc tabulate data=xyz;
class name gender;
var rbc wbc;
table (name all)*(genderb all),
rbc*(mean*f=9. pct*f=pctfmt7.2)
wbc*(mean*f=8. pct*f=pctfmt7.2);
keylabel rbc='red blood cell'
wbc='white blood cell'
pct='percent';
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features of base sas system?
what is business intelligence? : Sas-bi
explain about various caches available in data integrator? : Sas-di
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Which date function advances a date, time or datetime value by a given interval?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
How do you delete duplicate observations in sas?
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?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How does proc sql work?
How can I remove header from output data set?
How do you specify the number of iterations and specific condition within a single do loop?
how to generate the test data in sas without input data? : Sas-administrator
What is a put statement?
I have a dataset concat having variable a b & c. How to rename a b to e & f?