Skip to content

Instantly share code, notes, and snippets.

@mepsrajput
Created April 23, 2022 17:47
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/a28ba62b8f9cb27c46fbf4c6a4e77b70 to your computer and use it in GitHub Desktop.
Save mepsrajput/a28ba62b8f9cb27c46fbf4c6a4e77b70 to your computer and use it in GitHub Desktop.
/* freq procedure with multiple variables */
proc freq data=hgrosser;
tables GENRE MOVIE;
run;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment