-1

I am new to daatstage and working on my first datastage job. I have prepared a data load job which need to take input from a sequence job. The sequence job has table list and I need to pass the table name from table list to load job in a loop. It should pass table name from table list to load job and once load it complete the next table name need to be passed.

However there is error while passing the parameter between the two jobs. Can someone please suggest the steps to pass parameter from one job to another to pick table name.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

Examples for that are described in the Knowledge Center documentation or as video

Put your job within the loop in a sequence and use $Counter as value for the table name job parameter (as described in the documentation)

MichaelTiefenbacher
  • 3,805
  • 2
  • 11
  • 17