Search found 42189 matches

by chulett
Fri Apr 05, 2013 7:02 am
Forum: General
Topic: Using parameters in DB2 Stage in DS 8.7
Replies: 11
Views: 5598

Welcome.

"no longer works" means exactly what? What does or doesn't happen, what errors do you get?
by chulett
Fri Apr 05, 2013 6:57 am
Forum: General
Topic: High CPU usage by WorkloadManagment (WLM) - V9.1
Replies: 6
Views: 2114

Good. :wink:

You seem to be out on the bleeding edge of the product, not sure how much experience there is with 9.1 out in the wild but perhaps someone here will have a suggestion.
by chulett
Thu Apr 04, 2013 9:23 am
Forum: General
Topic: DSN created in windows not appering in DS DSN drop down list
Replies: 6
Views: 1782

sendmkpk wrote:Moderator@ Plz move it to EE forum
No, this is a perfectly "general" question.
by chulett
Thu Apr 04, 2013 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofiguaration file issue to run orchadmin commands
Replies: 2
Views: 1399

Your user in the SIT environment doesn't have the permissions it needs to work there. Get what you need to write to your temporary config file location.
by chulett
Thu Apr 04, 2013 7:15 am
Forum: General
Topic: HOW TO GET THE DSN LIST IN DATASTAGE 8.5...
Replies: 4
Views: 2404

FYI - Writing in all capitals is considered SHOUTING on the internet in general and here as well. Please don't shout.
by chulett
Thu Apr 04, 2013 7:11 am
Forum: General
Topic: High CPU usage by WorkloadManagment (WLM) - V9.1
Replies: 6
Views: 2114

Re: High CPU usage by WorkloadManagment (WLM) - V9.1

AndreasK wrote:Has anyone an idea where i can get more informations or how i can solve the problem?
One place to start would be with your official support provider.
by chulett
Thu Apr 04, 2013 12:04 am
Forum: General
Topic: Pass value from table to job parameter
Replies: 3
Views: 996

One thought - use a sub-query into the audit table. Can you do something along the lines of: select * from xyz where tran_date > (select last_run_date from audit_table where ???) Do you have a way to join to the proper audit record for the job in question? The downside of that is you wouldn't have a...
by chulett
Wed Apr 03, 2013 5:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query::Datastage migration from 7.5.3 server to 8.5 server
Replies: 2
Views: 1619

<moved to the proper forum>

You'll be fine, everything will work "as is". After the migration you'll have the option to start using parameter sets if you so choose.
by chulett
Wed Apr 03, 2013 1:16 pm
Forum: General
Topic: How to rename and run daily basis jobs?
Replies: 7
Views: 2524

That makes it something that can be done rather easily in a Sequence job. An Execute Command stage can get the filename and the result can go to the Job Activity stage's filename parameter.
by chulett
Wed Apr 03, 2013 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using CFF Stage for Mainframe Files
Replies: 1
Views: 1148

That's not any kind of "fixed width" file, that's a simple tab delimited file and it should parse fine if you change the stage accordingly.
by chulett
Wed Apr 03, 2013 8:28 am
Forum: General
Topic: How to rename and run daily basis jobs?
Replies: 7
Views: 2524

Clarify something for us - is the 'filename' a standalone parameter to be passed to the job or is it part of a parameter set with a values file that needs to be updated?
by chulett
Wed Apr 03, 2013 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleansing Name
Replies: 12
Views: 5277

Silly requirement. Use the best tool for the job. Perhaps you can do this in steps. Use Convert() to remove all of the digits and punctuation then check the size of the result. If it is zero then it was 'only numbers' and is invalid. Then from that result upcase it and use Convert() to remove A-Z an...
by chulett
Wed Apr 03, 2013 7:01 am
Forum: General
Topic: Windows -- Audit Table
Replies: 7
Views: 2691

Re: Windows -- Audit Table

Jaydev wrote:I am new to routines as well as bat scripts.
That will complicate your effort but this should be a great learning experience.
by chulett
Wed Apr 03, 2013 6:57 am
Forum: General
Topic: How to rename and run daily basis jobs?
Replies: 7
Views: 2524

A script or routine can be used to detect the current name of the file and then you can either update your values file or pass it as a parameter to the processing job.
by chulett
Tue Apr 02, 2013 4:32 pm
Forum: General
Topic: DataStage BASIC Syntax Highlighting Scheme
Replies: 4
Views: 2104

FYI - There is also a syntax file available for UltraEdit for anyone using that.