| Procedure features: |
| CONTENTS statement option:
|
|
| Other features: |
|
This example shows the output from the CONTENTS statement for the GROUP
data set. The output shows the modifications made to the GROUP data set in Modifying SAS Data Sets .
options pagesize=40 linesize=132 nodate pageno=1;
libname health 'SAS-data-library';
 | proc datasets library=health nolist; |
 | contents data=group(read=green) out=grpout;
title 'The Contents of the GROUP Data Set';
run; |
| (UNIX Environment)
|
|
![[Listing Output]](../common/images/outlist.gif) |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.