Search found 53125 matches

by ray.wurlod
Thu May 27, 2010 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset schema is disordered
Replies: 3
Views: 2117

It's normal (optimized) and it's standard across most databases - you do not control the order in which the database server decides to store columns. Most, in my experience, try to put the fixed-length ones first and the variable-length ones later. In rare cases this can be tunable.
by ray.wurlod
Thu May 27, 2010 7:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with IsNull function
Replies: 9
Views: 5766

Adding to a five year old thread that is not the same question as yours is only going to make it harder to find your question in future. Please begin a new thread.
by ray.wurlod
Thu May 27, 2010 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 3271

Search DSXchange for the SETFILE command.
by ray.wurlod
Thu May 27, 2010 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment handle 'ENV' error
Replies: 5
Views: 4042

No. The DB2 API is very similar in construction to the ODBC API - with some minor variants (for example ENV rather than HENV for the name of the environment handle). However, it's still probably an inability to load a driver of some kind.
by ray.wurlod
Thu May 27, 2010 11:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sync the DataStage Scheduler with Windows AT Schedule
Replies: 4
Views: 3812

In Administrator, have you got a separate user defined for running scheduled jobs (on the Schedule tab)? If so, login as that user and do the AT listing.
by ray.wurlod
Thu May 27, 2010 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environment handle 'ENV' error
Replies: 5
Views: 4042

This can be a failure to load the ODBC driver or - on Windows - the ODBC driver manager.
by ray.wurlod
Thu May 27, 2010 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create multiple files without looping
Replies: 11
Views: 3714

Use a server job with a Folder stage.
by ray.wurlod
Thu May 27, 2010 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass column value as parameter
Replies: 8
Views: 2954

Hard coding a link for every col1 value possibility is one way. The links that don't process any rows will still create files - you can clean these up with an after-job subroutine.
by ray.wurlod
Thu May 27, 2010 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage reading Mainframe Dataset that has S9(S) Comp -3
Replies: 13
Views: 7787

Welcome aboard. If you import the "table definition" from a relevant COBOL copybook, then all of the required metadata will be there for you. As a general rule field sizes are fixed in mainframe data, so there is no field delimiter and no need for quotes. The record delimiter will depend u...
by ray.wurlod
Thu May 27, 2010 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Functions to get total number of records
Replies: 10
Views: 2468

I do (understand the fear) but disagree totally with it.

The main issue, it seems to me from my experience, is the concern about needing to maintain two skill sets.
by ray.wurlod
Thu May 27, 2010 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: try to generate new key get following error
Replies: 5
Views: 1928

Well you'd better show us precisely how you have configured/programmed these mechanisms (SCD or transformer or surrogate key generator).
by ray.wurlod
Thu May 27, 2010 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Load error
Replies: 7
Views: 3495

DB2 Connector does not use ODBC protocol.
by ray.wurlod
Thu May 27, 2010 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input Stage Error
Replies: 14
Views: 7259

{0} indicates a zero byte - that is, 0x00. Maybe you can pre-process your XML stream to remove these.
by ray.wurlod
Thu May 27, 2010 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Sync the DataStage Scheduler with Windows AT Schedule
Replies: 4
Views: 3812

Only the obvious one - unschedule the job in Director then re-schedule.

Are you sure it doesn't show up in an AT listing? What if you are a member of the Administrators group when doing the AT listing?
by ray.wurlod
Thu May 27, 2010 11:15 am
Forum: General
Topic: How to Display the Day from the date value in parallel job
Replies: 13
Views: 2925

There's a table of date format tags (including "%eeee") in Chapter 2 of the Parallel Job Developer's Guide

It may be elsewhere in the version 7.5 manual, but I'd be pretty confident it's in there somewhere.