Search found 42189 matches

by chulett
Wed Mar 29, 2006 11:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To ignore a carriage return
Replies: 3
Views: 852

See this post. You'll need to remove them before you write them out to the sequential file.
by chulett
Wed Mar 29, 2006 8:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Job aborts after running for 256 times
Replies: 8
Views: 1251

Ok... did not anyone check the post I linked to? Seems to be a bug that Ascential has a patch available for. :?
by chulett
Wed Mar 29, 2006 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Consecutive runs of same jobs with Toggled filenames
Replies: 6
Views: 1593

gateleys wrote:In another post, Arnd suggested that I do it using creating my own loop using the job control code generated via an empty canvas. Will have to try that.

'Fraid that will be your only option in 7.0.
by chulett
Wed Mar 29, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS service name in stored procedure stage
Replies: 4
Views: 977

You really should start a new thread on this. You'll need to find a way to stash the return value somewhere it can be picked up. Easiest way may be to use the User Status area of the job, something easily leveraged in a Sequence job parameter. Search the forum, it's been discussed a bajillion times.
by chulett
Wed Mar 29, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informix Stage cannot provide view data
Replies: 7
Views: 1208

To be fair, no-one asked what "doesn't work" meant. :wink:
by chulett
Wed Mar 29, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop Job aborts after running for 256 times
Replies: 8
Views: 1251

This sounds really familiar. You may need a patch.
by chulett
Wed Mar 29, 2006 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to create operating system file
Replies: 20
Views: 7117

Environment. What 'same error message' are you getting? What exactly do you mean by 'upload to Version Control'?
by chulett
Wed Mar 29, 2006 6:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS service name in stored procedure stage
Replies: 4
Views: 977

Since you are talking TNS, let's assume you are asking an Oracle question. How did you create a 'proper dsn'? How are you 'importing the proc without problem using that dsn'? If the answer to both questions is via ODBC, you have taken the wrong path. The SP stage when set to Oracle uses the same set...
by chulett
Wed Mar 29, 2006 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Activity property window
Replies: 4
Views: 1204

Typically a problem with Service Pack 2 on Windows XP. You need to log on to the Ascential EService website and download the SP2 Patch from there if that's what you have installed on your PC.
by chulett
Tue Mar 28, 2006 8:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute command stage
Replies: 3
Views: 966

Re: Execute command stage

Triggers page: sucesslink=return (=Y)(i can run the job in the sequncer) abortlink=reutn(=N) Meena - please cut-and-paste (do not hand type) your Trigger code here for both links. The syntax shown above, besides containing an obvious typo, isn't valid syntax. Seems like you should be checking the S...
by chulett
Tue Mar 28, 2006 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To ignore a carriage return
Replies: 3
Views: 852

Scroll the Sequential File stage's Columns tab over to the right and change the 'Contains Terminators' column from 'No' to 'Yes' for the field that has the CR in it. :wink:
by chulett
Tue Mar 28, 2006 2:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter out of datastage job
Replies: 21
Views: 34623

Correct! :wink:
by chulett
Tue Mar 28, 2006 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Mail Notification Activity
Replies: 7
Views: 2147

Zabeerulla - what 7.x version of DataStage do you have?
by chulett
Tue Mar 28, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Mail Notification Activity
Replies: 7
Views: 2147

As long as you have the 7.5.x version. Before that it gets more... complicated.
by chulett
Tue Mar 28, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple source files single ETL
Replies: 33
Views: 8464

There's nothing wrong with the User Status approach - as long as you understand the pros and cons. I've also created a flat file with values like that inside a job and then built a routine that basically echoes it back to standard out and captures that. Run the routine directly in the User Variables...