Search found 595 matches

by kandyshandy
Mon Feb 20, 2012 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

resolved?

Tell me your job design. How are you handling multiple files?
by kandyshandy
Mon Feb 20, 2012 8:29 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4742

SURA wrote:To achieve that , if i pass #$DB_PWD# in the default value of LND_PWD will it help me to get the value from $DB_PWD (Admin)??
Don't use #. Just pass $DB_PWD in the default value. You are all set.
by kandyshandy
Mon Feb 20, 2012 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

pivot_column = 1 for file 1
pivot_column = 2 for file 2
pivot_column = 3 for file 3..

will this resolve your problem?
by kandyshandy
Mon Feb 20, 2012 1:58 am
Forum: General
Topic: The difference between run and reset if request then run
Replies: 4
Views: 2452

Ok... Chandra told and i am going to stick to this forever ;)

"Reset if required then run" is better than "run". Ray has given you the reason as well. If a job aborts, it will be reset & run automatically during the next batch run. Got it? Otherwise, it is a trouble!!
by kandyshandy
Mon Feb 20, 2012 1:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

Deepa, Your took a complicated route now.. @INROWNUM is the incoming ROW number from each parition. That's tricky. Your earlier approach was simple for your requirements. Just assign 1 to pivot column and process in transformer stage. When done, sort by your new (concatenated) column in desc order a...
by kandyshandy
Mon Feb 20, 2012 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

yeah.. OP will find that "another" stage to use. She will refer the IBM doc for that stage & that's when she will ensure data is partitioned ;) Her case is a simple one!!
by kandyshandy
Sun Feb 19, 2012 8:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

Remove unwanted rows by adding another stage ;)
by kandyshandy
Sun Feb 19, 2012 8:10 pm
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4742

It's not working...
then tell us what's happening or what error you are facing? did you check the director log to see what's getting passed actually?
by kandyshandy
Fri Feb 17, 2012 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

That makes sense. Now, try using stage variables to achieve the same. In transformer method, you don't need count of records. All you need is to find when a group changes. Your case is pretty simple as the group does not change at all. i.e. always "1"
by kandyshandy
Fri Feb 17, 2012 3:11 am
Forum: General
Topic: Where Can i get doc of sequence's activate ?
Replies: 1
Views: 956

Did you install DataStage clients in your machine? If yes, you will see "Documentation" by going to Start -> Programs -> IBM Information Server... ;) You will see "oceanic" documents & may be 2012 will not be enough to complete reading, but you can just look for what you want...
by kandyshandy
Fri Feb 17, 2012 3:06 am
Forum: General
Topic: something spectacular with the id 'dsadm'
Replies: 6
Views: 2809

Real? dsadm is the DataStage administrator account but that should not let them show magic like this ;) I guess when the delete session hung, the session got locked. May be dsadm released the lock and save/saveAs buttons were enabled. Again it's my guess only... "job can't be found" error ...
by kandyshandy
Fri Feb 17, 2012 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

Deepa, Your sample (input/output) data does not look like vertical pivot scenario. Do you have a group by column or not?

You can achieve vertical pivot in transformer (using stage variables to determine group change & concatenate columns).

Read IBM doc for more clarity.
by kandyshandy
Fri Feb 17, 2012 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to convert columns to rows
Replies: 29
Views: 12331

search this forum and you will see n number of posts.
by kandyshandy
Fri Feb 17, 2012 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture changed records.
Replies: 11
Views: 5547

No Chandra. To ensure, try a simple sample job. That's the best way to learn ;)
by kandyshandy
Fri Feb 17, 2012 12:30 am
Forum: General
Topic: How to assign $Var value to Param value
Replies: 15
Views: 4742

SURA wrote:Is it documented any where?DS User
I don't know.

If your password is encrypted type, just make sure that you enter exactly what you need. e.g. $VALUE, $ORA_PWD etc