Skip to content

Instantly share code, notes, and snippets.

@mepsrajput
Last active April 14, 2022 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mepsrajput/7091d664db154e3bfb86cda05f4ec47c to your computer and use it in GitHub Desktop.
Save mepsrajput/7091d664db154e3bfb86cda05f4ec47c to your computer and use it in GitHub Desktop.
/* freq procedure with missing */
proc freq data=Gov_C_SAS;
tables GENRE / missing;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment