Search found 42189 matches

by chulett
Mon Apr 30, 2012 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set output filename based upon column name?
Replies: 4
Views: 1456

Right, csplit isn't a complete answer all by itself as what it will do is create seperate files based on columnar data. After that, you still have the need to get them named appropriately. The Folder stage is a much better one step answer, IMHO.
by chulett
Mon Apr 30, 2012 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading multiple files in server jobs
Replies: 12
Views: 5872

Not really a question at all but rather another proposed solution...
by chulett
Mon Apr 30, 2012 3:16 pm
Forum: General
Topic: dsjob command getting hanged when -jobstatus option is used.
Replies: 8
Views: 5062

Sorry, never seen an issue where a simple "-jobinfo" request would hang. Are you saying it always hangs for all jobs or you only have this problem with one particular job?
by chulett
Mon Apr 30, 2012 3:14 pm
Forum: General
Topic: cronjob error
Replies: 7
Views: 4331

OK. Do other jobs run out of cron ok and just this one has an issue or do all cron jobs fail? Honestly, I have no idea what might be going on, just trying to ask intelligent questions to try and narrow this down. You really should put this in front of your official support provider, IMHO.
by chulett
Mon Apr 30, 2012 2:17 pm
Forum: General
Topic: dsjob command getting hanged when -jobstatus option is used.
Replies: 8
Views: 5062

Re: dsjob command getting hanged when -jobstatus option is u

I have used dsjob command to trigger the job in my server routine. First of all I am checking the whether the job is in compiled/finished/aborted status using dsjob -jobstatus command. That option is actually used to run a job and then wait until it is complete before passing back the status of the...
by chulett
Mon Apr 30, 2012 2:13 pm
Forum: General
Topic: cronjob error
Replies: 7
Views: 4331

Re: cronjob error

ketfos wrote:A fatal error has occurred in DataStage.
Unable to re-open operating system file ""
You need to find out what this means. I wonder if the job instelf is corrupted somehow... can you run the job manually?
by chulett
Mon Apr 30, 2012 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Clarification
Replies: 6
Views: 2024

Re: SCD Clarification

2) We did not use any surrogate key in the above algorithm anywhere Clarify this statement for us, please. Do you mean you just didn't include discussion of the role of a surrogate key in your talk about the 'algorithm' involved or are you saying that you did not leverage a surrogate key in your ac...
by chulett
Mon Apr 30, 2012 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connectors
Replies: 1
Views: 593

:!: Please don't post the same question multiple times. Your first one is in the correct forum, this one isn't.
by chulett
Mon Apr 30, 2012 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conveting Binary feed to ASCII feed in UNIX
Replies: 10
Views: 5300

The job includes the need to "parse the feed and separate the Header, Detail and Trailer record", not just a straight conversion as noted in the subject...
by chulett
Mon Apr 30, 2012 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conveting Binary feed to ASCII feed in UNIX
Replies: 10
Views: 5300

Depends on what you mean by "binary feed". I'm guessing you mean a mainframe file either in EBCDIC or with packed fields or both. Can you clarify? And confirm you are using a Server job, please.
by chulett
Mon Apr 30, 2012 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Slower downstream stage affects performance of upstream stag
Replies: 7
Views: 2065

Well... then it sounds like you're stuck with the neck of that particular bottle.
by chulett
Mon Apr 30, 2012 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates in Dataset in Unix.
Replies: 10
Views: 3197

... and then rebuild the dataset, I assume.
by chulett
Mon Apr 30, 2012 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Set output filename based upon column name?
Replies: 4
Views: 1456

Welcome. There are several posts here on this subject. Vamsi has posted one iterative method. Another is to use a Folder stage as the target as it can do all that work automatically. Note, however, that the Folder stage is a Server stage so you'd either need to use a Server job (which would be the b...
by chulett
Mon Apr 30, 2012 6:36 am
Forum: General
Topic: dsjob command not executing in my deployment environment
Replies: 10
Views: 3518

It is a solution to the issue.
by chulett
Sun Apr 29, 2012 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controlling Data Commit While Loading Multiple Tables
Replies: 2
Views: 1168

Across jobs? Can't be done, at least nothing automatic. That's not to say you could build something to go back and "undo" a partial load but you would need to code the deletes / updates needed to reverse the load to that point.