Search found 53125 matches

by ray.wurlod
Tue Aug 05, 2008 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 11788

The file is overwritten if no new SETPTR command has been executed.

There are other options with BANNER if you need to generate file names (for example BANNER UNIQUE or BANNER NEXT), otherwise execute new SETPTR command ahead of each query.
by ray.wurlod
Tue Aug 05, 2008 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2 implementation!!
Replies: 10
Views: 3796

What ever happened to G.K.K. (the original poster)?
:?
by ray.wurlod
Tue Aug 05, 2008 3:53 pm
Forum: General
Topic: parallel job error
Replies: 8
Views: 2942

The free version is still available from Microsoft
by ray.wurlod
Tue Aug 05, 2008 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count of file
Replies: 1
Views: 795

Welcome aboard.

Draw a link from the Execute Command activity to the Notification activity. On the Triggers tab of the Execute Command activity test the exit status of your command (the test command returns 0 or 1). This is available as an activity variable.
by ray.wurlod
Tue Aug 05, 2008 5:18 am
Forum: General
Topic: Pivot.pdf
Replies: 3
Views: 2129

C:\Program Files\Ascential\DataStage7.5\Docs\Pivot.pdf
by ray.wurlod
Tue Aug 05, 2008 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX Warning: Import consumed only 27bytes of the re
Replies: 5
Views: 4380

Don't get hung up on control characters. Look at the message. Import (read) consumed only 27 bytes. This means either that your metadata only describes a 27-byte record, or that there is a line terminator (record delimiter) in your data.
by ray.wurlod
Tue Aug 05, 2008 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of files in a job
Replies: 5
Views: 1157

... and I showed you one way to do that.

Premium membership is not expensive, at less than 30c (Rs12) per day.
by ray.wurlod
Tue Aug 05, 2008 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we implement a simple filter condition in buildop
Replies: 5
Views: 1150

Without a specification there ARE no details. Read the chapter in the manual about Build stages, in particular the piece about managing transfers.
by ray.wurlod
Tue Aug 05, 2008 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When we login the DataStage Director for checking job status
Replies: 3
Views: 1668

DSR_JOBS it may have been; the DataStage object code (helper subroutine) that delivers a list of jobs in the Repository.

Can you post a directory listing of the project directory? It would appear that it has either not been properly created, or that it has been partially deleted.
by ray.wurlod
Tue Aug 05, 2008 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: postgres - strange sql
Replies: 2
Views: 1119

Welcome aboard.

The SELECTs are queries to the ODBC driver to check that the metadata (column names, data types, etc.) in your job match those in the table to which you are referring in your INSERT/UPDATE query.
by ray.wurlod
Tue Aug 05, 2008 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of files in a job
Replies: 5
Views: 1157

That's the $64 million dollar question, isn't it? Further, your quest may be hampered by use of parameterized directory/folder names and/or file names. So it becomes a very complex query indeed. Probably the easiest thing to do is to generate a job report (using dsjob -report command), and to parse ...
by ray.wurlod
Tue Aug 05, 2008 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting File Information
Replies: 1
Views: 819

How would you get it if you did not have DataStage? Use that method, perhaps from an Execute Command activity in a job sequence.
by ray.wurlod
Tue Aug 05, 2008 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we implement a simple filter condition in buildop
Replies: 5
Views: 1150

Write the code to transfer conditionally from input to output. There's no particular "how" - it will depend on your particular filtering requirement.
by ray.wurlod
Tue Aug 05, 2008 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the Repository Details
Replies: 5
Views: 2108

Ennumerated SQL data types are intended for programmatic use only, and are therefore not in a table. They are in a header file, from memory ODBC.H. Your final question does not really make any sense. A hashed file is one way to implement a database table, and may therefore contain columns of any par...
by ray.wurlod
Tue Aug 05, 2008 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of files in a job
Replies: 5
Views: 1157

Certainly. There isn't one.

The DataStage repository is a database so, in the same sense that there's no UNIX command for getting information out of, say, Oracle tables, there's no UNIX command for getting information out of the DataStage repository.