Search found 5168 matches

by kumar_s
Sun May 21, 2006 11:04 pm
Forum: Site/Forum
Topic: Congratz DSguru2B!!!!
Replies: 7
Views: 3187

Congratz DSguru2B!!!!

Congratz to DSguru2B to get into category of Top 10 Posters - All Time.
I could find more than 10 Post /day for the current and last week.
Keep it up and contribute more. :D
by kumar_s
Sun May 21, 2006 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: function
Replies: 6
Views: 1201

Or you can have one extra stage variable set to store CURRENT, IMMEDIATE PREVIOUS, PREVIOUS TO IMMEDIATE PREVIOUS.
So that if it is PRE you can use IMMEDIATE PREVIOUS and PREVIOUS TO IMMEDIATE PREVIOUS.
If is is POST you can use CURRENT and IMMEDIATE PREVIOUS.
by kumar_s
Sun May 21, 2006 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem executing Server job
Replies: 9
Views: 1933

Try to do export and import the same job. And make sure you dont get any warning or error during that process. This is to make sure you job design with the DS repository is ok.
by kumar_s
Sun May 21, 2006 10:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborts,write failed: Output file full, and no more outpu
Replies: 3
Views: 4899

For the first warning you can select the 'Clear Partition' on the output tab of the join stage or optionally you can handle the warning though message handler. For second warning, if the directory of your output file where it lands, might be full. Else tyr to increase the link buffereing of the link...
by kumar_s
Sun May 21, 2006 10:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Banking project
Replies: 1
Views: 585

There are many forums to help interview questions.
This is to help any doubts or clarification needed. Pls go through New letter, it is not permitted here.
by kumar_s
Sat May 20, 2006 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS error
Replies: 4
Views: 942

This error should not come out randomly. Once password got expired, you should get continously.
How do you fetch your password?
Any special logic involved like encryption/decryption?
by kumar_s
Sat May 20, 2006 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove quotes in a file
Replies: 4
Views: 933

If

Code: Select all

>cat filename1 filename2
used from command prompt, i dont find a Quote getting appending to the records. Where are you tring to acheive this. Is it in filter command or before/after subroutine or directly in unix command prompt?
by kumar_s
Sat May 20, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JRULES -ILOG error
Replies: 1
Views: 1251

It is understood that you are getting this error. But is it possible for you to explain on how and where you get this error? So that it helps in identifying the issue easily.
by kumar_s
Sat May 20, 2006 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting MM/DD/YY date to DD/MM/YYYY in EE
Replies: 6
Views: 1802

Four digit year which marks the century two-digit dates belong to. It is
set to 1900 by defult.

At 2100 $APT_DATE_CENTURY_BREAK_YEAR should be changed to 2100.
by kumar_s
Sat May 20, 2006 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XSLT Error (javax.xml.transform.TransformerException)
Replies: 2
Views: 1654

Are you calling dsjob in you After job subroutine script?
Is the used id from which you call the job got a new permission or the id got changed?
by kumar_s
Sat May 20, 2006 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: /.dshome or DSHOME environment variable is invalid or missin
Replies: 5
Views: 6119

You can also find whether the value of DSHOME is properly getting passed to the job, from Director log at the environmetal settings.
by kumar_s
Sat May 20, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning: "dfloat" to result type decimal
Replies: 25
Views: 7776

Are you sure about the fact that not even a single record goes beyond 38,10?
by kumar_s
Sat May 20, 2006 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can i define metadata of file columns at run time.
Replies: 10
Views: 2131

"i have a meta data stored in one sequential file as a data"
If this is the case you can make use of scheme file optiong to acheive a job to get metadata from the file.
by kumar_s
Sat May 20, 2006 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking for two types of records in the same column
Replies: 3
Views: 1168

Perhaps you can use this

Code: Select all

If Num(DSLink.filed) then Trim(DSLink.field,'0','L') Else DSLink.field
by kumar_s
Sat May 20, 2006 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IMPORT&EXPORT ERROR
Replies: 9
Views: 3819

Also make sure you DS_JOBOBJECTS are in the safer side by executing

Code: Select all

COUNT DS_JOBOBJECTS