Search found 3329 matches

by Sainath.Srinivasan
Tue Feb 03, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQ. FILE PROBLEM
Replies: 3
Views: 884

There are several ways to achieve multiple records from a single one. Can you explain your requirement in detail. i.e. why? how many output recs for a single? what logic?
by Sainath.Srinivasan
Tue Feb 03, 2009 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Mirror Files
Replies: 4
Views: 824

Use the primary key of the table to track the change record and update it correspondingly.
by Sainath.Srinivasan
Mon Feb 02, 2009 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: routine for reading one,one file and moving to target path
Replies: 2
Views: 897

for i in `grep ".csv" filelist`
do
mv $i newPlace
done
by Sainath.Srinivasan
Mon Feb 02, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ocistage Access Denied
Replies: 3
Views: 1211

1.) Check permissions
2.) Load dsenv
3.) restart
by Sainath.Srinivasan
Fri Jan 30, 2009 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting DataStage jobs
Replies: 5
Views: 6438

dsjob -ljobs in the project
by Sainath.Srinivasan
Wed Jan 28, 2009 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Start Up Time
Replies: 6
Views: 1816

If source and lookup are both Ora, why not do in db itself !!?

Search for Sparse and Performance.
by Sainath.Srinivasan
Wed Jan 28, 2009 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert strings
Replies: 6
Views: 1298

In the example, convert('ac','kg',field).

Obviously, this does not solve 'aaabbccdd' or 'abbccdd'
by Sainath.Srinivasan
Wed Jan 28, 2009 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP code help required
Replies: 4
Views: 1472

Why in ABAP and not in DS?
by Sainath.Srinivasan
Wed Jan 28, 2009 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Metadata from File, then load second file?
Replies: 5
Views: 1738

Before job script to create and in job loader to load.
Need more information to answer.
by Sainath.Srinivasan
Wed Jan 28, 2009 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Metadata from File, then load second file?
Replies: 5
Views: 1738

Before job script to create and in job loader to load.
Need more information to answer.
by Sainath.Srinivasan
Wed Jan 28, 2009 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with logic
Replies: 3
Views: 1433

Count rows < 4 => write to target