Hello, i am processing a dataset with more than 6M records in WPS. when i ran the following code, the error message popped up: ERROR: Too little memmory to complete ranking
please see the log below:
MPRINT(THETA): proc rank data=dsn1 out=ranked1;
MPRINT(THETA): ranks rk_edf;
MPRINT(THETA): var CCAEDF1;
MPRINT(THETA): run;
NOTE: Line generated by the invoked macro "THETA"
15070 + proc sql noprint; select count(*) into :numall from &dsn; select sum(&defvar) i
15070 +! nto :noOfdef from &dsn; quit; proc rank data=&dsn out=ranked1; ranks rk_edf; var &e
15070 +! dfvar; run; data dsn_defaults; set ranked1; if (&defvar eq 1); run; pro
ERROR: Too little memmory to complete ranking
NOTE: Procedure rank step took :
real time : 30.628
cpu time : 6.177
can anyone help me?
Thanks.
Why did not you use GROUPS= option in proc rank ?
I suggest you contact World Programming System technical support at World Programming.
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!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.