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 have three key characteristics: they are partitioned across multiple files for parallel processing (A), they are readable by external applications because they use a standard format (D), and they consist of a header file describing the structure plus separate data files (E). Option B is false (file sets are partitioned), and Option C is false (they are multiple files, not a single file).