Search found 15603 matches
- Tue Oct 26, 2010 9:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sequential file
- Replies: 13
- Views: 2720
- Tue Oct 26, 2010 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row Delim
- Replies: 11
- Views: 2617
- Tue Oct 26, 2010 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating packed field in Sequential File stage
- Replies: 2
- Views: 1209
The process of turning a string number or integer into a packed field is mathematically simple, but best done using the complex flat file stage as Ray has suggested. If you really want to do the math yourself it would be simplest to use a server job and a short BASIC routine, as the functions to per...
- Tue Oct 26, 2010 6:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: View data Related Querry
- Replies: 6
- Views: 2667
- Tue Oct 26, 2010 5:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SFTP from Unix to Windows server
- Replies: 3
- Views: 1909
- Tue Oct 26, 2010 5:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage client login error in 8.1 in linux Configuration
- Replies: 5
- Views: 4842
Can you use the web interface to Websphere? (http://ibminfosphere.hcl.com:8080)
- Tue Oct 26, 2010 5:54 am
- Forum: General
- Topic: Job dependency report
- Replies: 6
- Views: 3525
- Tue Oct 26, 2010 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issues compiling Parallel External Routine
- Replies: 16
- Views: 6055
- Mon Oct 25, 2010 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Config file warning...
- Replies: 10
- Views: 5440
- Mon Oct 25, 2010 8:34 am
- Forum: General
- Topic: how to stop job after unix script returns value 1
- Replies: 7
- Views: 2449
The basic approach you chose by calling the script via the execute command stage is the correct method. But you aren't interpreting the returned string correctly - most likely due to extraneous new line character(s). Output your returned value to the log file to see what you've got. p.s. Any post ma...
- Mon Oct 25, 2010 7:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: in-built function to upload the value from job to sequence?
- Replies: 5
- Views: 1415
- Mon Oct 25, 2010 7:30 am
- Forum: General
- Topic: ExceptionHanlder is not working
- Replies: 4
- Views: 1413
- Mon Oct 25, 2010 7:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: database connection
- Replies: 2
- Views: 1550
- Fri Oct 22, 2010 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lengths for Varchar Fields
- Replies: 4
- Views: 1489
No significant downside and no difference at Version 8.1 to the former version. You will have to ensure that you don't write a VarChar value that is longer than the target (e.g. an Oracle table) can contain, but using unterminated VarChar columns within DataStage jobs is not a problem - in fact it i...
- Fri Oct 22, 2010 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date difference function
- Replies: 1
- Views: 1162
In server your date columns are either in internal format or in display format. The internal formats are numeric and thus you can subtract one from another and the resultant integer is the difference in days between the two dates. If your dates are in string format, you would need to convert them to...