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


Please Help Members By Posting Answers For Below Questions

Mention some common errors that are usually committed in sas programming.

808


explain about various caches available in data integrator? : Sas-di

797


Do you know the features of sas?

805


where are dashboard components are created and maintained? : Sas-bi

786


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

818


what is hierarchy flattening? : Sas-di

830


If money were no object, what would you like to do?

2902


how many display types available in sas bi dashboard? : Sas-bi

847


Give some examples where proc report’s defaults are different than proc print’s defaults?

812


Explain bmdp procedure?

804


How do you test for missing values?

1291


How would you identify a macro variable? : sas-macro

763


what is data access? : Sas-di

862


List down the reasons for choosing sas over other data analytics tools.

1044


How do you specify the number of iterations and specific condition within a single do loop?

840