Search found 42189 matches
- Tue Aug 08, 2006 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Simple Execute Command Activity
- Replies: 8
- Views: 4446
Why the fascination with notepad? How do you expect your script to edit something and then close out the GUI window? Test what you are doing with something appropriate for execution in the background - something other than Notepad. As I said, I don't see anything grieviously wrong with what you are ...
- Tue Aug 08, 2006 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Staging table
- Replies: 11
- Views: 1812
- Tue Aug 08, 2006 1:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Field function to get final delimeter of a string
- Replies: 16
- Views: 6063
If that really works for you (I didn't check it) there's no need for a routine. You can inline all that and save all those intermediate variables:

Code: Select all
left(mystring[index(mystring,' ',dcount(mystring,' ')-1)+1,30],3)- Tue Aug 08, 2006 12:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Unable to create file
- Replies: 9
- Views: 4350
Ok, in that case you need to replace the Execute Command stage with another Routine Activity stage. You'll also need to write a generic routine that runs an operating system command using DSExecute. In that routine you can ensure that all of the parameter arguments get evaluated properly. Or a speci...
- Tue Aug 08, 2006 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.1A client installation
- Replies: 8
- Views: 3626
- Tue Aug 08, 2006 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Unable to create file
- Replies: 9
- Views: 4350
But I am not able to view the Routine stage output in the Execute command stage. No idea what this means. Nothing should be stopping you from using the output of the routine in the Execute Command stage just like you could in any downstream stage. #YourRoutineStageName.$ReturnValue# That would equa...
- Tue Aug 08, 2006 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Simple Execute Command Activity
- Replies: 8
- Views: 4446
- Tue Aug 08, 2006 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read three charecters after decimal
- Replies: 5
- Views: 1442
- Tue Aug 08, 2006 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using uv command
- Replies: 3
- Views: 975
- Tue Aug 08, 2006 8:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using uv command
- Replies: 3
- Views: 975
- Tue Aug 08, 2006 8:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Unable to create file
- Replies: 9
- Views: 4350
Go with your original idea - just don't try to put colons in the filename. As noted, best to create the file with a fixed name and then write a BAT file to rename the file 'after job' to include the current date/time or whatever else you'd like to include to make it unique... You may also be able to...
- Tue Aug 08, 2006 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.1A client installation
- Replies: 8
- Views: 3626
Use the Designer one - the one that ends with DSDES. It allows full access to the client tools while the 'Director' one is restrictive and only for Operators. It will accept either as long as they are input correctly - all pieces: serial number (including the -DSDES part), User Limit, Expiration Dat...
- Tue Aug 08, 2006 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help in converting packed decimals
- Replies: 5
- Views: 1373
Ok... help us help you here. Just to make sure we're all on the same page, when you say 'packed format' what exactly do you mean? COMP-3? Signed or Unsigned? Don't forget, packed is packed (neither EBCDIC nor ASCII) and requires no 'conversion', mearly unpacking. As noted, some transfer mechanisms ...
- Tue Aug 08, 2006 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Field function to get final delimeter of a string
- Replies: 16
- Views: 6063
- Tue Aug 08, 2006 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using Field function to get final delimeter of a string
- Replies: 16
- Views: 6063