Search found 15603 matches

by ArndW
Sat Jan 07, 2006 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 3930

Bala, did you mean to say "rows" instead of "columns" in your post? The View-Data facility in the designer only shows a certain number of rows (configurable) so you might not be seeing all of them in that view. The dataset management utility (which can also be called from the command line via "orcha...
by ArndW
Sat Jan 07, 2006 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 3681

Kumar,

no reason to be confused - you cannot change a job's parameter values within the job itself.
by ArndW
Sat Jan 07, 2006 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checking for the date format
Replies: 2
Views: 637

Vijay, the DataStage function ICONV() to CONV ert to I nput format and it's opposite number, OCONV(), have enough date handling formats to cover just about any representation of dates in use, they not only will tell you if a date format is incorrect but in some cases the ICONV() can even attempt to ...
by ArndW
Fri Jan 06, 2006 6:38 pm
Forum: Site/Forum
Topic: Grid Computing - donate spare CPU cycles to research
Replies: 17
Views: 6772

I think you were thinking of "The return of the Giant Man Paste"; or perhaps the perrenial "The Lamb Lies down on Man Paste"
by ArndW
Fri Jan 06, 2006 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to sort
Replies: 4
Views: 1054

Somaraju, the UNIX "sort" command will let you sort on different fields, with or without the option of removing duplicates. The same applies to the DataStage SORT stage; you can choose your columns to sort on. As you've already stated, you need to sort prior to splitting the file into smaller ones. ...
by ArndW
Fri Jan 06, 2006 5:01 pm
Forum: Site/Forum
Topic: Grid Computing - donate spare CPU cycles to research
Replies: 17
Views: 6772

Craig,

click on the grid computing icon in my signature line, then the web page has a couple of options on different ways to view the team results; most of them will give you the list of members.

D- sounds like the title of a Genesis Album ;) Thanks.
by ArndW
Fri Jan 06, 2006 4:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hawk Beta Program
Replies: 2
Views: 743

Seanc217,

good for you; I've sent a number of e-mails to get a beta version and IBM/Ascential hasn't even bothered to reply :)
by ArndW
Fri Jan 06, 2006 12:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rare Error Messsage
Replies: 20
Views: 9221

Does this error happen each time? Are you doing any division of numbers in your transform stage?
by ArndW
Fri Jan 06, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while push the data to SAP BW
Replies: 11
Views: 3000

Divine, if nobody has answered your question they either don't know the answer or don't want to respond to it. Continually asking for updates or demanding answers won't work in this forum. I think you need to call your support provider now. Good luck, and please post your answer here so that others ...
by ArndW
Fri Jan 06, 2006 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofigaration File
Replies: 2
Views: 928

The Parallel Job Developer's Guide chapter titled The Parallel Engine Configuration File is a really good place to start.
by ArndW
Fri Jan 06, 2006 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 3681

Jayant, at version 7 it is not possible to change a job's parameter values from before-job code. In order to do what the poster wishes to do, the parameter file needs to be read as part of one job or sequence, the parameter values separated out and then the actual job called with these parameters.
by ArndW
Fri Jan 06, 2006 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 3681

You cannot modify your parameter values inside the job itself.
by ArndW
Fri Jan 06, 2006 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: status code
Replies: 3
Views: 1203

Check your autosys script, it looks like the 10th dsjob run specifies an invalid project name.
by ArndW
Fri Jan 06, 2006 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB datatype error
Replies: 11
Views: 3118

Per the Oracle OCI documentation, you need to declare the datatype as LongVarChar in DataStage for CLOB database columns. Could you try that and see if you still have an error?
by ArndW
Fri Jan 06, 2006 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job access error
Replies: 5
Views: 1625

Ray & others, I think that for those of us who have used the UniVerse engine in the past the locking mechanism is understandable and, because of practice, clearing out errant locks and defunct processes from TCL and/or using ipcs commands is almost second nature. But for the majority of those wh...