Search found 42189 matches

by chulett
Fri Jan 04, 2013 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 2955

Re: Reading from Variable length text file

Gen1715 wrote:Can this be done only in sequential file
No, not directly. You could however leverage an O/S command like awk in the Filter property to pass in only those three columns to the stage.
by chulett
Fri Jan 04, 2013 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Running for Hours
Replies: 9
Views: 2256

chandra.shekhar@tcs.com wrote:(copy-pasted from IBM Information center)
:!: Please do not that. Link to articles in the Information Center, do not post their contents here wholesale.
by chulett
Fri Jan 04, 2013 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does StoredProcedure stage issue commit?
Replies: 2
Views: 1469

The stage simply executes the stored procedure, if you want commits issued you'll need to code that into the procedure itself.
by chulett
Fri Jan 04, 2013 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 4473

Sounds like you may need to look into a looping sequence job. Basically, a process would be used to generate a delimited list of the filenames to process and then the job you build to process them is 'looped'. Meaning it is run once for each filename and the filename is passed in as a job parameter....
by chulett
Fri Jan 04, 2013 8:10 am
Forum: General
Topic: All available licenses in use
Replies: 22
Views: 7074

Sorry, missed the fact that you were on Windows. Those instructions were UNIX specific... but you did miss a critical fact and that is that the command needs to be lauched from the DSEngine directory, not the bin directory. Which is why I specifically said to run "bin/uvsh" rather than &qu...
by chulett
Fri Jan 04, 2013 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting datasets in windwos using orchadmin command
Replies: 2
Views: 2228

Search is your friend! One post with the answer to your question:

viewtopic.php?t=146513
by chulett
Thu Jan 03, 2013 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I am getting null values? Suggestion please
Replies: 3
Views: 1391

What kind of joins are you doing - inner? Left/right/full outer?
by chulett
Thu Jan 03, 2013 5:41 pm
Forum: General
Topic: Routine getting aborted
Replies: 4
Views: 1642

Any chance the table it is reading or the selected result set is empty? A quick search turned up this: SQLError: rc = 100 (SQL_NO_DATA_FOUND)
by chulett
Thu Jan 03, 2013 3:30 pm
Forum: General
Topic: .dsx file
Replies: 2
Views: 1291

That's because you didn't uncheck the "always open it with this" option when you told it to use Notepad. It then created that association between the dsx extension and notepad. Not really a DataStage question as that is pure Windows functionality but I really wouldn't worry about the icon,...
by chulett
Thu Jan 03, 2013 2:09 pm
Forum: General
Topic: All available licenses in use
Replies: 22
Views: 7074

Noted.
by chulett
Thu Jan 03, 2013 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Unix script in Datstage Transformer
Replies: 12
Views: 6556

Actually, it will never be executed due to the immediately preceeding call to DSLogFatal.
by chulett
Thu Jan 03, 2013 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Decimal to Bigint
Replies: 6
Views: 3917

I was wondering if we were still on this topic. There's no need to effect any 'conversion' in this scenario that I can see.
by chulett
Thu Jan 03, 2013 10:47 am
Forum: General
Topic: All available licenses in use
Replies: 22
Views: 7074

NSIT-DVP-01 wrote:Should I chose Y instead?
There's no reason to ever answer 'Y'. And it wouldn't have asked the question if you were truly in the $DSEngine directory or one of the Project directories when you launched uvsh or dssh. Can you confirm exactly what steps you followed?
by chulett
Thu Jan 03, 2013 10:44 am
Forum: General
Topic: All available licenses in use
Replies: 22
Views: 7074

In 7.5 you can run the dsdlockd program with -p option. You need to be logged in with local Administrator privilege. I have just launched this to see what happens :) for the moment it is still running, I guess. It's a "deamon" which means it runs constantly. One of the configuration optio...
by chulett
Thu Jan 03, 2013 9:11 am
Forum: General
Topic: Triggers in a Sequence job
Replies: 11
Views: 2844

No worries, we good now. :wink: