Search found 42189 matches

by chulett
Tue Jan 29, 2013 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass file path as parameter in xml output stage
Replies: 5
Views: 2523

Show us exactly how you set everthing up in the job / stage to use environment variables for the file path.
by chulett
Tue Jan 29, 2013 12:55 am
Forum: General
Topic: XML Output Stage File Name Split
Replies: 7
Views: 1496

OK, found what I was thinking. Check the XML Pack Guide pdf and the Writing output to your file system section of Chapter 4. You'll see mention of these 'column index flags' there:

%% Column position, starting with zero (0)
%@ Column names

The latter may help you.
by chulett
Tue Jan 29, 2013 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol date format
Replies: 5
Views: 1767

jwiles wrote:You should ask the data provider for the specifics on how the date is formatted.
This.
by chulett
Tue Jan 29, 2013 12:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get File name in External source stage
Replies: 18
Views: 12527

A Server job using the Folder stage can get that for your XML, that or a Server Shared Container with the same in your parallel job.
by chulett
Mon Jan 28, 2013 8:46 pm
Forum:
Topic: Configuring IMAM
Replies: 13
Views: 10363

Done.

FYI, split from this thread on Data Lineage.
by chulett
Mon Jan 28, 2013 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Design Issue
Replies: 5
Views: 2316

Was guessing it is a vertical pivot since they said it needed to "pivot to ten columns".
by chulett
Mon Jan 28, 2013 8:41 pm
Forum: General
Topic: XML Output Stage File Name Split
Replies: 7
Views: 1496

Been pondering this and I believe that new environment variables may have been added to control this, at least to some degree. Let me see what I can find, or perhaps Ernie will stop by.
by chulett
Mon Jan 28, 2013 4:44 pm
Forum: General
Topic: XML Output Stage File Name Split
Replies: 7
Views: 1496

That's how it works.

My 'workaround' in the past was a post-process that renamed all of the split instances with the names that I needed them to be.
by chulett
Mon Jan 28, 2013 3:38 pm
Forum: General
Topic: Identify Jobs that load/reads from a particular database
Replies: 5
Views: 1970

Thank goodness you said something because I was gonna fix it for you! :wink:
by chulett
Mon Jan 28, 2013 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to FTP Mainframe File onto ETL Server
Replies: 5
Views: 2225

True. Another point to note is that we are required to archive the source files on our side (in spite of them still being there on the source, go figure) so "need" the phyical copy we get from having them FTP them over.

And yes, YMMV. :wink:
by chulett
Mon Jan 28, 2013 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to FTP Mainframe File onto ETL Server
Replies: 5
Views: 2225

I'm of the opinion that you are better off having the host system FTP the file to you. Typically the simple and easy route and you don't have to use that darn metadata driven stage. Added bonus is that they should be able to automatically convert it to ASCII for you.
by chulett
Sun Jan 27, 2013 9:03 am
Forum: General
Topic: Identify current topology
Replies: 6
Views: 1471

Specifically, 'Chapter 3. Planning Step 3: Designing an Installation Topology' lists (and details) the various topologies.
by chulett
Sat Jan 26, 2013 8:53 am
Forum: General
Topic: List of available job run status
Replies: 1
Views: 810

$DSHOME/include/dsapi.h
by chulett
Sat Jan 26, 2013 12:20 am
Forum: General
Topic: File Update & Delete in between job
Replies: 2
Views: 929

Why not try it and see? Create a small test case, put it through the wringer and let us know.
by chulett
Sat Jan 26, 2013 12:10 am
Forum: General
Topic: Clean-up or purge multi instance jobs from Director
Replies: 12
Views: 6990

OK... it's been awhile but since there is only one log that all instances share and I thought I recalled that the Director uses what is basically a view into that log to show what happened for each instance run, I thought I remembered that purging the instance specific records from the log would rem...