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 is the difference between reading data from an external file and reading data from an existing data set?
What is the difference between the proc sql and data step?
Enlist the functions performed by sas.
How to create list output for cross-tabulations in proc freq?
what is ae onset date n what is RDS
what is SAS OPTIMIZATION?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
how can you import .csv file in to sas? : Sas programming
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?
Give e an example of..
Explain the special input delimiters used in sas programming.
what is the purpose of _error_? : Sas programming
What is slibref?
how do you pull data from equifax?tell me the process?
How sas treats the dsd delimiters?