Scenario in datastage

Input is
cola
1
2
3
this should be populated at the output as
cola
1
2 2
3 3 3

Showing Answers 1 - 21 of 21 Answers

satish

  • Mar 3rd, 2015
 

In Transformer Function StringFunction
Str(DSLink2.col, DSLink2.col)

  Was this answer useful?  Yes

babu

  • Mar 4th, 2015
 

Dear Sravanthi,
In Stg Varible
"str(input_column,Input_column)"
This Str function
Repeats the input string no.of times given in repeats

Sravanthi

  • Mar 13th, 2015
 

Thnk you somuch .. this is working

  Was this answer useful?  Yes

rameshm

  • Mar 16th, 2015
 

In Stg Varible
"str(input_column,Input_column)"
This Str function
Repeats the input string no.of times given in repeats

  Was this answer useful?  Yes

satish

  • Apr 2nd, 2015
 

In Transformer use stage variable Str(%Input_column%,%Input_column%)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions