- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.
My current program is using left alignment in the define statement. Values are stripped.
Thanks!
- Tags:
- alignment
- proc report
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What format are you applying to the variable in the DEFINE statement? Or Justification? It's not clear what type of alignment you want, but the Dw.d format will align at the decimal point if that's what you're after.
@HitmonTran wrote:
Hi,
I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.
My current program is using left alignment in the define statement. Values are stripped.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
What format are you applying to the variable in the DEFINE statement? Or Justification? It's not clear what type of alignment you want, but the Dw.d format will align at the decimal point if that's what you're after.
@HitmonTran wrote:
Hi,
I am trying trying to align the negative values with whole integers in proc report without changing the alignment in the columns.
My current program is using left alignment in the define statement. Values are stripped.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Try:
style={just=dec}