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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.