Search found 15603 matches
- Thu Jun 28, 2007 6:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Manager
- Replies: 6
- Views: 986
- Thu Jun 28, 2007 6:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 date format
- Replies: 12
- Views: 3152
naren6876, add a parenthesis, the line is
Code: Select all
Quote(Fmt(DSLink8.PROCESS_DT, "L####/##/##")))- Thu Jun 28, 2007 6:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File descriptor out of range in fd_set
- Replies: 9
- Views: 9471
- Thu Jun 28, 2007 6:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Spaces inbetween data getting trimmed off
- Replies: 9
- Views: 2440
- Thu Jun 28, 2007 6:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential stage in PX
- Replies: 2
- Views: 552
Server jobs will put quotes around columns that are declared as string. You can load string data in server into a column declared as numeric and DataStage will not complain. Those columns will not have quotes around them when written to a sequential file. The first thing you need to do is look at yo...
- Thu Jun 28, 2007 6:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join using an Oracle Table or Lookup Fileset.
- Replies: 5
- Views: 947
Unlike Sanjay, I can depend on datasets and lookup filesets and believe that the overhead involved in #1 is very high compared to option #2. I have done some performance tests with regards to lookup filesets in the past and repeated a test yesterday where a data stream of approximately 2.5million ro...
- Thu Jun 28, 2007 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join using an Oracle Table or Lookup Fileset.
- Replies: 5
- Views: 947
- Thu Jun 28, 2007 1:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: improper records in source files
- Replies: 10
- Views: 2077
- Thu Jun 28, 2007 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Project got corrupted while executing the job
- Replies: 8
- Views: 3236
Re: Project got corrupted while executing the job
While i execute this job the project got corrupted. Does this mean you can no longer login to the project in DataStage? If you login to UNIX and attach to the path of the project, do you have hundreds of files in that directory including one called "VOC"? If not, you had best hope that your last ba...
- Thu Jun 28, 2007 1:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routin counter variable
- Replies: 1
- Views: 508
- Thu Jun 28, 2007 1:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding change for creating new file from existing file
- Replies: 13
- Views: 2698
DSRajesh - everyone else in this thread has already suggested or recommended doing this somewhere else by more efficient means. If you really must change the routine we could give you a couple of lines of BASIC code to do this, but that would be a premium post that you would not be able to read, so ...
- Thu Jun 28, 2007 12:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compile error in transformer
- Replies: 11
- Views: 3846
nynali - what platform are you on and which compiler are you using? Once you get that information find the relevant manual or web page and see if the compiler will allow that 32Kb value to be raised. I doubt it can be. You've seen that by shortening elements of the job such as name, stagenames, link...
- Thu Jun 28, 2007 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup
- Replies: 7
- Views: 1218
- Wed Jun 27, 2007 11:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding change for creating new file from existing file
- Replies: 13
- Views: 2698
You would execute the command
to put the first line of AUSTRGnnnn.txt into AUSnnnn.txt
Code: Select all
head -1 AUSTRGnnnn.txt > AUSnnnn.txt- Wed Jun 27, 2007 11:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup
- Replies: 7
- Views: 1218