Search found 3 matches

by lokesh_vee
Wed Dec 19, 2007 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Transformer Stage Constraint" to be parameterised
Replies: 5
Views: 3027

Is the column what used for the constraint is it an integers (for example: 1, 2, ----, 11, 12) or it is a date column? If the column being reference in the constraint is integer the suggestion provided above should be followed. If the column being reference is a date then use the code below to fetch...
by lokesh_vee
Wed Dec 19, 2007 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cant able to open properties of job activites in sequences
Replies: 3
Views: 1866

Try the basic solutions listed below first.

1. Close and open the pallete.
2. Close the DS Designer and open it.
3. Restart the 3 DS services "Datastage Engine Resource Service", "Datastage Telnet Service", "DSRPC Service"
by lokesh_vee
Wed Nov 21, 2007 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split a string
Replies: 11
Views: 7210

If you want to execute the substring operation through transformer then below is an example what you can refer. Input1 - column name expression in the transformer stage expression editor. Input1[1,3] note: 1 is the starting position and 3 is the string length. if your Input1 data is "SUBSTRING&...