Multiple choice technology platforms and products

which statement is true for column data type used in Orchestrate schemas

  1. Orchestrate schemas column data types are same as those used in Datastage Stages

  2. Examples of Orchestrate schemas column data types are varchar and integer

  3. int 32 is not an example of Orchestrate schemas column data types

  4. OSH import operators are needed to convert data read from sequential files into schema types.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Orchestrate (IBM InfoSphere DataStage parallel framework) has its own type system distinct from standard DataStage stages. OSH (Orchestrate Shell) import operators explicitly handle type conversion from external formats like sequential files into Orchestrate schema types. A is false because they're different systems, B is false because varchar/integer aren't native Orchestrate types, C is false because int32 IS a valid Orchestrate type.