Search found 3329 matches

by Sainath.Srinivasan
Wed Feb 25, 2009 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing sql query as parameter
Replies: 8
Views: 1869

What do you mean by "output" of an SQL query?

The query or the resulting rows ?
by Sainath.Srinivasan
Wed Feb 25, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Access to administrator client
Replies: 2
Views: 3816

Don't install DS Admin client on their PC.
by Sainath.Srinivasan
Wed Feb 25, 2009 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run a Job based on the File appears in Unix
Replies: 4
Views: 1347

Ray,

Wouldn't that make 100 "wait for file" spawing and grinding the machine to halt !!??

If the incoming file has different name parts (e.g. datetime attached to their name), all seq.s can be scheduled so it can be gathered at cob or periodic intervals.
by Sainath.Srinivasan
Wed Feb 25, 2009 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while exeucting jobs having Buildup stage
Replies: 5
Views: 1453

If you open the designer in new env, can you see the buildop under its category?
by Sainath.Srinivasan
Wed Feb 25, 2009 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while exeucting jobs having Buildup stage
Replies: 5
Views: 1453

If you open the designer in new env, can you see the buildop under its category?
by Sainath.Srinivasan
Mon Feb 23, 2009 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor lookup
Replies: 5
Views: 1390

Doh!! Me and my PX !! In server, depending on volume, you can 1.) Use ODBC link 2.) Create db link 3.) Use hash file with combined rows 4.) Simulate multiple rows from rows so each with gather one reference row. There are other methods also. Need more information on what you are attempting, volume, ...
by Sainath.Srinivasan
Mon Feb 23, 2009 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cursor lookup
Replies: 5
Views: 1390

Use 'returns multiple rows' options.
by Sainath.Srinivasan
Mon Feb 23, 2009 7:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unexpected termination of Designer
Replies: 3
Views: 1553

Does it close to hide behind other window(s)?

Try minimising all other windows to check.

Did you attempt any network trace or doing the same from a fixed PC in the network (i.e. non-citrix) ?
by Sainath.Srinivasan
Mon Feb 23, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertial & horizontal pivoting with variable number of co
Replies: 6
Views: 1663

If I understand correctly, are you saying that there can be variable number of columns ??

In that case, how do you intend to store in a db? The structure will be variable.

Also, you may be better-off using features in xls to change (pivot) the result.
by Sainath.Srinivasan
Mon Feb 23, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertial & horizontal pivoting with variable number of co
Replies: 6
Views: 1663

If I understand correctly, are you saying that there can be variable number of columns ??

In that case, how do you intend to store in a db? The structure will be variable.

Also, you may be better-off using features in xls to change (pivot) the result.
by Sainath.Srinivasan
Mon Feb 23, 2009 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not writing to column: NVL
Replies: 6
Views: 2003

Have you ticked on/off the nullable property in source?
by Sainath.Srinivasan
Mon Feb 23, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Basic Routine With in Job Control
Replies: 16
Views: 4429

Did you search?

This has been discussed loads of times.