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 data _null_?
what are _numeric_ and _character_ and what do they do? : Sas programming
Which function is used to count the number of intervals between two sas dates?
Name some categories in sas 9? : sas-grid-administration
What is Linear Regression?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
How will you generate test data with no input data?
what techniques and/or procs do you use for tables? : Sas programming
what is program data vector? : Sas-administrator
What does PROC print, and PROC contents do?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
what is null hypothesis? why do you consider that?
for report generation which one you used proc report or data_null_?
What does the RUN statement do?
What is a pdv and what are its functions?