Search found 53125 matches

by ray.wurlod
Mon Feb 18, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex Flat File
Replies: 2
Views: 1452

You have already been provided with a solution to this problem using a Sequential File stage. If you insist upon using a Complex Flat File stage please post the record schema that you are using. You will need more than one level of definition.
by ray.wurlod
Mon Feb 18, 2008 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete custom routine exported by mistake as read-only
Replies: 7
Views: 3077

Can't you simply delete it using Designer?
by ray.wurlod
Mon Feb 18, 2008 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't view code in Server Routine window
Replies: 3
Views: 1069

Have you installed Fix Pack 1 for version 8 ?

Are you sure that there is code for this routine?

In versions prior to 8 the Code tab was empty (and, indeed, disabled) until a routine name had been entered but, as you report, you do have a routine name, so this is not the cause.
by ray.wurlod
Mon Feb 18, 2008 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsimport return code in windows
Replies: 5
Views: 1758

Guess not!
by ray.wurlod
Mon Feb 18, 2008 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Linked excel files in access DB as datasource
Replies: 3
Views: 1019

Please mark the thread as Resolved.
by ray.wurlod
Mon Feb 18, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need guidance for IBM WebSphere IIS DataStage certification
Replies: 3
Views: 1375

Welcome aboard.

A good start point would be to Search DSXchange. This will give you pointers and links to other sites where you can learn more.
by ray.wurlod
Mon Feb 18, 2008 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: profile stage in Datastage 8.0
Replies: 6
Views: 3381

I actually wrote more than that, as any premium member would be able to see. The diaresis (...) at the end of the truncated view indicates, just as it does in Director log view, that there is more to be seen.
by ray.wurlod
Mon Feb 18, 2008 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want 8.0.1 PDF File if any body is having it Plz share.
Replies: 1
Views: 757

It doesn't matter what forum you post in, nor how many times, for anyone to accede to your request would violate their licence agreement. You MUST request this information through your support provider or vendor.

Incitement to commit a crime is itself a crime.
by ray.wurlod
Mon Feb 18, 2008 2:40 am
Forum: General
Topic: PROJDEF
Replies: 5
Views: 1535

I described fully in my earlier post how it works. Premium membership costs less than 30c per day, and allows one (among other things) to read all of what premium posters have to say. Premium membership is totally allocated to helping to defray the hosting and bandwidth costs incurred by DSXchange. ...
by ray.wurlod
Mon Feb 18, 2008 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want 8.0.1 PDF File if any body is having it Plz share.
Replies: 1
Views: 826

That would be violating licence conditions. Incitement to commit a crime is itself a crime. If you want documentation, ask your support provider or vendor.
by ray.wurlod
Mon Feb 18, 2008 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we call a parallel job in a Batch server Job.
Replies: 13
Views: 3115

Look Harder.

The words Post new topic are writ large at the top of each forum.

Etiquette Note
Do not direct questions to specific posters. This is a forum, with all that that implies.


Search will find answers to your question.
by ray.wurlod
Mon Feb 18, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Phantom error
Replies: 2
Views: 3539

Use a Num() function to trap non-numeric data. Also look at the code in RT_BP5132/JOB.1850638995.DT.145306556.TRANS5 to see what's being processed in and around line number 346. This may assist you to identify the column that is throwing the exception.
by ray.wurlod
Mon Feb 18, 2008 1:00 am
Forum: General
Topic: PROJDEF
Replies: 5
Views: 1535

$PROJDEF is one of three special tokens that you can use to set the default value of a job parameter that is an environment variable. It means that, unless some other value is supplied when the job run request is issued, that DataStage should obtain the value from the project; that is, from the envi...
by ray.wurlod
Sun Feb 17, 2008 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with sequential file.
Replies: 3
Views: 2246

Have you specified DOS-style as the record terminator string, rather than UNIX-style as the record terminator?
by ray.wurlod
Sat Feb 16, 2008 12:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a project......
Replies: 12
Views: 5046

Get to the TCL prompt on the server in the DataStage Engine directory (also called the UV account). Execute the following commands and describe the outcome. SELECT @ID FMT '18L', PATH FMT '72T' FROM UV.ACCOUNT WHERE @ID = '<<Project>>'; SELECT SCHEMA_NAME, PATH FROM UV_SCHEMA WHERE SCHEMA_NAME = '<<...