Search found 182 matches

by srimitta
Thu Jul 01, 2004 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: version control
Replies: 1
Views: 1480

version control

Hi Guys,

Would some one help me in figuring out whcih version controlling is better than version control which comes with datastage, compare to such as PVCS or VSS. to vesrionize jobs for Datastage.

Thanks
srimitta
by srimitta
Tue Jun 29, 2004 5:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 9
Views: 2734

Thankyou Ray and to everyone....
by srimitta
Mon Jun 28, 2004 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 9
Views: 2734

Hi Ray,

Thanks for ur reply. Iam unable to follow you, Would you please give me clear picture, it will be a great help to me.

Thankyou
srimitta
by srimitta
Mon Jun 28, 2004 5:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 9
Views: 2734

Hi Klaus,
Thanks for reply

We have ETL jobs developed for DB2 on MF's, Now we are implementing Datastage MF version.
Here how we can import all those to Datastage and run.

srimitta
by srimitta
Sun Jun 27, 2004 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 9
Views: 2734

mainframes

Hi, I have couple of issues, would you guys please help me. 1. We have ETL jobs develped in COBOL, How to import into DataStage. (Apart form importing CFF , is there any other way without sacrificing originality of the COBOL code). 2. DataStage390 generates Cobol code,Jcl file and Run file at job co...
by srimitta
Wed Jun 23, 2004 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 1
Views: 1024

mainframes

Hi gurus,

Would some one please help me how you define LOOKUP stage in DataStage 390.

Thankyou
srimitta
by srimitta
Mon Jun 21, 2004 5:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 3
Views: 1142

:lol: Thankyou
by srimitta
Mon Jun 21, 2004 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mainframes
Replies: 3
Views: 1142

mainframes

Hi Guru's
can we call container stage developed in datastage server jobs into mainframe jobs.

Thanks in advance
Srimitta
by srimitta
Fri May 21, 2004 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: macros
Replies: 2
Views: 1139

Thanks for your reply. really it helped me.
by srimitta
Fri May 21, 2004 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: macros
Replies: 2
Views: 1139

macros

Hi Guru's,
some one help me with diffrence between FUNTIONS AND MACROS
Thankyou
ms
by srimitta
Fri May 14, 2004 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 12
Views: 5134

Hi, My source is ODBC from oracle table with column name HIREDATE,format is Timestamp (1980-12-17 00:00:00) . Here iam trying to convert date fromat to (17/12/1980) , for this conversion i used CODE: Oconv(Iconv(DSLink3.HIREDATE[1,10],"D-YMD[4,2,2]"),"D/DMY[2,2,2]") In CONSTRAINT...
by srimitta
Fri May 14, 2004 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 12
Views: 5134

HI,
I am getting same error Attempting to Cleanup after ABORT raised in stage oraseqdate..Transformer_1
by srimitta
Fri May 14, 2004 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 12
Views: 5134

Hi thanks for reply,
I tried your CODE but i am getting same error.
Input date formate is TIMESTAMP(1980-12-17 00:00:00) , I want to convert to 17/12/1980.
Thankyou
ms
by srimitta
Fri May 14, 2004 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 12
Views: 5134

Hi, i tried the below code in the constrain to change the date format DSLink3.HIREDATE=Oconv(Iconv(DSLink3.HIREDATE,"D-YMD[4,2,2]"),"D/DMY[2,2,2]") but i am getting the following error: Attempting to Cleanup after ABORT raised in stage oraseqdate..Transformer_1 what exactly i hav...
by srimitta
Fri May 14, 2004 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 12
Views: 5134

I am trying to do conversion in transformation stage