Search found 53125 matches

by ray.wurlod
Wed Mar 07, 2012 12:15 am
Forum: General
Topic: LIST. <what are all the options available>
Replies: 2
Views: 764

No, because all of these can easily be found in UniVerse technical manuals (to which others have linked in the past).
by ray.wurlod
Wed Mar 07, 2012 12:12 am
Forum: General
Topic: LIST OF DS_ TABLES
Replies: 4
Views: 1996

I'm sure these have been listed before. Did you Search DSXchange?
by ray.wurlod
Wed Mar 07, 2012 12:11 am
Forum: General
Topic: Query - Project Access
Replies: 5
Views: 963

Without administrator access, you won't be able to.
by ray.wurlod
Wed Mar 07, 2012 12:04 am
Forum: General
Topic: Logic to build a sequence
Replies: 3
Views: 925

Let's start with the mechanism by which a job can "return" anything. How do you propose to have this happen?

There are several techniques, and the one you use will affect how that value might be detected in a sequence.

Over to you.
by ray.wurlod
Tue Mar 06, 2012 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to read the data from URL
Replies: 2
Views: 932

You should be able to manage this with the Java Pack.
by ray.wurlod
Tue Mar 06, 2012 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution Time
Replies: 4
Views: 2201

It does run, even though slowly. DSGetJob() actually does a lot of work.
Attach and Detach are also not without their overheads.

To implement Craig's suggestion, simply test that the selected job name is not the same as that of the calling job.
by ray.wurlod
Tue Mar 06, 2012 3:03 pm
Forum: General
Topic: Query - Project Access
Replies: 5
Views: 963

So, you're trying to break the security that your administrator has set up?
by ray.wurlod
Tue Mar 06, 2012 3:02 pm
Forum: General
Topic: How to turn on OR logging?
Replies: 7
Views: 1598

Administration tab, Log Management menu, Log View option.
by ray.wurlod
Tue Mar 06, 2012 2:59 pm
Forum: Cognos (IBM BI)
Topic: Error on Creating Report
Replies: 2
Views: 8841

DSXchange is not, in general, a forum for Cognos questions unless in relation to interaction between Information Servers suite products and Cognos, for example importing Cognos assets or having Business Glossary also query Cognos Go!.
by ray.wurlod
Tue Mar 06, 2012 2:57 pm
Forum: IBM QualityStage
Topic: Rule sets for India
Replies: 6
Views: 2826

Version 8.7. Not version 8.1.
by ray.wurlod
Tue Mar 06, 2012 12:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from source type "uint64" to result typ
Replies: 7
Views: 2489

Lucky you don't work for me. That lazy approach would not be tolerated.
by ray.wurlod
Mon Mar 05, 2012 10:44 pm
Forum: General
Topic: What is the purpose of the HA_STATUS DS project subdirectory
Replies: 5
Views: 3045

HA_STATUS isn't a temporary file, though the records in it should be transient unless your high availability (HA) system decrees that a failover is necessary.
by ray.wurlod
Mon Mar 05, 2012 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 stored procedure
Replies: 4
Views: 2545

Explore the "drop on import" property for the other fields.
by ray.wurlod
Mon Mar 05, 2012 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion from source type "uint64" to result typ
Replies: 7
Views: 2489

No. Surrogate keys are always generated as uint64. But you could change this downstream of the Surrogate Key Generator stage using, perhaps, a Modify or Transformer stage.
by ray.wurlod
Mon Mar 05, 2012 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution Time
Replies: 4
Views: 2201

Create a routine to get the start and end timestamps from a job. Call this routine from a Transformer stage. Have your job process job names from DS_JOBS (filtering out "category" entries, for example NAME MATCHES "1A0X").