[SAS base] Proc contents and label

Source: Internet
Author: User

    • Contents process (view dataset attributes)
 
1 ProcContents data=Data-Set;2Run;
    • Label

 

  1  /*   there are two types of labels, but cannot exceed 256 characters   */  2  label = data -  set   (define a label for the dataset)   3   label statement (assign each variable a label)   4   5  /*   for a variable, if the label statement is used in the data cloth, the description of the variable is stored in the dataset and printed in Proc contents;   6   if it is used in Proc, it will not be stored in the dataset and will only be valid in this procedure   */ 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.