Question mark in SAS -


what question mark in sas mean?

proc print data=employees;    name ? w; run; 

i read here used in input statement supress warnings. in above example in where. presume means contains. difference of using ? in input , where?

as mentioned in this documentation article, ? 1 of several where-only operators work in where statement (largely result of where statement working more sql query where natural sas statement).

there no relationship between , ? usage in input statement.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -