Search found 53125 matches

by ray.wurlod
Thu Feb 16, 2006 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the Log Entry of the job
Replies: 2
Views: 809

Use the Print option in Director. It has a Print to File option.
by ray.wurlod
Thu Feb 16, 2006 3:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Security
Replies: 2
Views: 729

There is no specific source code control system (SCCS) for DataStage (after all, it uses a GUI, not source code). Some sites choose to use DataStage export files as the "source code" and park that into the SCCS in order to gain the check-out, check-in capability.
by ray.wurlod
Thu Feb 16, 2006 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass parameters from sequence to source jobs
Replies: 14
Views: 3342

In Director you can set new defaults for the main controlling sequence on the other system(s). On the Job menu choose Set Defaults.
by ray.wurlod
Thu Feb 16, 2006 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: REG :Pointers to Datastage resources
Replies: 7
Views: 2365

May we enquire what training you did? There is no reference to pointers in the standard training classes. Just curious.
by ray.wurlod
Thu Feb 16, 2006 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A mandatory value has not been entered
Replies: 9
Views: 2512

OK, under those circumstances. Also, it seems to have changed in 7.5 with the new mechanism - in 7.0 you can only have a quoted string or a "job parameter" (something from upstream) and even then you have to type in the activity variable name!
by ray.wurlod
Thu Feb 16, 2006 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to upload JCL to mainframes
Replies: 1
Views: 949

Did the JCL actually get there? Was it both the compile JCL and the run JCL, or just one? The message suggests that the transfer has been switched (from active) to passive mode because a non-printable ASCII character has occurred in the JCL. Inspect the JCL that was generated and see whether you can...
by ray.wurlod
Thu Feb 16, 2006 3:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Row Generator Job
Replies: 1
Views: 680

Welcome aboard. :D

Check that you have write permission to the target directory (/usr).
by ray.wurlod
Thu Feb 16, 2006 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sum and count function in Aggregate Stage Problem
Replies: 8
Views: 2998

Apparently there's a "$" sign in your input data. You can't apply arithmetic functions (like SUM) to non-numeric data.
by ray.wurlod
Thu Feb 16, 2006 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To copy the source file from FTP stage
Replies: 1
Views: 805

In FTP (and Sequential File) stages you will only be able to see those rows that match the metadata (columns) on the link. A Rejects link will handle the others. You can define "missing columns" rules, or pre-process the file to strip the header and trailer record into separate streams.
by ray.wurlod
Thu Feb 16, 2006 3:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot in Parallel job gives diff result than in Server Jobs
Replies: 6
Views: 1519

Re: Pivot in Parallel job gives diff result than in Server J

mkapoor wrote:for deconcatenating the column into 48 columns
prior to pivoting
by ray.wurlod
Thu Feb 16, 2006 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup fileset job not running in other system(server)
Replies: 3
Views: 838

The "ipc" in "ipc_open()" is for "inter process communication". One player process (stage TO_XFM_DT_TM-Input, link TO_XFM_DT_TM on node #0 (the first node defined in your configuration file) is reporting that the file it needs to use can not be found. Does the Lookup File Set exist on the second sys...
by ray.wurlod
Thu Feb 16, 2006 3:16 pm
Forum:
Topic: Migrating Informatica Repository to Ascential DataStage
Replies: 1
Views: 1950

Mappings that you produced in PowerCenter are, in general, not suitable for use with DataStage at all. The two products take a different approach to the design process. The usual approach is to create DataStage routines or transforms that perform the same tasks as the mappings. Metabrokers are only ...
by ray.wurlod
Thu Feb 16, 2006 3:11 pm
Forum: IBM QualityStage
Topic: Path for QS Metadata Import log file
Replies: 6
Views: 2849

If "it is real urgent" then your premium support contract with your support provider will gain you a "real fast" response. This is an all-volunteer site; we don't do "urgent".
by ray.wurlod
Thu Feb 16, 2006 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter file
Replies: 2
Views: 966

Welcome aboard. :D

Lots of folks can, indeed lots of folks already have (try search).

And please try to post on the correct forum - this one is for feedback about the site/forum.
by ray.wurlod
Thu Feb 16, 2006 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Vs Transformer
Replies: 7
Views: 4822

In theory at least the Column Generator stage should be more efficient than a Transformer stage, (a) because it does so much less work and (b) because it doesn't need to be compiled into a separate C++ function.