I am trying to generate a QQPLOT with ODS Graphics turned on. The dataset (crdata.mortgage) has 622489 observations and 23 variables. I am trying to generate the QQPLOT for two of the variables (FICO_orig_time and LTV_orig_time). The below is the code I am using:
Thank you Chris for your prompt reply. I now used:
ods graphics on / outputfmt = STATIC;
to suppress the vector format. I think it does a similar job to what you were suggesting. The code took approximately 11 minutes to execute, but finally I did see the graphs generated.
You might have IMAGEMAP or IMAGEFMT=SVG turned on. Try issuing:
ods graphics on / reset;
ahead of your program.
Thank you Chris for your prompt reply. I now used:
ods graphics on / outputfmt = STATIC;
to suppress the vector format. I think it does a similar job to what you were suggesting. The code took approximately 11 minutes to execute, but finally I did see the graphs generated.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.