Search found 594 matches

by rameshrr3
Wed Apr 23, 2014 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple Format Flat File
Replies: 9
Views: 9812

Is there any justification to keep this requirement out of datastage ? Does datastage Server edition handle itself well to generating such complex files ?

I would think using JAVA or PERL etc makes more sense. In fact I would prefer they continue this using the COBOL program on the mainframe.
by rameshrr3
Mon Apr 21, 2014 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find the last link of an etl job?
Replies: 10
Views: 6462

@chulett : If they are writing to an error/ reject target in Server jobs, it would only have an 'input' link .
by rameshrr3
Mon Apr 21, 2014 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple Format Flat File
Replies: 9
Views: 9812

I could have tried that , but the group for which im doing this activity does not have Parallel jobs licensed . Does the Server CFF stage now support writes ? I mean we are with DS 8.7 Server edition.

Regards
Ramesh
by rameshrr3
Fri Apr 18, 2014 5:50 pm
Forum: General
Topic: Oracle command in Datastage Sequence
Replies: 8
Views: 7479

try using this in a command activity stage if you prefer it that way : echo "SELECT NVL(MAX(NUM_ITERATION),0)+1 AS ITE FROM TABLE WHERE DATE = '#PARAMETER#'; " | sqlplus -s user/pwd@dsn | tail -2 | head -1 Use the Command.$Output from the command activity stage and remove the field mark us...
by rameshrr3
Fri Apr 18, 2014 5:38 pm
Forum: General
Topic: Oracle command in Datastage Sequence
Replies: 8
Views: 7479

One could always create a re-usable routine using DS ODBC.H , but the one that created stopped working after a while , and moreover always gives a darned license warning error ( Thanks to Data Direct ) - even if its called by a DATASTAGE routine.
by rameshrr3
Fri Apr 18, 2014 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple Format Flat File
Replies: 9
Views: 9812

Creating Multiple Format Flat File

Im working on a project for an insurance firm where they want to use Datastage to generate a Multi Format Flat File . Currently this is being done programatically on a Mainframe platform [ using COBOL of course :P ] but they want to now source the data from an Open systems Oracle DB and create the s...
by rameshrr3
Thu Mar 27, 2014 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Emulate behavior of Sequence funnel
Replies: 2
Views: 2915

Thanks Ray . I will make note of that - the need shall soon arise .
by rameshrr3
Thu Mar 27, 2014 3:46 pm
Forum: Site/Forum
Topic: Code tags problem
Replies: 3
Views: 8436

One problem I see with the famous 'Code tags ' is that they are related to the Font type - Courier New , So when i have a different plain text font in my browser - like consolas or lucida typewriter , they dont show up as plaintext . So the webmaster or site manager needs to make sure code tags disp...
by rameshrr3
Thu Mar 20, 2014 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Emulate behavior of Sequence funnel
Replies: 2
Views: 2915

Emulate behavior of Sequence funnel

Can I emulate behavior of a sequence funnel using a server link collector so that input link data streams are ordered in a predefined sequence- I dont see a sequence or ordered collection algortithm , and sort-merge in link collector has its problems/bugs [darn:]? If not , Is there a way using a has...
by rameshrr3
Thu Sep 05, 2013 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Empty Strings to Blank - Server to Parallel Eds
Replies: 4
Views: 2098

Although a Parallel routine written in C will generally work just fine , it is recommended that you write routines in CPlusPlus(C++) and compile them as such.
by rameshrr3
Fri Aug 23, 2013 6:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve logic for horizontal pivot
Replies: 11
Views: 3763

Try awk based unix script . This awk script will work even if your source file has an arbitrary number of columns ( you currently have 2 delimited by what i think is a space character) awk -F" " '{for (f = 1; f <= NF; f++) a[NR, f] = $f} NF > nf { nf = NF } END { for (f = 1; f <= nf; f++) ...
by rameshrr3
Wed Aug 21, 2013 1:31 pm
Forum: General
Topic: No longer see Tabs: Properties and Columns on any ODBC Stage
Replies: 16
Views: 6213

If you havent uninstalled your client , can you try right clicking on your stage and selecting 'Properties' - > it may open up .
by rameshrr3
Mon Aug 19, 2013 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to process sequential file with varying record formats?
Replies: 5
Views: 3381

is the pattern '*' found in the data also ? Otherwise you can define this character as the record delimiter.
by rameshrr3
Fri Aug 16, 2013 11:24 am
Forum: General
Topic: dsodb handler log
Replies: 9
Views: 4247

DSODB is the directory for Operations Console.
The log files starting with handler may be indicating that the connectionf rom Engine Tier to OPCON database may be having frequent issues.
by rameshrr3
Tue Aug 06, 2013 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access web service through DataStage
Replies: 9
Views: 3935

There are some bug fixes for the ASB pack in Fix pack 2 , are any of them relevant ?

JR43541
JR33738

Thanks
Ramesh