Search found 233 matches

by just4u_sharath
Wed Apr 16, 2008 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 9
Views: 4243

Re: row merger

i have data IN A SEQUENTIAL FILE LIKE 1|2|3 4|5|6 7|8|9 Now i want to convert this data to 123456789 in a single row. My job is sequentilal file----->row merger----->sequential file When i run the job by selecting MULTIPLE LINES my ouput file looks like 1|2|3 4|5|6 7|8|9 (when i checke in output se...
by just4u_sharath
Wed Apr 16, 2008 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row merger
Replies: 9
Views: 4243

row merger

i have data IN A SEQUENTIAL FILE LIKE 1|2|3 4|5|6 7|8|9 Now i want to convert this data to 123456789 in a single row. My job is sequentilal file----->row merger----->sequential file When i run the job by selecting MULTIPLE LINES my ouput file looks like 1|2|3 4|5|6 7|8|9 (when i checke in output seq...
by just4u_sharath
Tue Apr 15, 2008 11:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4142

CPU CYCLES

If affinity of job to CPU is what you are trying to accomplish, IBM has the solution for you :) If you use LPARs on an on a Power5 AIX system, you can designate CPU affinity and limit the CPU/Memory resources assigned to a Datastage EE job executing in that LPAR. Never say it Can't be done. Just th...
by just4u_sharath
Tue Apr 15, 2008 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4142

There's no such thing as a "CPU pool in each node". CPUs are totally independent of nodes. Processes are started from nodes; the operating system allocates processes to CPUs on a time-share basis. Even one process may visit several CPUs during the course of a long-running execution (but o...
by just4u_sharath
Tue Apr 15, 2008 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add months
Replies: 4
Views: 1837

add months

ray.wurlod wrote:The optimum solution is a time dimension table with month granularity.
Sorry couldnt understand the solution. When i get 200705 value as a parameter i want to convert this to 200706. i cannot use add_months oracle function.
by just4u_sharath
Tue Apr 15, 2008 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add months
Replies: 4
Views: 1837

add months

I am getting date in the from of "YYYYMM" as a parameter. Now i have to add one month to this param value. How can i do this. I am resctricted in using oracle functions. Do we have add_months like funtions in datastage.
by just4u_sharath
Tue Apr 15, 2008 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4142

CPU CYCLES

Licensing for DataStage is based on the number of CPUs, not on the number of CPU cycles. Cycle (or MIPS) licensing is really only ever encountered with mainframe systems. That said, I am not aware of the DataStage licensing model on USS - check with your support provider. There is no relationship w...
by just4u_sharath
Mon Apr 14, 2008 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4142

CPU CYCLES

The answer is a definite maybe. What does "brached" mean? It depends also on many factors, not all of them internal to DataStage, such as whether CPU cycles have to be expended on paging activities as each process exhausts its timeslice and gets another one. So one of the factors is how t...
by just4u_sharath
Mon Apr 14, 2008 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CPU CYCLES
Replies: 18
Views: 4142

CPU CYCLES

How many loical nodes we have, or how many CPUS are brached to each logical node, the job always consumes the same numer of CPU CYCLES.
IS the above statement correct? Please let me know
by just4u_sharath
Sun Apr 13, 2008 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rename field
Replies: 2
Views: 853

rename field

for renaming fields, we have modify stage. We can even change the name of the field in copy stage. My question is do the copy stage really supports the assignment operation. When i tried its working, but people said sometimes is really dont work. Why do we need to have the expicit rename funtion in ...
by just4u_sharath
Tue Apr 01, 2008 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch disk Q
Replies: 4
Views: 1305

scratch disk Q

i learnt that scratch disk has filesystems for temporary storage and resource disk has filesystems for permament storage. But i cannot understand difference between permanent and temporary. whenever we run a job all the data generated between source and target is temporary data. Now where is the poi...
by just4u_sharath
Tue Mar 25, 2008 7:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborts with sql loader error
Replies: 2
Views: 1022

job aborts with sql loader error

can anybody help with this error pls

MATERIAL_DESC_EXCEL_ldr,0: Export failed. [new-impexp/file_export.C:1219]
by just4u_sharath
Mon Mar 24, 2008 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin util
Replies: 4
Views: 2879

orchadmin util

Can anybody please list the available orchadmin util commands?.
I have checked the document and didnt find any information about all the commands
by just4u_sharath
Tue Mar 18, 2008 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statastics Zero
Replies: 4
Views: 1637

search helped thanks.
by just4u_sharath
Tue Mar 18, 2008 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statastics Zero
Replies: 4
Views: 1637

Performance statastics Zero

Hi all,

I am getting zero for every link in the job when i click show performance statistics, but the target table is populated with data! can anybody plz guide me to get correct stats back.