Search found 53125 matches
- Tue Jan 09, 2007 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to get Maximum job number
- Replies: 17
- Views: 4006
- Tue Jan 09, 2007 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to get Maximum job number
- Replies: 17
- Views: 4006
- Tue Jan 09, 2007 8:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace a character in a String
- Replies: 7
- Views: 11586
- Tue Jan 09, 2007 8:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date
- Replies: 16
- Views: 4762
Re: THANK YOU
Can i ask you one thing how can i get 10/Jan/2007 not JAN i need (Jan) Oconv(Date(), "D2L") or Oconv(Date(), "D/DMYL[2,A3,4]") The "L" character preserves the lower case. Or, less efficiently Oconv(Date(), "D2/" : @VM : "...
- Tue Jan 09, 2007 7:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to get Maximum job number
- Replies: 17
- Views: 4006
You're missing one very important point. Because it's a UV query, ReturnCode will be set to the (positive) number of rows returned (which will be 1 in this case). An error will cause ReturnCode to be set to a negative value. Therefore the original routine was satisfactory except for the "<> 0" logic...
- Tue Jan 09, 2007 7:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Only Jobs
- Replies: 7
- Views: 2233
- Tue Jan 09, 2007 7:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check if a column is in valid date format
- Replies: 26
- Views: 10122
- Tue Jan 09, 2007 7:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bus error (Coredump)
- Replies: 22
- Views: 7910
Just a thought - what if you execute a Bourne shell script from DataStage and that Bourne shell script invokes your Korn shell script? Does that fail in the same way? Yeah, you shouldn't NEED to, but it might prove to be a workaround. You could even pass the pathname of the Korn shell script as a co...
- Tue Jan 09, 2007 7:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Parser Error
- Replies: 6
- Views: 1173
- Tue Jan 09, 2007 7:37 pm
- Forum: General
- Topic: What is Rss & Invocation id?
- Replies: 6
- Views: 2145
- Tue Jan 09, 2007 7:35 pm
- Forum: Enhancement Wish List
- Topic: Sequence Job: Auto Matching of Parameter in the Job Activity
- Replies: 2
- Views: 3019
DataStage 8.0 does not have that. What is does have is a new object called a "parameter set" - literally a named collection of parameter definitions, so you can load that instead of the individual parameters. Makes life a lot easier! You can also select from the list of parameters in the set to effe...
- Tue Jan 09, 2007 7:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Documentation for all the dscommands
- Replies: 5
- Views: 1923
- Tue Jan 09, 2007 7:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage PX training materail
- Replies: 11
- Views: 4833
- Tue Jan 09, 2007 7:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dos2unix - problem while converting
- Replies: 13
- Views: 20600
Seems like a lot of work to reproduce a special case of the UNIX tr command, Brad!
Code: Select all
tr -d \r < filename > outputfile- Tue Jan 09, 2007 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MF syntaxing for aliasing
- Replies: 12
- Views: 3294