I have been trying to use like operator with _(underscore). Could someone tell why the below mentioned program didn't work? However, if I use % , getting the required output.
proc sql; create table navin as select * from sashelp.cars where model like 'M_X'; quit;
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.