Hi ,
I am writing a pdf page with leftmargin = 2cm. As per my requirement, I need to write some text in the margin area. Is it possible?
I was using ODS REGION X= -0.53in to write this text in SAS9.2. It was working fine.
In SAS9.4, This code is writing the text in x=0cm instead of -0.53in. I know that only nonnegative values are allowed in x option as per sas online doc.
Please suggest alternate solution to fix this issue in SAS9.4.
Thanks,
Sampath
Hi ,
I am writing a pdf page with leftmargin = 2cm. As per my requirement, I need to write some text in the margin area. Is it possible?
I was using ODS REGION X= -0.53cm to write this text in SAS9.2. It was working fine.
In SAS9.4, This code is writing the text in x=0cm instead of -0.53cm. I know that only nonnegative values are allowed in x option as per sas online doc.
Please suggest alternate solution to fix this issue in SAS9.4.
Thanks,
Sampath
@bmsampath wrote:
Hi ,
I am writing a pdf page with leftmargin = 2cm. As per my requirement, I need to write some text in the margin area. Is it possible?
I was using ODS REGION X= -0.53cm to write this text in SAS9.2. It was working fine.
In SAS9.4, This code is writing the text in x=0cm instead of -0.53cm. I know that only nonnegative values are allowed in x option as per sas online doc.
Please suggest alternate solution to fix this issue in SAS9.4.
Thanks,
Sampath
Was ODS LAYOUT production in 9.2? If not you can expect you will have to make changes.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.