Search found 118 matches

by amsh76
Wed Feb 09, 2005 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Number of Days from the 1st of the year.
Replies: 6
Views: 2672

Of top of my head...what i can suggest is

Convert your input date in Internal Format through Iconv
and then convert that to Julian..through Oconv.
by amsh76
Wed Feb 09, 2005 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Number of Days from the 1st of the year.
Replies: 6
Views: 2672

What is the format of your input Date ?
by amsh76
Tue Feb 08, 2005 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 15
Views: 6881

Do you have enough space in disk ?
by amsh76
Tue Feb 08, 2005 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 15
Views: 6881

Hey what does it say when you click MORE ? Can you please check
by amsh76
Tue Feb 08, 2005 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Calling Subroutine
Replies: 15
Views: 6881

After you got compilation error, Did you click on more and see what it says ?
by amsh76
Tue Feb 08, 2005 1:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job accessed by another user
Replies: 6
Views: 2666

You can release from Director only if you have Admin rights....the other option is once u get the PID you can Kill that Process from Unix.

Regards
by amsh76
Mon Feb 07, 2005 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: julian date conversion
Replies: 12
Views: 9712

Use ICONV to convert the Julian Date into DataStage internal format..and then use OCONV to convert into the format you want.

regards
by amsh76
Mon Feb 07, 2005 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Comparision
Replies: 5
Views: 2124

How about comparing key columns and running, CRC32 on Non key columns. The best way would be Unix Cmp or Diff command...if files.

Regards
by amsh76
Wed Jan 19, 2005 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date as part of the file name
Replies: 2
Views: 1063

Date as part of the file name

Is there anyway i can get date added in my file name. One way is if i have date in my parameter..can I assign it dynamically ?
by amsh76
Wed Sep 08, 2004 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance for Fact Jobs
Replies: 9
Views: 3700

But Ray, doesn't that mean that one will end up using more number of transformer..or will end up creating multiple jobs, with job dependency ?? :?:
by amsh76
Thu Aug 26, 2004 8:35 pm
Forum: General
Topic: KeyMgmt Function
Replies: 21
Views: 11632

Is there any way by which one can reset the hash file using routines?
by amsh76
Tue Aug 24, 2004 10:05 pm
Forum: General
Topic: KeyMgmt Function
Replies: 21
Views: 11632

Hi Siva,

Can you throw more light on this. Whats VOC? and where should i write this command ?

Thanks Again
by amsh76
Tue Aug 24, 2004 9:39 pm
Forum: General
Topic: KeyMgmt Function
Replies: 21
Views: 11632

KeyMgmt Function

Can anyone tell me how to reset surrogate key generated using Keymgmt function in Datastage.

Thanks in advance
by amsh76
Mon Jul 12, 2004 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo
Replies: 1
Views: 1022

DSGetLinkInfo

Hello,

I am using DSGetLinkInfo routine to get link info of my job, but somehow i am getting -1 in the read count. Does anyone know y is that ?

I have a job in which I m calling this routine to find link info for another job. in this routine i m passing the job name plus the other info.

Thanks
by amsh76
Thu Jun 17, 2004 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: [IBM][CLI Driver][DB2/AIX64] SQL0973N Not enough sto
Replies: 5
Views: 3497

Error: [IBM][CLI Driver][DB2/AIX64] SQL0973N Not enough sto

Hello All, Can anyone tell me why this error occurs ? [IBM][CLI Driver][DB2/AIX64] SQL0973N Not enough storage is available in the "APP_CTL_HEAP_SZ" heap to process the statement. SQLSTATE=57011 And whats the solution ?? Basically, I am using an DB2 API stage to join few tables as a source.