Search found 53125 matches

by ray.wurlod
Tue Jan 31, 2012 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read from begging of a charecter till EOF
Replies: 1
Views: 703

Find the location of the "$" character, skip forward one character, and read the remainder.

Did you want to do this with an operating system command, a DataStage job or a DataStage routine?
by ray.wurlod
Mon Jan 30, 2012 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not bounded length.
Replies: 2
Views: 1140

Are there any other unbounded VarChar (or Long VarChar) columns in your job? If you've loaded this one from the metadata is IS bounded, and therefore this particular column would not be generating a "not bounded" error message.
by ray.wurlod
Mon Jan 30, 2012 2:41 pm
Forum: General
Topic: Unix permission issue while working on 2 Datastage Projects
Replies: 8
Views: 4227

PuTTY is a telnet client. Whenever you use PuTTY you are using telnet.
by ray.wurlod
Mon Jan 30, 2012 2:36 pm
Forum: General
Topic: Way to use Local OS Authentication in 8.5
Replies: 6
Views: 2895

Open the administrative console for WebSphere Application Server. The version number is on the main screen (for version 7 anyway), or you can select Help > About to find the version.
by ray.wurlod
Sun Jan 29, 2012 1:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create new column in target from input table:
Replies: 3
Views: 1564

Sort in reverse order and compare current with previous row, keeping the last from each group. Re-sort into ascending order if required.
by ray.wurlod
Sat Jan 28, 2012 12:45 am
Forum: General
Topic: New Functions
Replies: 16
Views: 6349

This is a weird requirement (imho) for a POC. Make sure that you highlight the hundreds of functions that already exist in the product. There is very rarely any need to write your own function in DataStage.
by ray.wurlod
Fri Jan 27, 2012 5:54 pm
Forum: General
Topic: Utility to convert datastage code between .dsx and .xml
Replies: 2
Views: 4536

None of which I'm aware, but I'm certain you could work it out by comparing DSX and XML exports of the same components.

The real question is why?

When you import from an XML file it is converted on the fly to DSX then the import reads from that.
by ray.wurlod
Fri Jan 27, 2012 5:53 pm
Forum: General
Topic: how to use DSJobInvocationId
Replies: 4
Views: 3671

If you're using dsjob then, yes, this is the only way. If the job was started from a client tool, such as Director or Designer, the Invocation ID has its own field.
by ray.wurlod
Fri Jan 27, 2012 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting LONG datatype from Oracle connector
Replies: 3
Views: 2264

Do you really need to view the data? Would it be sufficient to move the data from Oracle to SQL Server?
by ray.wurlod
Fri Jan 27, 2012 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle huge number of logs?
Replies: 8
Views: 4542

How many different MESSAGE ID values do you get? It's the MESSAGE ID that drives the message handler, not the content.
by ray.wurlod
Fri Jan 27, 2012 3:29 pm
Forum: General
Topic: Unix permission issue while working on 2 Datastage Projects
Replies: 8
Views: 4227

Without this information we can not advise cogently. In that case your admins will have to solve the entire problem themselves. Which do you think they would prefer?
by ray.wurlod
Fri Jan 27, 2012 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create new column in target from input table:
Replies: 3
Views: 1564

Ur was a city in ancient Babylon. The second person personal pronoun in English is spelled "your". Please strive for a professional standard of written English on DSXchange; it helps those whose first language is not English.
by ray.wurlod
Fri Jan 27, 2012 3:22 pm
Forum: General
Topic: how to use DSJobInvocationId
Replies: 4
Views: 3671

You don't pass the value directly to DSJobInvocationId because this is a macro that invokes the DSGetJobInfo() function. The invocation ID is set when a multi-instance job is submitted for running.
by ray.wurlod
Fri Jan 27, 2012 3:20 pm
Forum: General
Topic: Execute Command activity does not run the script
Replies: 17
Views: 6671

Make sure that all DataStage users have umask set to 002 (not the default 022) so that all users in the user's group retain write access.