Search found 53125 matches
- Sat Mar 06, 2004 3:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: New Slowly Changing Dimension Job
- Replies: 7
- Views: 2407
- Sat Mar 06, 2004 3:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass value between jobs
- Replies: 7
- Views: 3296
- Thu Mar 04, 2004 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Italian char
- Replies: 2
- Views: 935
NLS is National Language Support. It's not necessary for European languages. If you have it enabled, most of your passive stage types will have NLS tabs. That you ask the question suggests that you do not have it enabled. EN_US tends not to support accented characters very well, as US English does n...
- Thu Mar 04, 2004 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Paralell Extender Configuration
- Replies: 5
- Views: 6447
- Thu Mar 04, 2004 3:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Bring together 4 variable files into 1 file.
- Replies: 3
- Views: 2791
On what basis do you want to "bring them together". Is there some "key" value that you can use to "join" pairs of files, or do you just want all the columns from line 1 in file 1 then all the columns from line 1 in file 2 then all the columns from line 1 in file 3 then all the columns in line 1 in f...
- Thu Mar 04, 2004 3:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Italian char
- Replies: 2
- Views: 935
- Thu Mar 04, 2004 3:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CREATE.FILE
- Replies: 6
- Views: 1687
Looks OK to me. You have the two "D_" prefixes where needed. The fixed pathnames mean that it's not very portable. Perhaps you could use job parameter for the hashed file directory. Similarly, the pathnames of the executables may vary when you promote from development to testing to production. The h...
- Thu Mar 04, 2004 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation of DS 5.2 and DS 7. on the same Unix server ?
- Replies: 4
- Views: 974
I think you can. DataStage 7.0 does not use /.dshome but uses the environment variable DSHOME instead, to determine the location of the DSEngine directory on UNIX systems. Which is kinda tough if it's not set in your .profile and you have to find it! On 5.2 shared memory keys have the form 0xdaec961...
- Wed Mar 03, 2004 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01036 in job..
- Replies: 6
- Views: 1922
- Wed Mar 03, 2004 7:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass value between jobs
- Replies: 7
- Views: 3296
- Wed Mar 03, 2004 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: StringDecode - Default value
- Replies: 17
- Views: 3856
Code: Select all
If data_suitable_for_StringDecode Then StringDecode(data) Else default_value- Wed Mar 03, 2004 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: StringDecode - Default value
- Replies: 17
- Views: 3856
Code: Select all
Field("10|20|30|50", "|", inlink.A, 1)or, slightly more robust,
Code: Select all
If (Num(A) And A > 0) Then Field("10|20|30|50", "|", inlink.A, 1) Else 0- Wed Mar 03, 2004 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CREATE.FILE
- Replies: 6
- Views: 1687
- Wed Mar 03, 2004 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job stuck with status "Running"
- Replies: 7
- Views: 2923
ALL jobs are "phantom" jobs. "Phantom" is the DataStage term for background process. The status you see in Director is a record from the RT_STATUSnn table for the job. It is not necessarily the actual status of the job. If the job was terminated abnormally, then it may not have had a chance to updat...
- Wed Mar 03, 2004 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed File Key = String of Spaces
- Replies: 6
- Views: 1287