Search found 15603 matches
- Tue Nov 15, 2005 2:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception raised in GCI subroutine
- Replies: 10
- Views: 6286
gradkarthik, the line number displayed is not the exact line number of the error message; you need to offset this by up to a couple of lines (this is due to the way the compiler works and has been a problem for years...). The line you listed is a comment, just look downwards to a line that issues an...
- Tue Nov 15, 2005 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX job is not compiling
- Replies: 1
- Views: 1060
- Tue Nov 15, 2005 2:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deadlock while inserting using OCI Stage
- Replies: 3
- Views: 1808
srivvds, the "deadlock" error message is coming from the database, not datastage. Two or more processes are waiting for some resource to be released that the other holds. You should speak with your DBA, who can examine the locks and determine which process might be holding a lock that it shouldn't h...
- Tue Nov 15, 2005 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error in 7.5EE
- Replies: 8
- Views: 2679
- Tue Nov 15, 2005 2:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can i call a web servie residing on a webserver?
- Replies: 3
- Views: 1045
- Tue Nov 15, 2005 2:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: subroutines
- Replies: 5
- Views: 2546
The concept of a subroutine exists in many, if not most, programming languages. DataStage is no different in this this case. Subroutines are used to re-use common programming code and/or to make a program modular and maintainable. Simple example - if you have a job with 50 Text columns containing na...
- Tue Nov 15, 2005 2:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do we need to worry about the warnings?
- Replies: 4
- Views: 1248
Pavankvk, I believe that no production job should generate warnings. So in my opinion it is very important to attempt to program even PX jobs so that no warnings are generated. Sometimes specific warnings are not possible to get rid of in PX jobs, so I will take that warning message and demote it to...
- Tue Nov 15, 2005 2:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 'Basic' Equivalent for 'Cast' operation of SQL
- Replies: 5
- Views: 1067
Hello Rohanf, The DataStage basic language doesn't have strict data types and there is no explicit cast function; it is always done implicitly. If you have a VarChar2 data field containing "123.456" in your job you can perform numeric operations or comparisons and it will automatically convert to th...
- Mon Nov 14, 2005 1:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp to varchar
- Replies: 1
- Views: 817
- Mon Nov 14, 2005 8:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import project multi instance
- Replies: 5
- Views: 1319
- Mon Nov 14, 2005 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Return code 255....what is it ?
- Replies: 5
- Views: 9754
- Mon Nov 14, 2005 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Unix or Wondows?
- Replies: 6
- Views: 1500
- Mon Nov 14, 2005 4:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the job status when the job aborted???
- Replies: 14
- Views: 5083
- Mon Nov 14, 2005 4:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Return code 255....what is it ?
- Replies: 5
- Views: 9754
- Mon Nov 14, 2005 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot add new stages to canvas
- Replies: 3
- Views: 1354
Did you have problems installing DS or the project? Might you still have a UNIX session open (installing plugins, for example) that has locks open? If you execute the UNIX command "list_readu EVERY" you might be able to see the process locking your file, or you can use the UNIX "fuser" command on th...