Search found 53125 matches
- Wed Dec 21, 2005 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: setting environment variable from a file or table
- Replies: 7
- Views: 1683
- Wed Dec 21, 2005 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage BASIC functions with variable number of arguments
- Replies: 8
- Views: 2232
- Wed Dec 21, 2005 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup Problem
- Replies: 4
- Views: 1099
- Wed Dec 21, 2005 1:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS question re: Spanish characters
- Replies: 13
- Views: 5482
It's an environment variable, for goodness' sake! You can change it after dsenv has been executed, for example using an Execute Command activity in your job sequence. If you're really brave you could add to the LOGIN paragraph in the project - but be prepared to reinstate this after an upgrade, whic...
- Wed Dec 21, 2005 1:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.SEQOpen Failed to open <file> in <dir>
- Replies: 12
- Views: 9088
Re: DSD.SEQOpen Failed to open <file> in <dir>
I am also getting the same error. The error reads as : ANSHMANP..Output_Number.DSLink5: DSD.SEQOpen Failed to open Number_Manipulation.txt in directory c:\output_data_ds STATUS = 2. I was able to read another file in the same directory for some other transformer job. I dont have any permission issu...
- Wed Dec 21, 2005 1:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Select distinct records from Files
- Replies: 22
- Views: 6265
- Wed Dec 21, 2005 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reject Records
- Replies: 7
- Views: 1837
- Wed Dec 21, 2005 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic RDBMS Stage SQL Server
- Replies: 6
- Views: 2157
Please post the warning message that is generated. Clearly if the SQL works from query analyzer and not from DataStage, either it's not exactly the same SQL from DataStage (you can verify using stage tracing or SQL tracing), or something unexpected is occurring with the data. Only by inspecting the ...
- Wed Dec 21, 2005 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing Sequential File MetaData Defintion
- Replies: 1
- Views: 723
Welcome aboard. :D Import IS a manual proecss. During import you specify the file's pathname manually, and then its format (in your case the delimiter character, the quote character and whether the first line is column headings). You keep clicking on Preview until the display makes sense, then move ...
- Wed Dec 21, 2005 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Abort Problem
- Replies: 4
- Views: 1608
- Wed Dec 21, 2005 1:21 pm
- Forum:
- Topic: Business Object repository
- Replies: 8
- Views: 2864
- Wed Dec 21, 2005 1:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Connectivity to SAS DataSets
- Replies: 3
- Views: 2181
- Wed Dec 21, 2005 1:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to remove double quotes ( " )
- Replies: 9
- Views: 11283
Please post the message that leads you to your assertion that "it was not accepting". Ereplace is an intrinsic function - it must be accepted by the Expression Editor. Perhaps someone has edited your DSParams file, but let's not leap to conclusions without your next post. The best solution is to hav...
- Wed Dec 21, 2005 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Enviroment Variable
- Replies: 5
- Views: 1675
If you're working with 7.5 you can use an expression directly in the job parameter value allocation.
would do it. Or you could use the DS Transform
Code: Select all
Oconv(@DATE, "D-YM[4,2]")Code: Select all
MONTH.TAG(@DATE)- Wed Dec 21, 2005 1:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (DSOpenJob) Cannot open job ... - not a runnable job
- Replies: 5
- Views: 6613