Search found 324 matches

by sachin1
Mon Jul 07, 2008 3:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Invalid file path syntax
Replies: 6
Views: 3172

you need to check the input tab properties of ftp stage where we mention the Remote Path, please verify it for access and if it is correctly defined.
by sachin1
Fri Jul 04, 2008 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp convertion needed for Oracl Insert
Replies: 8
Views: 4538

in your OCI stage for date field(column) change SQL type to Timestamp and it will work
by sachin1
Fri Jul 04, 2008 2:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage in server jobs
Replies: 6
Views: 4397

Re: Merge stage in server jobs

please can you go through Merge Stage Guide pdf, all your doubts will be clear.
by sachin1
Fri Jul 04, 2008 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to restrict the no.of records to the target with sorter
Replies: 2
Views: 1547

Re: How to restrict the no.of records to the target with sor

An output from sort stage to transformer, where you can check for restriction.
by sachin1
Fri Jul 04, 2008 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp convertion needed for Oracl Insert
Replies: 8
Views: 4538

Re: Timestamp convertion needed for Oracl Insert

i think that your input date value is not in proper format,
first you convert your input date value in internal format using ICONV and then use OCONV with below format in which oracle OCI accepts date value for date field

Oconv(@date ,"D D-M-Y[,A3,2]")
by sachin1
Wed Jun 25, 2008 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two inputs to the same hashed file
Replies: 14
Views: 4294

imagining a job simple job design like source--------->T1------------------------->HASH-FILE |-------T2-----------------> from source, data extracts to transformer T1 and writes to hash file, and also data moves from T1 to T2, transformer T2 also writes to same hash file with setting as mentioned by...
by sachin1
Wed Jun 25, 2008 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two inputs to the same hashed file
Replies: 14
Views: 4294

hello chulett please can you elaborate.
by sachin1
Mon Jun 23, 2008 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File (Inner Join)
Replies: 5
Views: 1893

Re: Hash File (Inner Join)

in constraint put "equal to" condition...........i mean
WHERE table_1.column_name = table_2.column_name...........taking database concept into consideration...........
by sachin1
Fri Jun 20, 2008 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What function can I use to round?
Replies: 3
Views: 1781

Re: What function can I use to round?

hello please use the SDK routine provide NumericRound0(12.8765) --->gives 13 as output.

convert your "," with "."
by sachin1
Thu Jun 12, 2008 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion
Replies: 2
Views: 945

Re: Date conversion

oconv(@date,"D/MDY[2,2,4]") gives output as 06/12/2008
by sachin1
Fri Jun 06, 2008 5:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function in datastage to find date after 6 months
Replies: 10
Views: 18198

SQL> select add_months(sysdate,6) from dual;

ADD_MONTH
---------
06-DEC-08

oconv(iconv('06/06/2008',"D/E")+182,"D/DMY[2,2,4]") ---gives output -->05/12/2008
by sachin1
Wed Jun 04, 2008 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hi Gurus
Replies: 4
Views: 1764

hi dodda can you please provide more details regarding delete and update action, query and parameters required, so that we will be able to analyze something.
by sachin1
Thu May 29, 2008 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command for unix
Replies: 4
Views: 3080

please may i know the setting, so that i can use dsjob directly on command line without using ./dsjob.

thanks,
sachin
by sachin1
Thu May 29, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command for unix
Replies: 4
Views: 3080

dsjob command for unix

hello friends i am getting following, please help why dsjob: not found is the message

$ pwd
/dw/dsadm/Ascential/DataStage/DSEngine/bin
$ dsjob -lprojects
dsjob: not found
$