Search found 196 matches

by sumitgulati
Thu Feb 10, 2005 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job activity stage within loop stages
Replies: 3
Views: 1066

Thanks for you suggestions.

Regards,
-Sumit
by sumitgulati
Tue Feb 08, 2005 8:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Parameter value
Replies: 4
Views: 1229

Job Parameter value

Hi All, I have a job that reads a sequential file. The sequential file has a column called TRANSACTION_ID and the input file is sorted by TRANSACTION_ID. I need to split the input file into as many files as the number of distinct TRANSACTION_ID in the source file. What I am doing right now is the I ...
by sumitgulati
Tue Feb 08, 2005 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job activity stage within loop stages
Replies: 3
Views: 1066

Job activity stage within loop stages

Hi All, I have a sequencer in which I am using the LOOP stages (introduced in version 7.5). With in the loop I have a Routine Activity stage and a Job Activity Stage. In the Routine activity stage I read a hash file. The value returned by the Routine activity stage is used by Job activity stage to c...
by sumitgulati
Fri Feb 04, 2005 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage malfunction while adding a number to a huge number
Replies: 5
Views: 3015

Thanks Ray, I could find that in the manual.

Thanks and Regards,
-Sumit
by sumitgulati
Thu Feb 03, 2005 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage malfunction while adding a number to a huge number
Replies: 5
Views: 3015

Ray, I could not find SADD function anywhere. Where do we have it.

Regards,
-Sumit
by sumitgulati
Mon Dec 20, 2004 1:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

Thanks wdudek. That makes it very clear.

Thanks,
-Sumit
by sumitgulati
Mon Dec 20, 2004 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

Thanks Baha.

-Sumit
by sumitgulati
Mon Dec 20, 2004 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Container with 2 Natural Keys
Replies: 1
Views: 708

Re: Shared Container with 2 Natural Keys

Try using a stage variable and in its description apply the logic to select one of the two different fields. Now pass the value of this stage variable to the shared container. Thanks and Regards, -Sumit I am using a shared container to look up a surrogate key for a given natural key. However, the pr...
by sumitgulati
Mon Dec 20, 2004 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

Baha, the files will be in the same network. You could also do a similiar script from the Unx side so that datastage fires off the ftp command to get the fiels from the windows server. wdudek, from the Unix machine can I open an FTP connection to any Windows machine in the network OR it is something...
by sumitgulati
Fri Dec 17, 2004 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

Hi Ketfos, "Open" does not seem to be a recognised command in DOS. Is it required for the Windows system to host an FTP server to be able to understand this command? OR is this command recognised only when issued using a bat file?

Thanks and Regards,
-Sumit
by sumitgulati
Fri Dec 17, 2004 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

Thanks Ketfos. What I understand by going through it is that using NFS the Source File owners should be able to post the file directly to the DataStage host machine. Now this becomes a security issue because a lot people would then be accessing the AIX box. I would still look forward for the suggest...
by sumitgulati
Fri Dec 17, 2004 4:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

If they can post the files to a windows server running ftp, you could use datastage and the command stage to ftp the files off of the windows server and back to the unix environment. We do the opposite in our environment going from datastage on nt to Unix. You could also set up and NFS drive on the...
by sumitgulati
Fri Dec 17, 2004 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP using a datastage job
Replies: 16
Views: 14823

FTP using a datastage job

Hi All, In our project we have a lot of jobs that read data from a sequential file. These source files are provided to us by a different team through an email OR they post them to a Shared Drive in a Windows platform. We then need to FTP these files to the DataStage host system which is an AIX box. ...
by sumitgulati
Tue Dec 14, 2004 5:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: First line is column names in Input Tab
Replies: 4
Views: 1276

Thanks Craig.

-Sumit
by sumitgulati
Tue Dec 14, 2004 4:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: First line is column names in Input Tab
Replies: 4
Views: 1276

Thanks a lot. One more clarification. "First line is column names" in the Output\Format tab means that while reading the sequential file it will ignore the first record and start the data processing from the second record. Am I correct?

Thanks and Regards,
-Sumit