List 2 types of keyless partitioning
A,B
Correct answer
Explanation
Entire and Same are the two keyless partitioning methods in Datastage. Entire sends all data to one partition, Same sends data with same key values to the same partition. Hash and Modulus ARE key-based partitioning methods (they use key columns to distribute data).