Search found 726 matches

by zulfi123786
Thu Aug 27, 2009 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6368

In which guide of DATASTAGE is DS_JOBOBJECTS discussed???
by zulfi123786
Wed Aug 26, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 6368

How does DataStage store Annotations?

Hi,

How and where does DataStage store Annotations and data regarding the "Performance Statistics" ?

When i store the Column definitions in the repository how does DS store them???
by zulfi123786
Thu Aug 13, 2009 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find all jobs in a proj using certain hash file.
Replies: 7
Views: 2628

Is there not any meathod with the UV tables???
by zulfi123786
Thu Aug 13, 2009 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find all jobs in a proj using certain hash file.
Replies: 7
Views: 2628

Find all jobs in a proj using certain hash file.

Hi,

I have a project containing about 250 jobs and i need a list of jobs using the hash file 'xyz.hs' , how can i find this ????

Same as above case but using a seq file 'xyz.dat', how to know the job names???
by zulfi123786
Fri Jul 24, 2009 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to view the encrypted value of the job parameter
Replies: 5
Views: 1552

Need to view the encrypted value of the job parameter

Hi,
I have used a parameter of Encrypted type, say the value passed to it is "XYZ" and think for a moment that it gets encrypted as "##$%!!" now i want to view this value ""##$%!!" , then how can i do that.
by zulfi123786
Wed Jul 15, 2009 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding format of seq files
Replies: 3
Views: 1578

I am trying to understand an existing job . the job is working perfectly, but how???
by zulfi123786
Wed Jul 15, 2009 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding format of seq files
Replies: 3
Views: 1578

Regarding format of seq files

I am reading the seq file by putting 'tr -d '\015\010\007' in the filter tab.
I guess this command will delete all 'new line' (enter key) characters from the file. now my question is , how is the file being read as the terminating character is deleted from every record. The final delimiter=end .
by zulfi123786
Tue Jul 07, 2009 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim in Modify stage
Replies: 20
Views: 25207

I have tried as posted, its triming only the leading spaces

I have tried as posted, its triming only the leading spaces but the trailing spaces still remain untrimmed. please suggest............
by zulfi123786
Sun Jun 07, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: after how many rows would a commit be issued?
Replies: 9
Views: 3557

after how many rows would a commit be issued?

If i have set array size=20 and transaction size=13 after how many records would the insert commit?

if i have set array size=13 and transaction size=13 after how many records would the insert commit?
by zulfi123786
Sun Jun 07, 2009 10:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what's the difference between the following two options?
Replies: 1
Views: 1135

what's the difference between the following two options?

I have seen that in an odbc stage there are two update actions
1) clear table then insert rows
2)Replace existing rows completely

can anyone tell me whats the difference b/w the two?
by zulfi123786
Sun Jun 07, 2009 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which hash algorithm should be used to create hash file?
Replies: 2
Views: 1477

which hash algorithm should be used to create hash file?

I need to create 2 hash files. one based on integer key and another on character key, so out of various hash algorithms which one's should i use to create the above hash files?

*Topic Relocated to correct forum - Content Editor*
by zulfi123786
Fri May 29, 2009 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having problem with hash file
Replies: 1
Views: 1066

Having problem with hash file

I am having a hash file with IP_ID, IA,ID as the key columns and there are some records with spaces in these columns comming from source . I am trimming those columns and writing into the hash file from a seq file. The problem i am facing is that after triming the columns are not containing blank sp...