Loop through ParameterSet

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
DC-Datastage
Premium Member
Premium Member
Posts: 1
Joined: Fri Oct 12, 2018 12:44 pm

Loop through ParameterSet

Post by DC-Datastage »

Hi,

Is there a way to loop through all variables/values of one ParameterSet ?

Iam trying to do a dynamic replace of a BIG_string with the values of some variables of a ParameterSet. So I want to loop through each variable of the PS and do a replace of the variable with it's corresponding PS value in the BIG_string


Trying to be dynamic and not do static replaces.

Thx
Post Reply