Search found 339 matches

by vinothkumar
Fri Dec 10, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage
Replies: 1
Views: 1076

I am having V7.5 and V7.5.2 in my machine. I was trying to open jobs in V7.5.2 while client was pointing to V7.5. Once I switched to V.7.5.2 I am ablt to get that tab where mapping of parameters will be done.
by vinothkumar
Thu Dec 09, 2010 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage
Replies: 1
Views: 1076

Stored Procedure Stage

I am trying to execute a DB2 procedure having 3 input parameters and 4 output parameters. I have defined the column names and their types in input and output tabs of Stored Procedure stage. I am calling the procedure as CALL ProcName(?,?,?,?,?,?,?). How can I map/pass the Parameters under 'Stored Pr...
by vinothkumar
Mon Nov 29, 2010 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Undefined symbol: .DSOpenProjectEx
Replies: 5
Views: 3008

If I comment out the DSOpenProject() call, then it is compiling correctly.
by vinothkumar
Tue Nov 23, 2010 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Undefined symbol: .DSOpenProjectEx
Replies: 5
Views: 3008

Any updates on this Guru's ? ?
by vinothkumar
Fri Nov 19, 2010 12:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max string value in DB2
Replies: 5
Views: 2891

Remove EXPIRE_DT from GROUP BY.
by vinothkumar
Fri Nov 19, 2010 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Variables within a Job Sequence
Replies: 3
Views: 5097

Through notofication stage we can make the value coming in Subject but I am not sure about body. Instead you can attach the file itself in your notification stage.
by vinothkumar
Thu Nov 18, 2010 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In which directory we run dsjob command?
Replies: 13
Views: 18548

/ibmdscode/Ascential/DataStage/DSEngine/bin
by vinothkumar
Wed Nov 17, 2010 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trimming a field of type varchar
Replies: 3
Views: 1856

Field(columnname,' ',1)
by vinothkumar
Wed Nov 17, 2010 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FIND & REPLACE
Replies: 4
Views: 1762

Sorry its export..
by vinothkumar
Wed Nov 17, 2010 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FIND & REPLACE
Replies: 4
Views: 1762

Import those jobs as dsx format and then do find replace in that dsx file through notepad or textpad.
by vinothkumar
Tue Nov 16, 2010 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Undefined symbol: .DSOpenProjectEx
Replies: 5
Views: 3008

Below is the output for blodmap (ld): halt 4 (ld): setfflag 4 (ld): savename a.out (ld): filelist 7 1 (ld): i /lib/crt0.o (ld): i unlock1.o (ld): lib /usr/lib/libxlopt.a (ld): lib /usr/vacpp/lib/libC.a (ld): lib /usr/lib/libpthreads.a (ld): lib /usr/lib/libm.a (ld): lib /usr/lib/threads/libc.a LIBRA...
by vinothkumar
Tue Nov 16, 2010 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting last seven days records from sybase table
Replies: 5
Views: 5077

Try with getDate(). I found it through google only.
by vinothkumar
Tue Nov 16, 2010 12:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ERROR: Undefined symbol: .DSOpenProjectEx
Replies: 5
Views: 3008

ERROR: Undefined symbol: .DSOpenProjectEx

Hi, I am tring to compile the below routine and it gives the following errors. ld: 0711-317 ERROR: Undefined symbol: .DSOpenProjectEx ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. Routine : #include </ibmdscode/Ascential/DataStage/DSEngine/include/dsapi.h> #include <...
by vinothkumar
Mon Nov 15, 2010 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parse file
Replies: 13
Views: 5563

Are you talking about pivoting ?