Search found 53125 matches

by ray.wurlod
Tue Mar 26, 2013 1:29 pm
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

Search here or UniVerse manuals for COMO and DIVERT.OUT commands. COMO ON derivations.txt SELECT .... ; Your output will be in ./\&COMO\&/derivations.txt Or use SETPTR command mode 3 to direct output to a hold file when the LPTR keyword is used. SETPTR 1,132,20000,0,0,3,BANNER derivations.tx...
by ray.wurlod
Mon Mar 25, 2013 10:47 pm
Forum: General
Topic: How to Unzip files using datastage?
Replies: 11
Views: 7772

Expand stage.
by ray.wurlod
Mon Mar 25, 2013 4:20 pm
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

The output pin from a Transformer stage has an OLETYPE of CTrxOutput in its DS_JOBOBJECTS record. Within this record, multivalued field numbers 14-34 describe the columns on the link and, specifically, the derivation expressions are in field number 25. To see just this, try something like SELECT EVA...
by ray.wurlod
Mon Mar 25, 2013 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Incremental Loading Without Date fields in source
Replies: 12
Views: 3604

If there is no way to identify the delta at source then you will be obliged to fetch all the data from source every time and compare against target.
by ray.wurlod
Mon Mar 25, 2013 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage8.1,
Replies: 3
Views: 1552

When's the interview?
by ray.wurlod
Mon Mar 25, 2013 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: two type conversions in one derivation
Replies: 9
Views: 2762

... except, of course, for the incorrect concatenation operator. ;)
by ray.wurlod
Mon Mar 25, 2013 3:41 pm
Forum: General
Topic: How to Unzip files using datastage?
Replies: 11
Views: 7772

Re: How to Unzip files using datastage?

priyadarshikunal wrote:And what is this 3 GB limit for sequential file stage?
Probably a limit on file size in 32-bit Windows operating system.

Have you (pkll) investigated the Expand stage?
by ray.wurlod
Mon Mar 25, 2013 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split Array in datastage?
Replies: 8
Views: 9315

Start by ceasing to believe that rows/second is in any way meaningful. It includes all wait time (while the stages are starting up), it is rounded to the nearest sampling interval, and unless row sizes are identical you're not comparing apples with apples anyway. What's so magic about the 10000 figu...
by ray.wurlod
Mon Mar 25, 2013 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file with multiple scratch/dataset
Replies: 11
Views: 3741

Technically your expert might be able to argue as follows; a file unit is opened on each resource disk before any actual write occurs, so that the file units are "writing" in parallel.
by ray.wurlod
Mon Mar 25, 2013 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file with multiple scratch/dataset
Replies: 11
Views: 3741

That's my understanding, in 32K blocks. But the round robin should be happening so quickly that they appear to be writing in parallel.
by ray.wurlod
Sun Mar 24, 2013 10:19 pm
Forum: General
Topic: Error calling subroutine: DSR_NLS (Action=14);
Replies: 9
Views: 5275

UNIX permissions. All of the files in the project should, if best practice is followed, be owned by dsadm with group (let's say) dstage. The dsstage user should have the dstage group as primary group. ALL DataStage users should have umask set to 002, so that other members of the group have access to...
by ray.wurlod
Sun Mar 24, 2013 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file with multiple scratch/dataset
Replies: 11
Views: 3741

In a phrase, "multiple nodes". Which is what I'm sure your expert was referring to. Consider the following configuration file. { node "node01" { fastname "L8BACK" pools "" resource disk "/isdataset0/myProjectName/datasets" {pools ""} resour...
by ray.wurlod
Sun Mar 24, 2013 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file with multiple scratch/dataset
Replies: 11
Views: 3741

Well, sequential in some sense, although DataStage parallel engine simply doesn't move data in chunks of less than 32KB. So what you're seeing is Round Robin allocation over the directories marked as resource disk for your node. This is the only way that DataStage does it when there are multiple res...
by ray.wurlod
Sun Mar 24, 2013 7:07 pm
Forum: General
Topic: Error calling subroutine: DSR_NLS (Action=14);
Replies: 9
Views: 5275

Are the Engine credentials set up correctly for dsstage?

Has user dsstage been allocated to a project role in the Administrator client (for example DataStage and QualityStage Developer)?
by ray.wurlod
Sun Mar 24, 2013 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date appearing in internal format when viewed from OCI stage
Replies: 7
Views: 3011

Try setting the Data Element in the Columns grid to "Date".
:roll: