Search found 53125 matches

by ray.wurlod
Sun Mar 17, 2013 7:16 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

That's a kinder approach. The suggestions given earlier are appropriate - either a Routine activity in the controlling sequence to get the link row count on the reject-handling link followed by a Notification activity to send the email, or an after-job subroutine to do the same. The mailbomb techniq...
by ray.wurlod
Sun Mar 17, 2013 4:33 pm
Forum: General
Topic: Send email while rejecting Records
Replies: 16
Views: 3415

Actually you can do it while rejecting records, but do you really want to send a separate email for each record rejected? The recipient(s) will quickly begin to hate you if you do. Therefore I'll not be explaining the technique.
by ray.wurlod
Fri Mar 15, 2013 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 2
Views: 1880

And, having done that, use DateToString() with the format you require, namely "%mm/%dd/%yyyy" - and make sure that the target column data type is a string of some kind, for example Char(10).
by ray.wurlod
Fri Mar 15, 2013 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in connecting with database
Replies: 5
Views: 3551

So the change was in the volume of data. :wink:
by ray.wurlod
Fri Mar 15, 2013 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine in Basic - its code does not appear!
Replies: 11
Views: 3222

If there is an entry for the routine in DS_ROUTINES the source code is stored in field #15 of that record. The reason I wanted to see the VOC result was to confirm that it was a user-written routine (with "DSU." prefix) rather than some other kind. Because other kinds are not stored in DS_...
by ray.wurlod
Fri Mar 15, 2013 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent Issue with Hash file usage !!
Replies: 2
Views: 1275

What Craig said.
by ray.wurlod
Fri Mar 15, 2013 3:42 pm
Forum: General
Topic: IBM Information Server Manager
Replies: 4
Views: 2641

Yes it can, and it's straightforward. The manual for ISM describes the process of configuring. Once configured you get an extra sub-menu (called Team) in Information Server Manager that you can use for check-in, check-out, etc.
by ray.wurlod
Fri Mar 15, 2013 3:40 pm
Forum: General
Topic: DataStage Scheduling user
Replies: 3
Views: 1841

Open the DataStage Administrator client. On the Scheduling tab you can specify the user name and password for the scheduling user, and validate that this user can be authenticated.

Note that this functionality is only available where the DataStage Engine is on a Windows platform.
by ray.wurlod
Fri Mar 15, 2013 3:38 pm
Forum: General
Topic: Writing and reading to/from Parameter Set using parallel job
Replies: 1
Views: 1303

Welcome aboard.

When you're providing the value to a parameter in a Job activity (or to an argument in a Routine activity) you can use any DataStage BASIC expression. Current date can be produced by

Code: Select all

Oconv(@DATE, "D-YMD[4,2,2]")
(Change the format string to suit your needs.)
by ray.wurlod
Fri Mar 15, 2013 3:35 pm
Forum: General
Topic: Clean-up or purge multi instance jobs from Director
Replies: 12
Views: 6990

I don't know that you can. What happens if you try?
by ray.wurlod
Fri Mar 15, 2013 3:35 pm
Forum: General
Topic: Function in Basic Language
Replies: 3
Views: 1487

SLEEP takes either seconds or a time in HH:MM format. So SLEEP 13:45 will sleep until 1:45pm. If it is already after that time, no sleep will occur.
by ray.wurlod
Fri Mar 15, 2013 3:31 pm
Forum: General
Topic: Want to make changes at the parameterset through the unix
Replies: 12
Views: 3062

Whatever your Engine-credentialled user is should be able to run.
by ray.wurlod
Fri Mar 15, 2013 3:15 am
Forum: General
Topic: How to Read zip file ?
Replies: 9
Views: 2736

Easiest is to unzip; you can make this a Filter command in the Sequential File stage and read the output of the unzip utility.

Another possibility, if you have a Java class that can read the zip file (which assumes a known format) is to use the Java pack in DataStage to read the file.
by ray.wurlod
Fri Mar 15, 2013 3:10 am
Forum: IBM QualityStage
Topic: Ruleset
Replies: 4
Views: 3120

Try leaving out the street name; resolve just the city, postal code and state/province/county.
by ray.wurlod
Thu Mar 14, 2013 7:18 pm
Forum: General
Topic: Clean-up or purge multi instance jobs from Director
Replies: 12
Views: 6990

I'm not sure what that statement from IBM Is about. Can you please cite a source? Meanwhile, you do not have to clear the RT_STATUS file (that would be unwise); you only need to delete the entries corresponding to the invocation ID(s) that you want to purge.