Search found 30 matches

by cmmurari
Fri Sep 23, 2005 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job import/export
Replies: 8
Views: 2063

when export file >>change file extention from dsx to xls
by cmmurari
Thu Sep 22, 2005 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [Resolved] Partial Unload of records with Oracle Enterprise
Replies: 11
Views: 4293

Hi Roy,

I am quite confused, how come you have difference in row count

Job 1 returns almost 130 million rows written to seq file (around 7GB file).

Job 2 returns all over 200 million rows written to seq file as expected (around 12GB file).

pls help to give some information

Thanks,
Krishna
by cmmurari
Thu Sep 22, 2005 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job import/export
Replies: 8
Views: 2063

you can transfer projects through excel ,txt file format too o. That's y datastage is great! :lol:
by cmmurari
Wed Sep 21, 2005 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key generation in Oracle 9I
Replies: 3
Views: 2417

Surrogate key Stage one of property "Start Value" you need to parameterize through Job Properties and in your job design you need to write another Utility job to get Max id's and pass output value to current job in sequence design.
by cmmurari
Tue Sep 20, 2005 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add/substract months from date
Replies: 5
Views: 1901

pls refer date function's in Parallel Job developer's guid page 1105
you can try DateFromDaysSince

regards,
krish
by cmmurari
Tue Sep 20, 2005 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: About Date fields in Transformer
Replies: 6
Views: 2291

Hi

In transformer stage have you mapped correctly to date type field ?? Pls check, by right it should not give error. Should compile successfully.

pls try datetime data type in source and target and let me know.

Cheers,
Krish
by cmmurari
Tue Sep 20, 2005 12:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII converion mapping
Replies: 4
Views: 2405

you may try to use Basic functions ASCII or EDCDEIC converison function to Converts the values of characters in a string from ASCII to EBCDIC format or EBCDIC to ASCII format

cheers
krish
by cmmurari
Mon Sep 19, 2005 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture timeout of job in script?
Replies: 2
Views: 1400

you may need to check envrionment variables!!
by cmmurari
Mon Sep 19, 2005 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: spilt the record into three records
Replies: 13
Views: 19103

if your DB source is Oracle you can achive this at DB Select statement level Or if you are strick to do this at Datastage Level you can use pivot stage. i do prefer to implement this by using Pivot stage

cheers,
Krish
by cmmurari
Mon Sep 19, 2005 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate script calling issue
Replies: 12
Views: 5893

Hi All, Its simple in EE 7.5 . We have Datastage Plug-in Stage Command Stage The Command Stage is an active stage that can execute various external commands, including DataStage engine commands osh, programs, and jobs from anywhere in the Ascential DataStage data flow. You can execute any command, i...
by cmmurari
Thu Sep 15, 2005 8:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Jobs Promotion Process to SIT,UAT and Production
Replies: 6
Views: 4523

Hi

Thanks for your help. i would like to know how to integrated datastage jobs with version control tool.

cheers,
Krish
by cmmurari
Thu Sep 15, 2005 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle enterprise stage
Replies: 3
Views: 2265

i think Mr.ray mean is in Oracle Enterprise Stage >Input tab> Properties tab>Target folder >one of Property is Write Mode is "Truncate"

You need to select Truncate property in Write Mode.


Ray ,please corret me if i am wrong.

Cheers,
Krishna
by cmmurari
Thu Sep 15, 2005 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Jobs Promotion Process to SIT,UAT and Production
Replies: 6
Views: 4523

Datastage Jobs Promotion Process to SIT,UAT and Production

HI , I would like to know, Promotion process of Datastage jobs developed in DEVELOPMENT envrionment , how to promote to SIT and UAT and Production Envrionments? if it manuall promotion process i know we can do it by using IMPORT AND EXPORT methods, but is any best method of auto promotion process an...
by cmmurari
Thu Sep 08, 2005 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: string to number
Replies: 9
Views: 5102

Hi,

You may typecasting function StringToDecimal
Returns the given string in decimal representation
string (string)
[rtype (string)]
result (decimal)

Cheers,
Murali