Search found 42189 matches
- Sun May 22, 2011 6:09 am
- Forum: General
- Topic: Command Activity
- Replies: 5
- Views: 1783
- Sat May 21, 2011 4:57 pm
- Forum: General
- Topic: Need to uninstall firewall while instaling DataStage 8.5
- Replies: 2
- Views: 1846
- Sat May 21, 2011 8:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in job logic
- Replies: 32
- Views: 8167
I'd rather see if you can work it out on your own with some help rather than just provide a solution... teach a man to fish and all that. Did you look to see what paste does? Have you tried to put the requirement into words? A lot of times, simply spelling out what needs to be done can lead you to t...
- Sat May 21, 2011 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datasets usability between two different ver 7.5.2 & 8.5
- Replies: 2
- Views: 1820
- Sat May 21, 2011 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: help in job logic
- Replies: 32
- Views: 8167
- Fri May 20, 2011 5:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage parallel Routines
- Replies: 7
- Views: 4318
we cannot go for surrogate key stage as we need to maitain the referntial integrity of the keys. moreover we will use these keys in other jobs so as we cannot lose the values during runtime Sorry but I'm afraid I don't understand either sentence in this context. Does the first one refer to the ques...
- Fri May 20, 2011 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to Delete duplicated records
- Replies: 7
- Views: 2807
- Fri May 20, 2011 9:48 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: How to develop this in transformer
- Replies: 1
- Views: 1475
- Fri May 20, 2011 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phanthom error
- Replies: 6
- Views: 2144
Here, let me take a wild stab at that.
Code: Select all
$INCLUDE DSINCLUDE JOBCONTROL.H
vLen=len(Arg1)
abc=''
For Arg2 = vLen To 1 Step -1
If Arg1[Arg2,1]="" or Arg1[Arg2,1]=" "
then
end
else
abc=Seq(Arg1[Arg2,1]):abc
end
Next Arg2
Ans=abc- Fri May 20, 2011 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: phanthom error
- Replies: 6
- Views: 2144
- Fri May 20, 2011 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Date fatal error
- Replies: 12
- Views: 3716
- Fri May 20, 2011 7:36 am
- Forum: General
- Topic: help in DSJOB command
- Replies: 16
- Views: 11072
- Fri May 20, 2011 6:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage parallel Routines
- Replies: 7
- Views: 4318
- Fri May 20, 2011 6:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data truncation is happening
- Replies: 5
- Views: 3967
- Fri May 20, 2011 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Print Special characters
- Replies: 5
- Views: 1868