Search found 4605 matches

by kduke
Fri Nov 24, 2006 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding shell script
Replies: 3
Views: 1134

I have a question, why do you think you need to run a shell script especially from a Windows server? What is the purpose of this script?
by kduke
Fri Nov 24, 2006 3:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

Awesome job. Keep going until you understand all of these steps. You need to know a lot about BASIC to pull this off. You need to process multiple SELECT statements and not SQL type SELECTs. In BASIC a SELECT will create a list of IDs. An ID is the same as a key. You use this SELECT within a loop wi...
by kduke
Fri Nov 24, 2006 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem to unlock job
Replies: 2
Views: 929

Do a search for DS.TOOLS.
by kduke
Fri Nov 24, 2006 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the Metadata information in derivation?
Replies: 2
Views: 794

There is a routine on my tips page which will validate the metadata. Download it.
by kduke
Fri Nov 24, 2006 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to enter job run details to audit table
Replies: 8
Views: 2117

Do a search for EtlStats.
by kduke
Thu Nov 23, 2006 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generating jobs reports
Replies: 60
Views: 24753

That is my fault. That code needs to be removed but until then CREATE.FILE Sql2HtmlDriveP 19 I never think anyone is stupid especially if they are trying to do something new. You are learning. Give yourself some credit. I would not uncomment the code your are talking about. Leave it there. I would d...
by kduke
Wed Nov 22, 2006 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Vs UNIX
Replies: 8
Views: 2207

I do prefer UNIX but that was not my point. Developing in one OS and implementing in another is bad even if it is 2 versions of UNIX. It is worse when it is Windows and UNIX. Just like Ray says the bug lists are different. Something may work fine in Windows and fail in production. You have made your...
by kduke
Tue Nov 21, 2006 9:25 pm
Forum: General
Topic: Source Data Validation
Replies: 3
Views: 4422

You can use wc to get file size and number of rows. You easily write a routine to get these numbers. If you have fixed length records then it is a little more complicated. The post stuff would need to use EtlStats or write your own routines or jobs to get the number of rows processed from the job. D...
by kduke
Tue Nov 21, 2006 9:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: capture* files in /tmp directory
Replies: 6
Views: 2825

In BASIC when you

Code: Select all

execute Cmd capturing Output


Then one of these files is created.
by kduke
Tue Nov 21, 2006 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating a report using a Datastage tool
Replies: 11
Views: 2764

Silly Wabbit I gave you a 5. In fact I gave you two 5's. Does that make you a 10?
by kduke
Tue Nov 21, 2006 9:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find record JOBPARAMINSTS in executable job
Replies: 10
Views: 4493

What he said and if that does not work then Save As a new job name. Next delete the old job. Rename the Save As version back to the original name. Then do eveything Ray said again.
by kduke
Tue Nov 21, 2006 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Vs UNIX
Replies: 8
Views: 2207

There is no way I would do this. I would buy a small AIX box before I would develop on Windows and implement on UNIX. I would do LINUX before Windows. I think this is a very bad idea. I think the UNIX versions are all better than Windows anyway.

This is just my opinion. I hope it works for you.
by kduke
Tue Nov 21, 2006 8:46 pm
Forum: General
Topic: Plagiarising Premium Posts?????
Replies: 5
Views: 2737

Cobber is a good thang, right?
by kduke
Tue Nov 21, 2006 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validate text file against the meta data
Replies: 3
Views: 1042

I wrote a routine which tries to resolve this issue. It is called KgdDebugMetadata. I hope you can find it. It was geared more to finding a bad column in line xxxx in the sequential file. I think you can modify it to meet your needs.
by kduke
Tue Nov 21, 2006 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage engine
Replies: 6
Views: 4001

Welcome StageZilla. Nice name.