Adams Basic Package > Adams View > View Command Language > file > file enhanced_data_set read (.eds)

file enhanced_data_set read (.eds)

Allows you to read an Adams enhanced_data_set file.

Format:

 
file enhanced_data_set read
file_name =
string
mode =
Modify, replace, rename, error
Suppress_cpp =
Boolean
Defines =
string

Example:

 
File enhanced_data_set read &
file_name =
"c:\mydir\desktop\example.eds"

Description:

 
Parameter
Value Type
Description
file_name
String
Specifies the name of the (.eds) file to be read
mode
Modify/replace/ rename/error
Specifies the mode to read enhanced dataset file
suppress_cpp
Boolean
The suppress_cpp option is no longer supported. Commands with or without this argument specified now always behave as though suppress_cpp=yes.
defines
String
 

Extended Definition:

The suppress_cpp option is no longer supported since Adams no longer includes a third party copy of the C preprocessor, cpp. Commands with or without this argument specified now always behave as though suppress_cpp=yes.