Chapter Contents

Previous

Next
Moving and Accessing SAS Files across Operating Environments

Determining the SAS Release Used to Create a Member for OpenVMS

OpenVMS Filename Extensions by Member and SAS Release identifies the supported file types that are created on the OpenVMS system by member and SAS release:

OpenVMS Filename Extensions by Member and SAS Release
Member Type Version 6 Filename Extension Version 7 Filename Extension
SAS .SAS .SAS
PROGRAM (DATA step) .SASEB$PROGRAM .sas7bpgm
DATA .SASEB$DATA .sas7bdat
INDEX .SASEB$INDEX .sas7bndx
CATALOG .SASEB$CATALOG .sas7bcat
MDDB .SASEB$MDDB .sas7bmdb
PROC SQL view .SASEB$VIEW .sas7bvew

Furthermore, you can use the CONTENTS procedure to display information about the data, which identifies the member and the engine that was used to create it.

Here is an excerpt of typical PROC CONTENTS output:

The SAS System
    The CONTENTS Procedure
Data Set Name: TEST.RECORDS
Member Type:   DATA
Engine:        V8
This output reports that the data set TEST.RECORDS is a member of type DATA, and that it was created with the V8 engine.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.