Search found 53125 matches

by ray.wurlod
Fri Jan 02, 2009 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOW TO HANDLE LONG DATATYPES
Replies: 5
Views: 1424

Be more intuitive about your search criteria. An exact match search for "LONG data" returned 33 matches.
by ray.wurlod
Fri Jan 02, 2009 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command
Replies: 3
Views: 914

You can run it from wherever you like, provided that its parent directory is in your command search list (PATH environment variable) or that you specify the full pathname of the dsjob command itself. This is fundamental operating system stuff!
by ray.wurlod
Fri Jan 02, 2009 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a file
Replies: 9
Views: 4092

Totally wrong. The data viewer can display data from almost all sources (one exception is Lookup File Set).
by ray.wurlod
Fri Jan 02, 2009 4:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to call default routines (built in)
Replies: 2
Views: 684

"plz" is not an English word. Please strive for a professional standard of written English on DSXchange, which is used by a large number of people whose first language is not English.

Select "Functions" from the operand menu of the expression editor.
by ray.wurlod
Fri Jan 02, 2009 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we write and use Job control code for Parellel jobs?
Replies: 1
Views: 508

No, but you can for parallel jobs. The same job control language is used to execute/interrogate server, parallel and sequence jobs. But it must be created in a server job or a job sequence or a Batch, not in a parallel job.
by ray.wurlod
Fri Jan 02, 2009 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TNS Protocol Error
Replies: 3
Views: 1064

Language Protocol Error

"plz" and "coz" are not English words. Please strive for a professional standard of written English on DSXchange, which is accessed by quite a number of people for whom English is not a first language.
by ray.wurlod
Fri Jan 02, 2009 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while the parameter value
Replies: 9
Views: 2130

The $CommandOutput activity variable will include the output of the command (that is, by default, stdout) with all line terminator characters converted to field mark characters.

A field mark character can be represented in a DataStage expression using the @FM system variable.
by ray.wurlod
Fri Jan 02, 2009 4:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort the job
Replies: 6
Views: 1363

Why bother? You can check the row count in an after job subroutine and set the ErrorCode argument to a non-zero value to abort the job. You may like to have the after job subroutine delete the empty file first.
by ray.wurlod
Fri Jan 02, 2009 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combining two hash files.
Replies: 2
Views: 1207

Use a UniVerse stage and perform a regular join in the WHERE clause of the SQL (on the Selection tab).

You may need to create VOC pointers to the hashed files for this to work.
by ray.wurlod
Thu Jan 01, 2009 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage File format issue while splitting in UNIX
Replies: 4
Views: 4076

We have a requirement that if this text file contains more than a million records then this file has to be split to multiple files with each not exceeding a count of 1 million. Resist stupid requirements. The same result can be had by specifying multiple readers per node in the Sequential File stag...
by ray.wurlod
Thu Jan 01, 2009 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a file
Replies: 9
Views: 4092

Welcome aboard.

You need to set the format property that indicates that the record format is fixed width. For each column you need to specify the display width (which is the number of characters in the record that represent that particular field).
by ray.wurlod
Thu Jan 01, 2009 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue while the parameter value
Replies: 9
Views: 2130

The $CommandOutput activity variable will include the output of the command (that is, by default, stdout) with all line terminator characters converted to field mark characters.

A field mark character can be represented in a DataStage expression using the @FM system variable.
by ray.wurlod
Thu Jan 01, 2009 11:52 pm
Forum: General
Topic: Dataset can be used as source
Replies: 5
Views: 1370

How did you (or someone else) create the Data Set? What stage type and pathname was used there? Try using "/" rather than "\" in the pathname. Does the pathname contain any space characters? If so try enclosing the pathname in double quote characters or using the "short DOS ...
by ray.wurlod
Thu Jan 01, 2009 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Character conversion errors
Replies: 5
Views: 1661

This alert message is telling you that it has substituted 0x80 to a code point in the user-defined area (of Unicode). The reason it has done that is that, internally, DataStage uses 0x80 to represent NULL. Always has. Later, "they" (mainly Microsoft) elected to use 0x80 to represent the Eu...