Search found 8 matches

by pjangiti
Fri Mar 09, 2012 6:20 am
Forum: General
Topic: UserVariable Activity Execution on Sequence Restart
Replies: 2
Views: 1482

Thanks Ray , I found a workaround by adding an execute command activity after UerVaractivity in which i just echoed my user variable timestamp1. I have check pointed this execute command activity. For Job1 and Job2 i have passed the output value from execute command for timestamp1 instead of passing...
by pjangiti
Thu Mar 08, 2012 4:26 am
Forum: General
Topic: UserVariable Activity Execution on Sequence Restart
Replies: 2
Views: 1482

UserVariable Activity Execution on Sequence Restart

My Maseter sequence design is as follows loopstart ---UerVaractivity--->Job1--->Seq1-->seq2--->job2 ---loopend Note: All the Jobs are Restartable on failure and are checkpointed. I will generate a timestamp1 variable using TimeDate() function in UerVaractivity and Pass it as parameter to Job1 & ...
by pjangiti
Wed Jan 18, 2012 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing SQL statement as a parameter to OCI stage
Replies: 2
Views: 2198

Thanks Roland Melzer ,

Your suggestion to mask the quotes helped me resolve the issue.
by pjangiti
Tue Jan 17, 2012 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing SQL statement as a parameter to OCI stage
Replies: 2
Views: 2198

Passing SQL statement as a parameter to OCI stage

I have parametrized the source SQL in oci stage and that is functioning properly when the SQL is having simple select statement , but when i have a where clause with in the source sql with string comparison like select abc, xyz from table1 where xyz='NEW' iam able to view the data from the job but w...
by pjangiti
Fri Sep 23, 2011 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying Excutable and job design Modified Timestamp
Replies: 1
Views: 2277

Thanks for your inputs. As Told by Chulett , my paln of Comparing last modified timestamps of Job Design and Last Modified Timestamp of executable did not hlp me. Comming to the question of Mode of promotion used, This particular project seems to be messed up as there were some inports done through ...
by pjangiti
Tue Apr 28, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare 2 strings in transformer
Replies: 11
Views: 12635

Use Compare(Arg1, Arg2) function , the function returns 0 if both the arguments are similar
by pjangiti
Wed Jun 18, 2008 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 3
Views: 1550

[quote="chulett"]Welcome. :D Your [b]Key Expression[/b] would simply be the column EFFDT so that it is passed to the ODBC lookup, everything critical is setup there. I'd suggest you first let the ODBC stage generate the SQL so you can see the syntax and then modify it. It will produce SQL ...
by pjangiti
Wed Jun 18, 2008 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 3
Views: 1550

lookup condition

Hi all, First of all thank u for this wonderful platform. I have a querry. I am using a transformer to lookup a column from odbc stage. I have a coumn EFFDT in the input data to the transformer , STARTDATE in lookup odbc and the condition for lookup EFFDT<STARTDATE. How can i implement this conditio...