Search found 62 matches

by samba
Tue Aug 01, 2006 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Operator Guide for DataStage
Replies: 3
Views: 1188

Operator Guide for DataStage

what is the DataStage Operator Guide. Can you please let me know where can i find it.


Thanks
by samba
Mon Jul 31, 2006 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Record
Replies: 6
Views: 1995

There is no limit on the size of the sequential file. You should be careful about the 'ulimit'. If you are dealing with a large sequential file, its always better to set the file size in 'ulimit' to 'Unlimited'
by samba
Thu Jul 27, 2006 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning
Replies: 7
Views: 2651

Partitioning

For Each job, is there any need of partitioning

suppose i have job like this


source ------(partitioning)------> trasnfromation ---(partitioning)---->target

we need to do as i mentioned above or better to keep Auto partitioning
which is the best pratice



Thanks
by samba
Fri Jul 21, 2006 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet Vs Database
Replies: 2
Views: 947

DataSet Vs Database

I would like to know which one is the best practice in below scienario sourceDataSet/Database ----> transfromation --> lookups ---> Database i have several lookups it includes tables, some of the tables act like 2 times with different query on the table. entire job includes 10-12 lookups which is th...
by samba
Sat May 27, 2006 10:17 pm
Forum: Site/Forum
Topic: Congratz DSguru2B!!!!
Replies: 7
Views: 4494

congrats DSguru2B and thanks for quick replies for the questions

Thanks
by samba
Fri May 26, 2006 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel error while lookup
Replies: 3
Views: 1441

Parallel error while lookup

I am getting these type of fatal errors while i ran the job node_node1: Player 11 terminated unexpectedly. main_program: Unexpected termination by Unix signal 9(SIGKILL) main_program: Unexpected exit status 1 Unexpected exit status 1 Unexpected exit status 1 Unexpected exit status 1 Unexpected exit ...
by samba
Thu May 25, 2006 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Error
Replies: 3
Views: 2512

Parallel Error

This is the error i am getting while running the Job main_program: Unexpected termination by Unix signal 9(SIGKILL) If this problem not occurs job runs successfully, suppose i ran 10 times its getting this type of error one time and job aborts. Give me any suggestions to resolve this problem Thanks ...
by samba
Wed May 24, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I need help to create a sequential file with metadata
Replies: 9
Views: 5212

Yes, in sequential file we have columns and also import metadata
by samba
Mon May 22, 2006 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Variable acitivity
Replies: 4
Views: 1569

The table in oracle
by samba
Mon May 22, 2006 1:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Variable acitivity
Replies: 4
Views: 1569

User Variable acitivity

How User variable acitivity will work in job sequence
i need to call the parameters from table in job sequence
can i use User Variable activity or is there any better approach to call the parameters from table

Thanks
by samba
Mon May 22, 2006 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value
Replies: 6
Views: 1671

Yes its working

Thanks
by samba
Mon May 22, 2006 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value
Replies: 6
Views: 1671

i have the data in flat file not in DB
by samba
Mon May 22, 2006 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value
Replies: 6
Views: 1671

i have the data in flat file not in DB
by samba
Mon May 22, 2006 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column value
Replies: 6
Views: 1671

column value

i have routine that routine is generating two columns

i need to get where columnname = starting with "link...."
how to get particular rows

can any one please help me