Search found 4992 matches
- Wed Feb 16, 2005 10:27 pm
- Forum: Enhancement Wish List
- Topic: Command Line Compile
- Replies: 5
- Views: 3500
But if you've exported the job executable, you don't need to recompile. Yep, and you double the number of objects you have to store in your library. Deploying source code plus compiled code is a religious discussion, there's philosophical and practical components. I encourage my customers to adopt ...
- Wed Feb 16, 2005 8:14 pm
- Forum: Enhancement Wish List
- Topic: Command Line Compile
- Replies: 5
- Views: 3500
How does being able to do so from a command line add anything? You can command line import, so if you're doing code migrations from a tool such as PVCS, you can easily integrate pulling the source code and importing into a scripted operation. You can't do the last step - compile. For these purposes...
- Wed Feb 16, 2005 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage putting spaces in some fields
- Replies: 15
- Views: 6875
But still, is that Reliable or not? I know English is not a native language for some members of this forum, so I'm not trying to be picky. Reliable can mean different things. A poorly written program can be reliable, it always does the right thing, but takes too long or is difficult to read. A well...
- Wed Feb 16, 2005 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To check flat file data with source data
- Replies: 2
- Views: 934
There's a bunch of ways, depending on you. Here's two: 1. In your job, add an extra output link to an aggregator and pass a column containing @OUTROWNUM variable. Do a MAX(in.column) type derivation, and have an output link from the aggregator to a text file. When your job is finished, you have an o...
- Wed Feb 16, 2005 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage putting spaces in some fields
- Replies: 15
- Views: 6875
- Wed Feb 16, 2005 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage putting spaces in some fields
- Replies: 15
- Views: 6875
Write a .bat file that invokes ftp. If you have a scripting language or interpreter like MKS toolkit, you can use that. Or, you can write a DS BASIC Batch job and use DS to do the FTP, all you'll do is run FTP using the DSExecute API. Simply open a DOS prompt box and type ftp, you'll see that it is ...
- Wed Feb 16, 2005 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage putting spaces in some fields
- Replies: 15
- Views: 6875
Folks, remember, the FTP stage is a READER, it reads the data file and sends data as rows across the network connection. Command line FTP doesn't CARE about the file, it transfer it in BLOCKS of data. You should NOT use the FTP stage as a file mover. This is like using a hammer to put screws into wo...
- Tue Feb 15, 2005 11:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: could datastage able to read a excel file
- Replies: 2
- Views: 1007
- Tue Feb 15, 2005 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserting rows into a table at runtime
- Replies: 6
- Views: 1655
You can create a simple BATCH job that does what you need. Here's some pseudo-code: 1. Use the DSExecute API to run a DOS command line .bat file that executes a database command line shell (isql, dbaccess, sqlplus) running either a SQL script or stored procedure to create your insert row. 2. Use the...
- Tue Feb 15, 2005 9:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserting rows into a table at runtime
- Replies: 6
- Views: 1655
- Tue Feb 15, 2005 8:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Repository
- Replies: 11
- Views: 4052
- Tue Feb 15, 2005 8:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Routines
- Replies: 8
- Views: 4653
Sainath.Srinivasan wrote:Use the routine below to get the date diff. If you have performance issues, you can change the compulations into the 'Case' statement to avoid unnecesary computations.
Beat you to it...
http://www.dsxchange.com/viewtopic.php?t=85788
- Tue Feb 15, 2005 8:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: incompatability of ORAOCI (OCI 7) stage with Oracle Rls 9.2
- Replies: 4
- Views: 1561
- Tue Feb 15, 2005 12:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Repository
- Replies: 11
- Views: 4052
Is there any way to get this information without modifying every job? I've got a lot of jobs already created and it is already making me sick to think that I'd have to make big changes to each and every one. I was thinking about a job or stored procedure that could be called in each job. Possible? ...
- Tue Feb 15, 2005 12:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use relational operator when hash file used as refere
- Replies: 8
- Views: 1807