Search found 36 matches

by sb2212
Mon Feb 15, 2010 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22
Replies: 7
Views: 16356

sorry that was typo error from me.

it is

Code: Select all

select col1,col2 from table where col1 in (111,112,113)
by sb2212
Mon Feb 15, 2010 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22
Replies: 7
Views: 16356

[IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22

I am building a simple job wherein I am using a DB2/UDB stage and linking it to a sequential file. I am specifying a user defined query like "SELECT COL1,COL2 FROM TABLE WHERE IN COL1 IN (111,112,113)" When I execute the query i get the following error and the job aborts. [IBM][CLI Driver]...
by sb2212
Tue Dec 01, 2009 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job names from job sequencer
Replies: 4
Views: 1597

job names from job sequencer

I have a set of jobs in job sequencer and now i need the names of the jobs in the sequencer as a comma separated list.

What functions can be used for this?

Also how can i get the names of individual job activities in a sequencer
by sb2212
Thu Nov 19, 2009 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JCL to text file
Replies: 2
Views: 840

JCL to text file

Hi,

I am using a job control code to retrieve some information possibly values.Is there any way to pump these values into a text file?

Regards,
Shilpa
by sb2212
Tue Nov 17, 2009 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing job logs from universe table
Replies: 3
Views: 1572

Hi Ray,

My requirement is to populate all the director logs into a dataset.

so will this approach work?

Thanks
by sb2212
Mon Nov 16, 2009 3:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing job logs from universe table
Replies: 3
Views: 1572

capturing job logs from universe table

Hi,

I have a job design like a universe table loading into a sequential/dataset file.

In the universe table I want to use SELECT * FROM RT_LOGn where n is the job number.

Will this approach work in capturing the job logs?

Regards,
Shilpa
by sb2212
Mon Nov 16, 2009 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rt_log
Replies: 4
Views: 1803

Hi Ray,

How would it be possible to store it in unified metadata repository?
by sb2212
Mon Nov 16, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rt_log
Replies: 4
Views: 1803

rt_log

Hi,
Will all my director logs be placed in RT_LOG?As per my understanding,its a universe hashed file.Correct me if I am wrong here.As a developer will I have access to RT_LOG?

Regards,
Shilpa
by sb2212
Tue Nov 10, 2009 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error handling using a container
Replies: 1
Views: 1104

error handling using a container

I want to bulid a container for error handling. I want to select columns from the calling job and capture the error/message and feed to an oracle or db2 stage.

how can i implement it in datastage version 8?
by sb2212
Wed Oct 14, 2009 3:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving the Hashed file from one project to another project
Replies: 4
Views: 1933

Re: Moving the Hashed file from one project to another proje

Do you mean to say that you want to move the hashed file from a non protected environment into the production environment? Your question is not clear here. Hi All, Is there any way to Move the Hashed file from one project to another project. We have a requirement to create a hashed file in one of th...
by sb2212
Fri Oct 17, 2008 5:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rounding off of decimal digits in ORAOCI 9i stage
Replies: 7
Views: 2377

Well using NumericRound4 in DS Transform sorts this problem.
by sb2212
Fri Oct 17, 2008 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Fetch out of sequence
Replies: 4
Views: 2263

I have got the solution.Using a transformer between the OCI stage and the Pivot solves this problem.
by sb2212
Fri Oct 17, 2008 5:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Fetch out of sequence
Replies: 4
Views: 2263

I have got the solution.Using a transformer between the OCI stage and the Pivot solves this problem.
by sb2212
Fri Oct 17, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are DSTransforms ? MONTH.TAG DSTransform
Replies: 4
Views: 3784

DS Transforms are Datastage routines.Month Tag is one the DS Routine which converts a numeric internal date to the string in YYYY-MM format.
by sb2212
Fri Oct 17, 2008 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rounding off of decimal digits in ORAOCI 9i stage
Replies: 7
Views: 2377

I tried the same in oracle writing a query and inserting into the same target table.

But there I am getting currect result without specifying scale.