1.

What are the different types of loops available in DataStage?

Answer»

Types of loops available in DATASTAGE:

  • Numeric Loop: It is a type of loop DIVIDED into three parts, From (the initialization value), STEP (the increment value for each counter), and To (the FINAL counter value).
  • List Loop: It is a type of loop containing two parts, i.e., Delimited Values(which includes the values inside the list) and the Delimiter(space, comma, or any other character) in which you are required to PERFORM a loop for each item present in a list.


Discussion

No Comment Found