Search found 12 matches

by sachinag
Mon Jan 31, 2011 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Stage
Replies: 2
Views: 2233

I am using User Defined SQL in connector stage to Run my DDL Statements

Regards,
Sachin Gupta
by sachinag
Mon Jan 31, 2011 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Connector Stage
Replies: 2
Views: 2233

Teradata Connector Stage

Hi Team, My job flow is like below Seq File --->Transfomer---->Teradata Connector Stage I im passing two values from my file as '0' & '1',based on these values i want to execute DDL written in the teradata Connector stage. I am using constraint in transformer as if value equal to '0' than execut...
by sachinag
Thu Jan 27, 2011 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataBase Stage
Replies: 1
Views: 1308

DataBase Stage

Hi Team, I am using teradata connector stage in my job.The column sequence in my user defined query in like ColumnA, ColumnB, ColumnC. But while defining the column sequence in column tab of connector stage the sequence in differ like columnB,columnC,ColumnA My job is running successfully,the data i...
by sachinag
Tue Jan 18, 2011 6:25 am
Forum: General
Topic: Parameters in Sequencers
Replies: 3
Views: 2286

Parameters in Sequencers

Hi,

In my job i have created one sequencer,what i want is if i missed out to pass the value in sequencer parameter while running it,my sequencer should not run or it should abort.

Please help me on this.

Regards,
Sachin Gupta
by sachinag
Tue Jan 11, 2011 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using views in place of tables in teradata connector stage
Replies: 2
Views: 3229

Using views in place of tables in teradata connector stage

Hi, I am trying to load data using teradata connector stage using a one to one view instead of table. I am using "Bulk" mode and Load as the operator. But the job is aborting with RDBMS error code 3853 which says that the table name used is a view. Can anyone give inputs on this issue Than...
by sachinag
Thu Jan 06, 2011 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Session ID
Replies: 5
Views: 3380

Hi,
Thanks for your reply,

I want to capture the instance ID that datastage engine creates to run any datastage job such as PID number in Unix.

Regards,
Sachin Gupta
by sachinag
Wed Jan 05, 2011 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Session ID
Replies: 5
Views: 3380

Job Session ID

Hi,

I want to populate Job Session ID (Datastage tool session id for that job) in my Datastage Job.This session id value i have to pass a column value to my job which will further loaded to table.

Please provide me some solution on this.

Regards,
Sachin Gupta
by sachinag
Sun Dec 26, 2010 2:49 am
Forum: General
Topic: Parameters Value In Sequencer
Replies: 4
Views: 2377

Hi

Thanks for your reply,can you please brief me about how to use trigger expression to check parameters.

Regards,
Sachin Gupta
by sachinag
Sat Dec 25, 2010 12:57 pm
Forum: General
Topic: Parameters Value In Sequencer
Replies: 4
Views: 2377

Parameters Value In Sequencer

Hi, I have a sequencer and I am passing some parameter values manually to it. What i want is, if suppose i forgot to pass value to any one parameter, my sequencer should not run or if runs it should abort immediately or should prompt me for every parameter. Can we do this in sequencer without using ...
by sachinag
Tue Dec 07, 2010 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Composite Key Duplicate Check
Replies: 3
Views: 4683

Re: Composite Key Duplicate Check

Hi, please make a single column using concatenate operator for all the composite key column,then use remove duplicate stage after sort. [quote="josh.guffey"]Hi Everyone, I have a small table with a 3 data element composite key. My requirement is to check for duplicates within this composit...
by sachinag
Thu Dec 02, 2010 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading a file using sequential file stage
Replies: 7
Views: 4320

Re: Reading a file using sequential file stage

Hi,

Read ur file with a delimiter that u think will not come in ur file as a delimiter,this will read record in ur file as a single column.

If you want to create the different files of same delimiter we can do that also using a transformer and count function in the constraint.

Regards
Sachin Gupta
by sachinag
Thu Dec 02, 2010 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row Count using Stage Variable
Replies: 9
Views: 9593

Row Count using Stage Variable

Hi, I am using one seq file linked to a transformer and then one output sequential file.I want to calculate number of records that are coming from my input seq file.I don't want to process the column that are coming from input seq file. Only record count should be remain in the output file. can we d...