- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
I'm trying to understand the basic difference between PROC CONTENTS and PROC DATASETS, but have no clear idea.
Can any one please explain the basic difference between these along with some examples?
Appreciate your effort.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Proc contents is a subset of proc datasets, but PROC datasets can do more than proc contents, for example modify variable labels or formats. Proc contents can read sequential files, PROC datasets, contents statement cannot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I'm sorry. Can you please provide some more details?
Thanks for the quick response.
What is a sequential file in this context? Why PROC DATASETS cannot read it?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Yes, this is exactly what the Manual is for:
Proc contents:
Proc datasets:
Contents lists the dataset metadata (structure). Datasets does a lot more on top of that.