Search found 9 matches
- Thu Jun 14, 2007 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
- Wed Jun 13, 2007 12:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
Ray et al, Ok, full disclosure...I have this working now. Thanks for all your help. At the risk of seeming uber -geeky... I believe this approach to be overly complex and will continue to refactor it until there is nothing left to throw away. Kind of like the processes used in poetry, sculpting or p...
- Tue Jun 12, 2007 9:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
Nice. I do love a tool with parameter whitespace sensitivity...reminds me of the bad ole RPG days of the mid-80's. I was able to get DSGetVar() working today, but DSSetVar() has not proven as maleable, and my hammer is getting heavy. Stone-age Perl is looking better all the time. The template is alm...
- Tue Jun 12, 2007 10:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
While attempting the first command: COPY FROM VOC DSGetVar, DSGetVar.BAK I received: Record "DSGetVar" already exists in file "VOC"; not COPIED. Record "DSGetVar.BAK" not found in file "VOC". 0 records copied. I assume this means DSGetVar is already defined in the VOC. I will muddle along in the Uni...
- Mon Jun 11, 2007 10:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
Ray, I'm sure you are right. What I have is a pretty simple test job stage... Input Sequential File ---> XFormer ---> PassedRows | +--------->RejectedRows However, you touched on the very subject that has escaped me... how do I get/set Stage Variables from column-level validation functions? Is there...
- Mon Jun 11, 2007 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
Ray, I'd really prefer not to have to manage a potentially large dynamic array until end of stage, preferring instead to collect any/all errors on a row-by-row basis and pump each one individually out in a rejected row table for later consumption. BTW, Is there a FAQ somewhere on COMMON processing I...
- Mon Jun 11, 2007 2:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
- Mon Jun 11, 2007 2:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
- Mon Jun 11, 2007 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8162
Set/Get Stage variables?
I have searched the forum, and I have been unable to find a DS Server Edition BASIC code snippet for setting and getting stage variables inside a routine / function. I know this must be a simple process, since it is referred to in many posts, but I have not been able to locate it on DSExchange and n...