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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -