Read the String functions in DS

Functions like [] -> sub-string function and ':' -> concatenation operator

Syntax: string [ [ start, ] length ]
string [ delimiter, instance, repeats ]

Showing Answers 1 - 3 of 3 Answers

It seems that it is being asked to explain string function.Following are some string functions used in datastage:
Compare,Field,Convert,Padstring,TrimB,TrimF,TrimLeadingTrailing
Some string conversion functions :
StringToDate,StringToDecimal,StringToTime,StaringToUstring,StringToTimestamp etc...

  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