Tag: Problem Solvers

How to Add Sticky Headers with ODS HTML

This blog demonstrates how to modify your ODS HTML code to make your column headers “sticky,” or fixed in position. Using sticky headers is most beneficial when you have long tables on your web page and you want the column headers to stay in view while scrolling through the rest of the page.

How to Add Sticky Headers with ODS HTML was published on SAS Users.

How to make the most of arrays with SAS® software and streamline your programming

Grace Whiteis of SAS Technical Support shows you how to capitalize on arrays using SAS software — and streamline your code, whether it involves arrays or not.

How to make the most of arrays with SAS® software and streamline your programming was published on SAS Users.

How to fix common problems in output from ODS Graphics procedures

A few examples to demonstrate some of the common output-related problems with ODS Graphics Procedures. If your graphical output does not appear as you wanted, consider the options that you are using and make sure that you are using the correct option.

How to fix common problems in output from ODS Graphics procedures was published on SAS Users.

How the RANK procedure calculates ranks with groups and ties

The RANK procedure (PROC RANK) is useful for ranking numeric variables in a data set across observations. You often see PROC RANK used to rank data into quartiles, deciles, or percentiles. This action requires that you use the GROUPS= option in the PROC RANK statement. This blog answers three questions […]

How the RANK procedure calculates ranks with groups and ties was published on SAS Users.