Search found 196 matches

by sumitgulati
Thu Jul 22, 2004 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting to datastage via unix K shell
Replies: 7
Views: 2261

What exactly do you want to accomplish by connecting to DS using K shell. If it is simply job maintenance (running, stoppnig, getting log, resetting, etc.) then that can be done using DSJOB. Is it all you want to do?

Regards,
Sumit
by sumitgulati
Thu Jul 22, 2004 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one record from transform stage
Replies: 5
Views: 1898

Yaa, and I guess Hash File always takes the last record.

-Sumit
by sumitgulati
Thu Jul 22, 2004 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The order in which links are used in a datastage transformer
Replies: 10
Views: 3314

If I understood it right in Output Link 2 you are making a lookup to a hash file which is being populated in Output Link 1. Now in this kind of a scenario the transformer that makes a lookup to this hash file will always wait for the hash file to get populated completely before processing the record...
by sumitgulati
Thu Jul 22, 2004 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More than one record from transform stage
Replies: 5
Views: 1898

Great chulet, I never knew about this option.

Thanks,
Sumit
by sumitgulati
Thu Jul 22, 2004 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Lookup to get the Exact Date
Replies: 1
Views: 651

Re: Hash Lookup to get the Exact Date

What I would suggest is this: 1) While creating our hash file check the "Universe Stage Compatibility" option 2) In the main job make a look up to this hash file using a Universe Stage. This is because Universe Stage supports Relational operator in Lookup join conditions. Say the Universe ...
by sumitgulati
Wed Jul 21, 2004 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A command to describe the hash file
Replies: 10
Views: 3242

Thanks a lot Ketfos. It works. I was just wondering why don't we see all the columns when we do a "Select * From" and hash file in Command Interface.

Eg. - Try running SELECT * FROM DS_JOBOBJECTS in Command Interface. It won't return all the columns

Regards,
Sumit
by sumitgulati
Wed Jul 21, 2004 4:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: A command to describe the hash file
Replies: 10
Views: 3242

A command to describe the hash file

Hi All,

Is there any command to describe a Hash File (like Describe of Oracle).

A command that expects the hash file name and when executed returns all the columns present in the hashfile with their datatypes.

Regards,
Sumit
by sumitgulati
Wed Jul 21, 2004 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of Hash files used in all categories
Replies: 3
Views: 1613

I have had exactly the similar kind of a requirement before but couldn't find out a very good way of doing it. I guess the DataStage gurus will definitely have a better suggestion to make but here is what I did: 1) Get a list of all your user defined hash files in a sequential file - say A.txt. 2) e...
by sumitgulati
Wed Jul 21, 2004 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings in Hash File.....
Replies: 3
Views: 1164

To find out the culprit records you can use constraints in the transformer on key columns. Push all the records with Null Key values to a sequential file and the one with Not Null Key values to the target hash file. This should help you in debugging.

Regards,
Sumit
by sumitgulati
Wed Jul 21, 2004 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Starting sequences
Replies: 3
Views: 2350

This is because in your new project the file SDKSequences does not exist. What you did is one way of doing it but by diong this I have faced some issues in the past. A better way would be to use and of the SDK routines to create any Dummy sequence. The routine internally would create the file SDKSeq...
by sumitgulati
Tue Jul 20, 2004 4:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsexport and dscmdexport
Replies: 4
Views: 1428

Roy can you tell me in which pdf I have to look for it. I couldn't find it in servjdev.pdf under the section called Stage Development Kit, Command Line Interface.

Regards,
Sumit
by sumitgulati
Tue Jul 20, 2004 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsexport and dscmdexport
Replies: 4
Views: 1428

Thanky Roy. You are right. The server import is for the executables only.

Regards,
Sumit
by sumitgulati
Tue Jul 20, 2004 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob from a system that doesn't host a DS Server
Replies: 4
Views: 1766

Thanks a lot guys. This really helps.
by sumitgulati
Tue Jul 20, 2004 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using dsjob from a system that doesn't host a DS Server
Replies: 4
Views: 1766

Using dsjob from a system that doesn't host a DS Server

Hi,

I want to use dsjob for triggering the jobs in a DS Server installed in UNIX box. Now dsjob.exe is a server side component. How can I use dsjob from an NT system(that has only client installed in it) to trigger a DataStage job in UNIX server. Is it possible at all?

Regards,
Sumit
by sumitgulati
Tue Jul 20, 2004 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsexport and dscmdexport
Replies: 4
Views: 1428

dsexport and dscmdexport

Hi, I have three questions: 1) I want to automate the backup process using CLI commands. I see two commads available for triggering an export process - dsexport and dscmdexport. Can someone please tell me the difference between these two. 2) Can I trigger an export process using dsexport/dscmdexport...