Search found 498 matches

by DeepakCorning
Tue Oct 02, 2007 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Query
Replies: 3
Views: 1964

A good start will be the online manuals , they have lots of information on Routines and how they work.
by DeepakCorning
Tue Oct 02, 2007 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stange behaviour...file size in Unix(AIX) is 0
Replies: 15
Views: 5703

Are you using any FTP softwares to look into the file??
by DeepakCorning
Tue Oct 02, 2007 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why am I getting an extra double quotes for scheduled job
Replies: 5
Views: 1882

Re: Why am I getting an extra double quotes for scheduled jo

Are you supplying the file name as a parameter or it is hardcoded in the job?
by DeepakCorning
Thu Sep 27, 2007 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automizing parameter values with a concurrent architecture
Replies: 2
Views: 1157

May be u can try to use a SEQUENTIAL file which gets locked automatically if one job is using it. Or research on lockign the file till the frst job is complete.
by DeepakCorning
Thu Sep 27, 2007 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS job aborts..capture status in DS
Replies: 5
Views: 2062

Use the function - DSGetJobInfo
by DeepakCorning
Thu Sep 27, 2007 11:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to run datastage job in unix environmet
Replies: 5
Views: 3082

Re: how to run datastage job in unix environmet

Or you can have Asecntial CLient installed on Windows and run ti from there :)
by DeepakCorning
Wed Sep 26, 2007 6:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric to BigInt in Server
Replies: 1
Views: 957

Re: Numeric to BigInt in Server

Int(Expression)

Int(2.3) = 2
by DeepakCorning
Tue Sep 18, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Datastage jobs thru UNIX console
Replies: 3
Views: 5330

Search for "libvmdsapi.so: open failed: No such file or directory " in the forum.

http://dsxchange.com/viewtopic.php?t=98 ... 8c51d26a33
by DeepakCorning
Tue Sep 18, 2007 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query in a column
Replies: 7
Views: 1938

Design the second job in a way that the first stage of the job will run a job variable as a user defined SQL. Now when u call this job from the master job u will have to specify the job variable. Pass the query column as the variable when u call the second job. You can also write a routine which wil...
by DeepakCorning
Tue Sep 18, 2007 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 Value different from project to project
Replies: 5
Views: 2114

As far as I know it should not be , check if there are some extra spaces or any extra characters in ur UAT data?
by DeepakCorning
Tue Sep 18, 2007 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query regarding hash file
Replies: 3
Views: 1275

Re: Query regarding hash file

Store the reference in three different hashed files. Hashed file 1 - Col1 as key , Hashed file 2 - Col 2 as a key and so on. Compare the first col1 (hashed file1) in the first stage and store the result in a stage variable , pass it on to the next stage and then compare the col2 (hashed file2) and s...
by DeepakCorning
Tue Sep 18, 2007 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query in a column
Replies: 7
Views: 1938

Re: query in a column

Assuming that the query stored in the table is a uniform query (you know the output of it - means what format the results will be) you can develop two jobs. The second one gets called from the first one. The first one runs and stores the query in a variable and passes it on to the next job. the next...
by DeepakCorning
Thu Sep 13, 2007 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder stage
Replies: 3
Views: 1204

Re: Folder stage

Hi, Please any one guide me how to use Folder stage to extract number of files from folder. My requirement is to extract 10 files which contains in one folder and load into one single file. Note:the file layouts are different from each File. Can any one help me out in this matter i will greatly app...