Search found 53125 matches

by ray.wurlod
Fri Jan 05, 2007 9:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

This post appears to duplicate this issue. Please delete the duplicate post. Meanwhile, still waiting to see the COBOL FD that you loaded into the Complex Flat File stage.
by ray.wurlod
Fri Jan 05, 2007 9:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with the Oracle Loading
Replies: 6
Views: 1394

sshettar wrote:Well i did check and the foreign key value is same as the primary key value of the other table.

The Oracle database server seems to think not.
by ray.wurlod
Fri Jan 05, 2007 9:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

Can you please post the COBOL File Definition? There's something you're not telling us, which is making it impossible to guess accurately.
by ray.wurlod
Fri Jan 05, 2007 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding importing jobs from datastage manager
Replies: 26
Views: 6251

:lol: Maybe "i" isn't very tall?
by ray.wurlod
Fri Jan 05, 2007 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Misaligned Records after reading Mainframe File
Replies: 27
Views: 8045

So you can mark this thread as resolved?
by ray.wurlod
Fri Jan 05, 2007 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we merge Different Tables and write to sequential
Replies: 8
Views: 1788

Do the five-way join (or union, if that's what's needed) in Oracle. Use CAST functions to match up the data types, and NVL if necessary to handle null-valued items. You can even dump it into a text file directly from Oracle.
by ray.wurlod
Fri Jan 05, 2007 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate multiple rows?
Replies: 11
Views: 3091

Or a Lookup from a three row table, allowing multiple row return. Create a Lookup File Set with "X" as the key for all three columns (you will need to set "allow duplicates" to true). Then lookup against the key value "X", with the drop down list allowing multiple row returns from that reference lin...
by ray.wurlod
Fri Jan 05, 2007 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation prob Keeping environment variable in transformer
Replies: 7
Views: 1745

Are you typing in the environment variable name or using the Expression Editor? I have seen folks have this problem when typing in the name, and it works fine when they insert the name from the Expression Editor's oeprands menu.
by ray.wurlod
Fri Jan 05, 2007 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dos2unix - problem while converting
Replies: 13
Views: 20600

Do you (the user ID under which the DataStage job executes) have write permission to the /ds_data/METL/JOBS/WBTKEY/OUTPUT directory?
by ray.wurlod
Fri Jan 05, 2007 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject certain rows with constraint
Replies: 3
Views: 892

Job type is marked as server. Thread is now marked as resolved, but without any information as to how it was resolved. We share here. Please post how you resolved your problem, to help others in future. It's OK to tell us, for example, that your constraint expression was actually incorrect, but do l...
by ray.wurlod
Fri Jan 05, 2007 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding importing jobs from datastage manager
Replies: 26
Views: 6251

When DataStage compoents are exported, the person performing the export specifies the pathname of the export file (whether DSX or XML format). That is where it (the export file from which you need to import) is stored.
by ray.wurlod
Fri Jan 05, 2007 2:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding custom stages
Replies: 4
Views: 1159

Almost all plug-in (= optionally installed) stages in server jobs belong to the class CCustomStage. It's simply an internal mechanism that allows them to inherit their fundamental methods and properties.

Nobody has been playing; they are delivered thus from the vendor.
by ray.wurlod
Fri Jan 05, 2007 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: # character in the datastage server
Replies: 3
Views: 2757

8) A fourth synonym is ><
by ray.wurlod
Fri Jan 05, 2007 2:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Knowing the job creator
Replies: 7
Views: 1443

What query did you issue against the DS_AUDIT table? How did you issue the query (from what environment)?
by ray.wurlod
Fri Jan 05, 2007 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning: Job control process (pid XXXX) has failed
Replies: 17
Views: 7502

Do the individual jobs that generate the "job control process has failed" message include job control code? Are they reported as being run under control (that is, is DSJobController reported in the detailed Status view or in the "job starting" and "job finishing" log events? If not, I have to disagr...