Search found 53125 matches

by ray.wurlod
Wed Apr 28, 2010 4:21 am
Forum: General
Topic: what are all the types of file
Replies: 3
Views: 1492

There is only one type of sequential file. It consists of a byte stream possibly including bytes that have special meaning.

When's the interview?
by ray.wurlod
Wed Apr 28, 2010 2:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Reading of .txt File
Replies: 3
Views: 1142

You have embedded newline characters in an unquoted field. You either need to get whoever is supplying you with this file to wrap that field in some kind of quote character, or figure out some other way to identify the end of the record. For example, if ".." really does end the record, the...
by ray.wurlod
Wed Apr 28, 2010 1:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create parameters
Replies: 1
Views: 1105

Thank you for sharing that.

If you have any problem, that description does not convey what it is, other than you may be looking at redesigning a job. There's a word for that - "maintenance".
by ray.wurlod
Wed Apr 28, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the limit of sequential file in 8.1
Replies: 1
Views: 1084

There is no limit.

But the operating system may have a limit.
by ray.wurlod
Wed Apr 28, 2010 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can switch stage filter the null values?
Replies: 7
Views: 5517

Moderator: please move to Enterprise Edition (parallel) forum
by ray.wurlod
Wed Apr 28, 2010 1:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create a parameters
Replies: 2
Views: 1455

Moderator: please move to Enterprise Edition (parallel) forum
by ray.wurlod
Wed Apr 28, 2010 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can switch stage filter the null values?
Replies: 7
Views: 5517

Is this null or the word "NULL"?
by ray.wurlod
Tue Apr 27, 2010 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: May I know how can I update SQL server with NULL value???
Replies: 4
Views: 1732

How are you generating the null within your DataStage job?

In a Transformer stage you should be using the @NULL system variable.

What stage type are you using when updating SQL Server?
by ray.wurlod
Tue Apr 27, 2010 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Peek Stage
Replies: 2
Views: 2417

Just remove the Unicode extensions. They are put in there automatically (and annoyingly) because you have NLS enabled and are creating table definitions within the job design.

Check the record schemas in the generated OSH to find out where they're being used.
by ray.wurlod
Tue Apr 27, 2010 4:37 pm
Forum: General
Topic: IBM Information Server DS 8.1
Replies: 1
Views: 1434

1) Yes
2) Yes, but it's not the only location: there is also a local repository on the engine tier, used particularly while jobs and other components are being designed/edited.
by ray.wurlod
Tue Apr 27, 2010 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interview Qoestions
Replies: 3
Views: 1788

Welcome aboard. We firmly believe that anyone undertaking an interview should succeed or fail on their own merits. While recognizing your initiative in attempting to research the questions here, we feel that it is not right (or moral) for you to go into an interview armed with anyone else's knowledg...
by ray.wurlod
Tue Apr 27, 2010 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concurrent loads - Performance Issue
Replies: 2
Views: 1357

Anything locked on the DB server? Are both sets of jobs writing to the same table(s)?
by ray.wurlod
Tue Apr 27, 2010 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In-Band Nulls and Out-Band Nulls Make Null function
Replies: 7
Views: 4873

Create in-band nulls simply by assigning the chosen null-representing value.
by ray.wurlod
Tue Apr 27, 2010 2:37 pm
Forum: General
Topic: call a package in a Sequence Job
Replies: 6
Views: 1911

You use a trigger on the Job activity.

This is stock standard sequence programming 101.
by ray.wurlod
Tue Apr 27, 2010 2:36 pm
Forum: General
Topic: DS 7.5 ODBC Stage
Replies: 7
Views: 2681

Does the executing user have INSERT privilege to that table? Please post any error message that has been reported.