Search found 145 matches

by Raghavendra
Thu Sep 20, 2007 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling stored procedure in datastage
Replies: 1
Views: 858

Please do a search. There are lot of posts on stored procedures.
They will certainly help you to solve your problem.
by Raghavendra
Wed Sep 19, 2007 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error connecting to DB2 UDB 8.2 database
Replies: 1
Views: 905

You can do a search for your error message there are few posts with that error message.Please check if it helps you.
by Raghavendra
Wed Sep 19, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rescue disk and resue scach desk
Replies: 1
Views: 762

Welcome to dsxchange Phani ! Do you want to know what is resource disk and what is resource scratch disk? In simple words resource disk is used to store permanent data like data in datasets and resource scratch disk is used to store temporary data like data before sorting and aggregating. You can fi...
by Raghavendra
Tue Sep 18, 2007 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query regarding hash file
Replies: 3
Views: 1275

As DeepakCorning Said: Write your source2 in 3 different hashfiles say hashfile file1 with col1 as key, hashfile2 with col2 as key and hashfile 3 with col3 as key. Compare col1 from source1 with hashfile1,col2 from source1 with col2 from hashfile2 and col3 from source1 with col3 from hashfile3 Set 3...
by Raghavendra
Tue Sep 18, 2007 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we apply iconv or oconv in parallel
Replies: 7
Views: 4326

Why do you want to call ICONV and OCONV in parallel job. To call them you need basic transformer which will be costly. You can achieve that functionality in different ways in parallel.
by Raghavendra
Tue Sep 18, 2007 10:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prob lem running UNIX script for a DataStage job
Replies: 3
Views: 2451

Status code = -2 DSJE_BADSTATE.
will be thrown usually when a job is not in a runnable state.You can compile the job and can run the screipt again.

As a usual practice we used to reset the job in the script only.
by Raghavendra
Tue Sep 18, 2007 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to beyond the filelimit in Unix using sequence file?
Replies: 9
Views: 3253

I have seen a file of 210GB on AIX server and so I belive a file size of max 120GB might not be true.
by Raghavendra
Tue Sep 18, 2007 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split Records
Replies: 7
Views: 2517

You can use a shell script in before job subroutine to remove header and trailer records from the file and read only the detail records.
by Raghavendra
Tue Sep 18, 2007 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error & Warning , while runing the Job
Replies: 6
Views: 3998

Can you tell us what is the query you are using.
That will help people to analyse the problem.
by Raghavendra
Tue Sep 18, 2007 1:11 am
Forum:
Topic: 2 Load jobs we can not run Why?
Replies: 5
Views: 1869

Are these load jobs loading the same table?
by Raghavendra
Mon Sep 17, 2007 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File transfer between Unix and windows
Replies: 3
Views: 1840

We had the same requirement in the past. We had NFS drives which can be accessed by both unix and window users. A .csv file will be viewed as an excel sheet when we see it through windows user. So we used this NFS drive to write the files directly from datastage and the windows users will be able to...
by Raghavendra
Mon Sep 17, 2007 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node configuration
Replies: 6
Views: 2324

I believe it should be okay to proceed.Lets see what our DSGurus comment on this.
by Raghavendra
Mon Sep 17, 2007 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Mode in Sequential File
Replies: 4
Views: 1148

I believe the sequential file limit is at Operating system level. The limit will be set by your Unix admin.
by Raghavendra
Mon Sep 17, 2007 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Change Capture Stage
Replies: 7
Views: 3247

Then can we pass the data with natural keys and this column (neither key nor expected to change) to a different stream and the required fields only to change capture data. Then we can join/lookup both streams and get the data in required format for the target database. Just a vauge idea just check i...