Hello, I have a problem with line-up in ODS PDF output using proportional font (Arial); I know I have to use monospace font to do so; The problem is that the requirement from the users indicates that the developers must use "ARIAL" only in that report. I suppose I could create a dynamic format for that particular column, which displays the name of the state and followed by dots (below is the example. But, I am wondering if there is any way in ODS to line-up the value in PDF file. example: monospace Arial Alabama ......... Alabama ........ California ...... California ......... For state_name column, it is 100 bytes long and contains "name of the state" and "dots(.)" In proc report, the column is 1.75 in. the code is attached. the problem area is "COMPUTE" area; with SAS Monospace, it shows uniformed spacing. Thanks. Hana
... View more