Is there any way can we add two datapools to a single script? Or in other words how can we get inputs from two different datapools to a single script.
Thanks in advance.
Is there any way can we add two datapools to a single script? Or in other words how can we get inputs from two different datapools to a single script.
Thanks in advance.
Yes, you can manually load and manage any number of datapools.
then in your code
You can access any Variable in the datapool by
Use the correct method depending the type of the variable you need. Using
you will advance to the next record in the datapool. Hope this will help. Further informations here: IBM Help System: Datapool