Multiple choice technology

Which three statements are true about File Sets? (Choose three.)

  1. File sets are partitioned.

  2. File sets are unpartitioned.

  3. File sets are stored as a single file.

  4. File sets are readable by external applications.

  5. File sets are stored as header file and data files.

Reveal answer Fill a bubble to check yourself
A,D,E Correct answer
Explanation

File Sets in DataStage are partitioned storage structures that can be read by external applications because they store data in native file format with a separate header file describing the schema. This makes them different from Data Sets (which are proprietary). Option B is wrong because File Sets are explicitly partitioned. Option C is wrong because they consist of multiple files, not a single file.