Search found 324 matches

by sachin1
Wed Jul 18, 2007 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal calculations
Replies: 14
Views: 11037

taking your values into consideration with DECIMAL(length=38 and scale=15), writing values in sequential files gives answer as 765061.638.
by sachin1
Tue Jul 17, 2007 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update only
Replies: 4
Views: 1790

marking other columns as key marks these keyed column to be used for where condition in update clause by oracle stage
by sachin1
Tue Jul 17, 2007 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameters setting
Replies: 3
Views: 1233

and these parameters what ray has said can be set values through DSSetParam.
by sachin1
Tue Jul 17, 2007 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read Sequential file with columns contain new line
Replies: 5
Views: 2759

column terminator can be found in column tabs in sequential file.
by sachin1
Mon Jul 16, 2007 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Oracle Ora-Error description
Replies: 7
Views: 5310

link variable DBMSCODE. can help you, but regarding description of each oracle error is little tough.
by sachin1
Mon Jul 16, 2007 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in multiplication
Replies: 5
Views: 2009

Re: Error in multiplication

hello, i have used oracle datatype numeric format example of precision and scale, for example column A(length=5,precision=4) value=8.0000 column B(length=6,precision=4) value=21.4300. and i am getting values as 171.44. (Length=15,scale=2) with other formating of numeric fields, it works fine. please...
by sachin1
Fri Jul 06, 2007 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to acess Oracle in Unix from DS in Windows
Replies: 4
Views: 1242

Re: Is it possible to acess Oracle in Unix from DS in Window

i have the same environment as your requirement ORACLE on HP-UNIX and datastage on Windows-NT, it works fine as said by chulett .
by sachin1
Tue Jul 03, 2007 5:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file data(.csv) file with different record format
Replies: 6
Views: 1696

Re: Sequential file data(.csv) file with different record fo

hello ray i am extremely sorry for my multiple posts, some problem with sessions.
by sachin1
Tue Jul 03, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file data(.csv) file with different record format
Replies: 6
Views: 1696

Re: Sequential file data(.csv) file with different record fo

if you are well aware of how many columns are their for your parent and child records, just like 7 columns for parent records and 12 fields for child. then you can use sequential file stage to read your .CSV file and putting constraints in transformer stage you can Segregate out your parent and chil...
by sachin1
Tue Jul 03, 2007 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file data(.csv) file with different record format
Replies: 6
Views: 1696

Re: Sequential file data(.csv) file with different record fo

if you are well aware of how many columns are their for your parent and child records, just like 7 columns for parent records and 12 fields for child. then you can use sequential file stage to read your .CSV file and putting constraints in transformer stage you can Segregate out your parent and chil...
by sachin1
Tue Jul 03, 2007 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential file data(.csv) file with different record format
Replies: 6
Views: 1696

Re: Sequential file data(.csv) file with different record fo

if you are well aware of how many columns are their for your parent and child records, just like 7 columns for parent records and 12 fields for child. then you can use sequential file stage to read your .CSV file and putting constraints in transformer stage you can Segregate out your parent and chil...
by sachin1
Tue Jul 03, 2007 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unique Sequence Number
Replies: 7
Views: 1630

Re: Unique Sequence Number

yes it will create a unique number everytime you execute your job.
by sachin1
Mon Jul 02, 2007 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing job parameter from text file
Replies: 4
Views: 2539

Re: Passing job parameter from text file

hello if your input parameters are fixed, say in number 1,2 ...3 or more, but thier values are stored in text file then, you can do is in JOB CONTROL use following

DSSetParam
DSRunJob
...DSDetachJob

you can read your file and set values for parameters using DSSetParam.
by sachin1
Fri Jun 29, 2007 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to do conditional lookup.............
Replies: 3
Views: 1083

Re: how to do conditional lookup.............

hello if i have understood your requirement well then, i think you should know what all lookup's you need like product...or something else. then... in server jobs you can have your input file ---- transformer(constraints) ---> output(1,2...3). in transformer stage you can put constraints and get val...