Search found 14 matches

by ffillmorejr
Sun Feb 20, 2022 8:35 am
Forum: General
Topic: DataStage Access to System z Legacy Data (VSAM, Physical Sequential)
Replies: 0
Views: 8208

DataStage Access to System z Legacy Data (VSAM, Physical Sequential)

Team, I am working on a project to regularly process terabytes of legacy System z (mainframe) data (e.g. VSAM, Physical Sequential)) with DataStage. DataStage will be co-located on System z running in z/Linux. Communications between z/OS and z/Linux will be via HiperSockets. https://www.ibm.com/docs...
by ffillmorejr
Wed Feb 02, 2022 10:16 am
Forum: General
Topic: Files Located on Microsoft Distributed File System (DFS) as DataStage Job Inputs
Replies: 0
Views: 8125

Files Located on Microsoft Distributed File System (DFS) as DataStage Job Inputs

Customer is just implementing DataStage. They would like to use files stored on MS Distributed File System (DFS) as input to DataStage jobs. Searching the documentation and general Googling has not turned up which Stage to use and how to configure it to access MS DFS files. TIA!
by ffillmorejr
Thu Jul 12, 2018 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Db2 Connector Continuous Data Ingest (CDI) Utility
Replies: 1
Views: 2490

Db2 Connector Continuous Data Ingest (CDI) Utility

The Db2 Connector supports the "Bulk load" option using the Db2 Load command. Is there a way to invoke the Continuous Data Ingest (CDI) Utility from the Db2 Connector?
by ffillmorejr
Thu Jun 25, 2015 1:01 pm
Forum: General
Topic: Navigation panel in database and ODBC connector stages
Replies: 1
Views: 1871

Navigation panel in database and ODBC connector stages

It looks like the navigation panel in the upper left corner of the Properties tab of the ODBC and database connector stages has disappeared. It looks like it has been replaced a pulldown menu. Please confirm I am not missing something (obvious). TIA.
by ffillmorejr
Thu Feb 09, 2012 1:51 pm
Forum: General
Topic: Information Server Backup Best Practices to Limit Outage
Replies: 1
Views: 1736

Information Server Backup Best Practices to Limit Outage

By-the-book InfoSphere Information Server v8.x backup procedures require several steps on each tier and perhaps an extended outage. I am teaching an Information Server class and many students say their organizations rarely backup IS because of the outage impact on production operations (which run 24...
by ffillmorejr
Tue Sep 07, 2010 2:46 pm
Forum: General
Topic: dsjob command syntax
Replies: 8
Views: 44907

Note that the documentation referred to in the thread "WebSphere DataStage Programmer's Guide" is available via Information Server v8.1 APAR JR31951 along with a bunch of other manuals. http://www-01.ibm.com/support/docview.wss?rs=14&uid=swg1JR31951 It can be downloaded at http://www-9...
by ffillmorejr
Fri Sep 03, 2010 11:01 am
Forum: General
Topic: dsjob command syntax
Replies: 8
Views: 44907

dsjob command syntax

Where can I find the complete syntax of the DSJOB command? I have spent the better part of an hour looking in the DataStage Information Center online, the Parallel Job Developers Guide, Parallel Job Advanced Developers Guide, Server Job Developers Guide. Is there a link or manual you can point me to...
by ffillmorejr
Thu Aug 26, 2010 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple instances of the same job simultaneously
Replies: 4
Views: 4380

kumar_s wrote:I supppose by not passing the invocation id, you are trying to keep on triggerin the master job.
When you run the Job sequence from Windows, you will have small box with a display of Invocation id, w ...
That fixed it. Thanks.
by ffillmorejr
Thu Aug 26, 2010 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple instances of the same job simultaneously
Replies: 4
Views: 4380

You could check couple of things: 1. See if the job is in aborted state or Not compiled state as the warning suggests. 2. Are you passing different invocation id's every time you are running the Job Sequence. All seven of the Server Jobs compiled successfully after I updated the Job Properties. All...
by ffillmorejr
Thu Aug 26, 2010 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running multiple instances of the same job simultaneously
Replies: 4
Views: 4380

Running multiple instances of the same job simultaneously

I have created seven DataStage Server Jobs each of which runs against hundreds of source databases. I would like to run the same DataStage Job against multiple source databases simultaneously. I set the "Allow Multiple Instance" switch in the Job Properties of the Server Jobs. I have a Seq...
by ffillmorejr
Wed Aug 25, 2010 3:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Frequent scheduling of Server Job
Replies: 3
Views: 2646

I am looking for a recommendation for Windows job scheduling software to run DataStage Jobs. I am looking at ActiveBatch, JAMS, and Vinzant. Any experiences? Any other alternatives.

TIA!
by ffillmorejr
Tue Aug 24, 2010 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Frequent scheduling of Server Job
Replies: 3
Views: 2646

Frequent scheduling of Server Job

The native scheduling facility in the Director is somewhat limited. I have some Jobs I want to run every five minutes. Others every hour. Information Server is installed on Windows. I am assuming the alternative to the Director scheduler is a batch script invoking the DataStage Job via a line comman...
by ffillmorejr
Tue Aug 10, 2010 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structuring a Server Job to Delete/Prune Input Records
Replies: 7
Views: 3664

Solution Found!

Thank you to all who responded to this post. I have blogged on the integration of InfoSphere Change Data Capture and DataStage - including the solution to the pruning question I had posted here.

http://www.thefillmoregroup.com/blog/?p=369
by ffillmorejr
Wed Jul 28, 2010 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structuring a Server Job to Delete/Prune Input Records
Replies: 7
Views: 3664

Structuring a Server Job to Delete/Prune Input Records

I have an ODBC Stage that SELECTs rows from a System i table/physical file. This feeds a Transformer stage that puts the rows on respective INSERT/UPDATE/DELETE links to a second ODBC Stage writing to another database. Once all of the records have been processed in the second ODBC Stage, I would lik...