Search found 595 matches

by kandyshandy
Tue Feb 21, 2012 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which stage can be used to run this query from Data Stage
Replies: 6
Views: 3689

1. Define required date parameters in a job.
2. Select the DB stage that suits your DB, fill-in credentials & use your SQL;
Pass the parameters defined in step 1 to the WHERE clause.
3. Write the output to file

;)
by kandyshandy
Tue Feb 21, 2012 8:52 pm
Forum: General
Topic: Time between scripts in a batch increased after upgrade
Replies: 28
Views: 9068

what is the auto-purge setting in pre-upgrade and post-upgrade?
by kandyshandy
Tue Feb 21, 2012 8:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12278

did you find a way?
by kandyshandy
Tue Feb 21, 2012 8:31 pm
Forum: General
Topic: Restrict the readonly user to edit administrator in prod
Replies: 6
Views: 3206

virtusadsuser wrote:it's an type of access. Datastage user will not allowed to edit the job in designer.
That is called as "DataStage Operator" role. Can you respond to Eric's questions?
by kandyshandy
Tue Feb 21, 2012 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Amount Column not loading in Oracle Enterprise Stage
Replies: 3
Views: 2052

Re: Amount Column not loading in Oracle Enterprise Stage

karthik_j013 wrote:all 100 records contains amount from the source file) only few records amount is loaded like 30 records and the rest is loaded with 0.
So are you sure that 100 records are loaded/updated?
by kandyshandy
Tue Feb 21, 2012 1:28 am
Forum: General
Topic: Restrict the readonly user to edit administrator in prod
Replies: 6
Views: 3206

What do you mean by read-only user in the context of DataStage?
by kandyshandy
Tue Feb 21, 2012 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12278

Deepa, you need to try from your end. Your current output is p1 p,q1 p,q,x2 p,q,x,y2 p,q,x,y,z2 Now, it is time to think how to use rownum column for concatenation. If current rownum is same as previous, then concatenate (other) column to stageVar. Otherwise, assign the column to stageVar. ---------...
by kandyshandy
Tue Feb 21, 2012 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12278

that means you have not selected the right partitioning/sorting method in the second transformer.

Atleast, try in sequential mode and see if everything looks fine.
by kandyshandy
Tue Feb 21, 2012 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12278

What problem are you facing? You are getting p,2,1 q,3,1 Pass col1 & rownum in one stream and col2 & rownum is another stream. Apply the concatenation logic in both transformer stages and get outputs as shown below 1,p 1,p,q 1,2 1,2,3 Get the first record after desc sort & funnel them to...
by kandyshandy
Mon Feb 20, 2012 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch Data based on delimiter
Replies: 4
Views: 2216

Almost there..

Convert all known/expected delimiters to single character & then select the first field using field function.
by kandyshandy
Mon Feb 20, 2012 9:36 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4721

oh.. :shock:

Job aborted with some error and that's fine. Did you check what is actually passed to the job at the first place? I am asking you this for the second time ;)
by kandyshandy
Mon Feb 20, 2012 9:29 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4721

Try $PROJDEF
by kandyshandy
Mon Feb 20, 2012 9:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to Open Project
Replies: 14
Views: 8676

If you are able to login & open/edit the job in Designer but this error during the run, i would contact support.
by kandyshandy
Mon Feb 20, 2012 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before job abort with no other messages
Replies: 6
Views: 2193

Re: Before job abort with no other messages

lsnovick wrote:Attempting to Cleanup after ABORT raised in stage testEMPLoad..BeforeJob
What stage is testEMPLoad? Did you develop this job from scratch or took a copy of existing job? You don't see anything in BeforeJob or JobControl tab of Job Properties?