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

how would you create multiple observations from a single observation? : Sas programming

577


Differentiate input and infile.

604


what is sas business intelligence? : Sas-bi

599


How would you invoke a macro? : sas-macro

561


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

611






What is the maximum length of the macro variable?

684


what is the use of proc contents and proc print in sas? : Sas-administrator

614


What do the PUT and INPUT functions do?

791


what is ae onset date n what is RDS

1944


How would you define the end of a macro?

708


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

641


How would you include common or reuse to be processed along with your statements?

1910


What are the functions which are used for character handling functions?

624


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

540


Difference between nodup and nodupkey options?

641