NLS_LANG and LANG_C
Change them in dsenv as well as in your .profile script.
Search found 53125 matches
- Wed Jun 07, 2006 11:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Polish Charecter Nls Support
- Replies: 15
- Views: 4617
- Wed Jun 07, 2006 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: previous date
- Replies: 6
- Views: 1257
Try or (the latter assumes that the job parameter has date as its data type)
Code: Select all
DateFromDaysSince(-1,CurrentDate())Code: Select all
DateFromDaysSince(-1,#SYSTEM_DATE#)- Wed Jun 07, 2006 11:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File Structure
- Replies: 16
- Views: 6392
This is nothing to do with the use of a schema file or otherwise. What it has to do with is the value you have given to the "Null Field Length" property. When you specify fixed-width format, then the "Null Field Length" (or the "Null Field Value" if you use that) must exactly correspond to the decla...
- Wed Jun 07, 2006 8:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Has a file on another AIX Machine
- Replies: 1
- Views: 1133
- Wed Jun 07, 2006 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varbinary error
- Replies: 6
- Views: 1361
- Wed Jun 07, 2006 6:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help: please has import error and no default value; data:
- Replies: 20
- Views: 10874
- Wed Jun 07, 2006 4:50 pm
- Forum: Site/Forum
- Topic: Video Tech Tip Series - FEEDBACK
- Replies: 49
- Views: 73519
- Wed Jun 07, 2006 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varbinary error
- Replies: 6
- Views: 1361
Re: Varbinary error
mab_arif16 wrote:While compiling I am getting an error varbinary dataype not supported does the data stage supports varbinary?
Isn't it obvious from the message?
- Wed Jun 07, 2006 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting Job parameter at runtime from lookup stage
- Replies: 5
- Views: 1570
Use a separate job (maybe even a server job) to do the SELECT MAX(...) query, capturing the result into a file. Use an Execute Command activity in your job sequence to read that file, perhaps using a cat command. Use the $CommandOutput activity variable from that Execute Command activity to supply t...
- Wed Jun 07, 2006 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Appending values from two columns into one
- Replies: 10
- Views: 2423
- Wed Jun 07, 2006 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mystery of the missing "File" Toolbar!
- Replies: 12
- Views: 4892
You seem to have parked it hard on the left hand edge of the canvas. All toolbars in Designer are floating. Can you position your mouse pointer in it when it's visible? If so, try double click to see whether you can release it from its parked position, then you can drag it to where you want. If that...
- Wed Jun 07, 2006 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cobol Program Template
- Replies: 1
- Views: 664
JCL templates exist so that you can customize the JCL for your particular installation. COBOL source generation is a method of each stage type and is not negotiable/customizable. After all, what would you change? Generic function calls are made to ARDRTLIB (from memory), and the JCL can specify wher...
- Wed Jun 07, 2006 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract Requirements of Data
- Replies: 4
- Views: 1203
Re: Extract Requirements of Data
Can anyone tell me in detail, what all factors need to be concerned for "Extract Requirements of Data". There are some folks around who make a living doing exactly that. They tend to have titles like "business analyst", and produce documents called "source to target mapping" or, if you're lucky, "t...
- Wed Jun 07, 2006 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Multiple instance job
- Replies: 9
- Views: 2081
- Wed Jun 07, 2006 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: after-stage subroutine to abort job
- Replies: 15
- Views: 4441