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
Mention some common errors that are usually committed in sas programming.
explain about various caches available in data integrator? : Sas-di
Do you know the features of sas?
where are dashboard components are created and maintained? : Sas-bi
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is hierarchy flattening? : Sas-di
If money were no object, what would you like to do?
how many display types available in sas bi dashboard? : Sas-bi
Give some examples where proc report’s defaults are different than proc print’s defaults?
Explain bmdp procedure?
How do you test for missing values?
How would you identify a macro variable? : sas-macro
what is data access? : Sas-di
List down the reasons for choosing sas over other data analytics tools.
How do you specify the number of iterations and specific condition within a single do loop?