you stated that id_vars= is for variables i do not want included, well i dont have any that match that requirement since there's 2310 of them and when i left it witout stating any name it came out as multiple errors, ERROR: The variable Name in the DROP, KEEP, or RENAME list has never been referenced. ERROR: No data set open to look up variables. ERROR: File WORK.TEMP.DATA does not exist ERROR 22-322: Syntax error, expecting one of the following: name, ;, _ALL_, _CHARACTER_, _CHAR_, _NUMERIC_. ERROR: File WORK.TEMP.DATA does not exist all of tehm refere to line: %drop_missing_pct(input_dsn = sklejone, output_dsn = bez_brk, pct = 40, id_vars = Name); so what should i do if i dont want to exclude any variables, or i should know what i should do here, but didn't get it because of my stupidity?
... View more