Search found 3 matches

by harsh
Wed Apr 09, 2003 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Vs Visual Source Safe (VSS)
Replies: 4
Views: 2062

Hi Ray, Thanks for the reply. What I meant with more than 1 user working on a job is not at the same time but over a period of time. In our environment, if a user check out a code (say pl/sql from VSS), no other user can work on that code till the first user check the code back. This is required as ...
by harsh
Tue Apr 08, 2003 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Vs Visual Source Safe (VSS)
Replies: 4
Views: 2062

Version Control Vs Visual Source Safe (VSS)

Hi All, I have a question about Version Control tool. We are currently using Microsoft VSS for versioning our other code e.g. pl/sql, scripts. But for DataStage code we are investigating whether to use Version Control tool or VSS. I belive there is no check-in/check-out available in Version Control ...
by harsh
Thu Dec 12, 2002 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write multiple records from 1 input record
Replies: 2
Views: 1399

How to write multiple records from 1 input record

We are using DataStage XE 5.2 on HP Unix server. In one of my job I have to read a Sequential File and after performing some business rules write to a Sequential file. The input file has some amount fileds which are occuring multiple times (say OCCURS 5 times)and if those fileds are NOT 0 then I hav...