Delete all labels


/ Published in: SAS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*This line of code deletes all variable labels, so that only variable names will show*/
  2. attrib _all_ label='';

Report this snippet


Comments


You need to login to view comments.