Search found 4605 matches

by kduke
Wed May 17, 2006 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about Datastage Job Backup Automatically
Replies: 6
Views: 2763

I create a little batch file like this: :: ----------------------------------------------------------------- :: Host is server name :: User is username to use to attach to DataStage :: Password is password to use to attach to DataStage :: BackupDir is the directory to place the backed up project in ...
by kduke
Wed May 17, 2006 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Syntax issue using execute and capturing
Replies: 29
Views: 6974

In BASIC you should use Pick style SELECTs and not SQL SELECTs. The SELECTs have a little different syntax. SELECT filename WITH column_name = "value" AND WITH ... Use WITH instead of WHERE. WITHs are repeated for each field. The fields or column_names have to be in the DICT or you need to...
by kduke
Wed May 17, 2006 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: about Datastage Job Backup Automatically
Replies: 6
Views: 2763

I modified it a little bit and posted it on my tips page.
by kduke
Tue May 16, 2006 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture JobName,warnings etc...
Replies: 4
Views: 1488

I sure hope they integrate stats with DataStage where it belongs and not in MetaStage. You need to make ETL decisions based on these numbers. That is why it is in a job and stored in tables so you can make ETL decisions with it. All this and it is free.
by kduke
Tue May 16, 2006 9:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture JobName,warnings etc...
Replies: 4
Views: 1488

Craig comes through again. Very funny.
by kduke
Tue May 16, 2006 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Got certified in Datastage
Replies: 40
Views: 13776

Way to go blogman.
:)
by kduke
Tue May 16, 2006 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using database passwords
Replies: 4
Views: 1162

I think that each database needs 3 parameters for the DSN, User and Password. We name them p plus Source or Target plus the DSN name plus Dsn, User or Pwd. So AS400 DSN has: pSourceAS400Dsn pSourceAS400User pSourceAS400Pwd Ray suggests jp in front for job parameter. I think that maybe better. To par...
by kduke
Tue May 16, 2006 8:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Path parameter
Replies: 4
Views: 1336

This is DsSeqFilesAll.sql and is part of EtlStats. select EVAL DS_JOBOBJECTS."@RECORD<6>" AS FILE_NAME FMT '45L', DS_JOBS.NAME AS JOB_NAME FMT '35L', DS_JOBOBJECTS.NAME AS LINK_NAME FMT '35L' from DS_JOBOBJECTS, DS_JOBS where DS_JOBOBJECTS.OLETYPE in ('CSeqOutput','CSeqInput') and ...
by kduke
Mon May 15, 2006 6:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HAWK release status
Replies: 13
Views: 3213

it now employs a webmaster


It has always employed a webmaster. Dennis has eaten this cost for years now. Now it is time to at least break even.
by kduke
Mon May 15, 2006 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing the primary group of a DataStage Server on UNIX
Replies: 5
Views: 1981

I absolutely agree with Ray.
by kduke
Mon May 15, 2006 6:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Path parameter
Replies: 4
Views: 1336

Why not run some of the SQL posted against the repository tables to see if they did it right?
by kduke
Mon May 15, 2006 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing the primary group of a DataStage Server on UNIX
Replies: 5
Views: 1981

Yes. Some binaries are owned by root. So do not chown on these. You will have problems.
by kduke
Mon May 15, 2006 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backup and Exporting AT commands
Replies: 6
Views: 1274

No it does not. It is a backup of jobs only.