Search found 97 matches

by tostay2003
Wed Mar 22, 2006 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in key management functions
Replies: 7
Views: 3026

Difference in key management functions

Hi all, Got few doubts What are the differences between a) KeyMgtGetNextValue -> Generates Sequential numbers b) KeyMgtGetNextValueConcurrent-> whats the meaning of concurrent environment. c)KeyMgtGetMaxKey-> help in datastage informs to use ODBC stage for this, can we use other stages as well? and ...
by tostay2003
Thu Mar 16, 2006 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column names
Replies: 2
Views: 896

Re: column names

Doing a bit of indenting. Ray pls try to help ---------------------------------------- Tif Ident SP (key) Ident label Tif Data Area CONS-TRANS-DOC 00*HEADER *HEADER CONS-TRANS-DOC 00AAA AAA POSTED-REACT WRD CONS-TRANS-DOC 00ABA ABA ARRS-BD ADJ 4/88 CONS-TRANS-DOC 00ADJ ADJ ADJ LOAN BAL CONS-TRANS-DO...
by tostay2003
Thu Mar 16, 2006 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column names
Replies: 2
Views: 896

column names

i dont know where this question fits. Sorry to post it over here, if i posted it wrongly. i need to find out the column names from cobol copy book from a spreadsheet.. can you help me how to find out that.. I need to prepare the column list from the spread sheet. few samples from spread sheet. Tif I...
by tostay2003
Wed Mar 15, 2006 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch files
Replies: 6
Views: 1337

batch files

Hi all,

What are batch files? How do we create them?
by tostay2003
Wed Mar 15, 2006 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scripting
Replies: 5
Views: 1512

Sorry ArndW for not putting my question right way. Thanks Kcbland.

Kcbland, could you please list out shell commands, which will be needed in designing datastage jobs and when will they be appropriate?
by tostay2003
Wed Mar 15, 2006 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scripting
Replies: 5
Views: 1512

scripting

Can anyone explain, when do we need to do scripting for datastage (in which language)? why?

PS: just know few commands of unix
by tostay2003
Wed Mar 15, 2006 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP only when file exists
Replies: 4
Views: 1278

One doubt regarding this. Can we do it this way as well? a) Open the job where u r reading from ftp b) click job properties c) Select DSWaitForFile in Before subroutine. d) specify the server path Note : I have not used ftp, so far, but guess the above procedure works same way as for sequential files.
by tostay2003
Wed Mar 15, 2006 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger performance (server and parallel)
Replies: 12
Views: 4293

Hi All, DSGuru, to be honest, didnt understand what you have suggested. As per Kcbland, i have to get premium content soon. My basic question is, Is trigger good or writing that logic in state variable and adding to the derivation column of the target. Why and How, pls compare with how the logic dea...
by tostay2003
Wed Mar 15, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: trigger performance (server and parallel)
Replies: 12
Views: 4293

trigger performance (server and parallel)

Hi all, I have two tables namely a) emp b) emp_chg (emp contains the history data and emp_chg contains new data). Now i need to compare both these tables and load data back in 'emp', with a flag being set if at all there has been update to any column or any new record has been inserted. I have done ...
by tostay2003
Fri Mar 10, 2006 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset, Fileset
Replies: 15
Views: 6539

Thanks a lot for the reply
by tostay2003
Thu Mar 09, 2006 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join,merge, lookup
Replies: 8
Views: 3200

merge as well acts to perform join (correct me if i am wrong). I got from the manual when to use join and lookup. But if merge can be used ideally, lets say most of the sources. Then which to prefer?

Thanks for response & and ur patience
by tostay2003
Thu Mar 09, 2006 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join,merge, lookup
Replies: 8
Views: 3200

:D nah i too agree that the manual is right, say a given condition, how do i measure the physical memory?

what about the merge stage? should it be used when v r using datasets and should others not be used in this context?
by tostay2003
Thu Mar 09, 2006 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset, Fileset
Replies: 15
Views: 6539

do v need to use datasets as intermediate stages, before they r stored given to unix server as sequential file?