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.
BY Best Interview Question ON 06 Jun 2020