Search found 53125 matches
- Wed Feb 07, 2007 2:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: info onthe piece of code
- Replies: 1
- Views: 512
Not really, unless you can show us how the v_... variables and the ReportText variable get their values. DSLogWarn requires two arguments. There's no value trying to close a file if you failed to open it. The variable "t.fvar" is what's called a "file variable" or "file handle" - effectively a point...
- Wed Feb 07, 2007 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJ.JOBWAVENO
- Replies: 2
- Views: 808
- Wed Feb 07, 2007 2:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Information of the job in the routine
- Replies: 3
- Views: 690
- Wed Feb 07, 2007 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.UVOpen error
- Replies: 9
- Views: 4267
Welcome aboard. :D The message is "unable to open hashed file LOG_PRE_DAILY_BAL_DUP_HASH4". Can you prove to us (with an ls -l listing, for example) that this hashed file exists and that you have appropriate permission to open it? Can you also confirm how the Hashed File stage refers to it - in the ...
- Tue Feb 06, 2007 10:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: view
- Replies: 7
- Views: 1454
- Tue Feb 06, 2007 10:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ICONV AND OCONV ON ADJ-
- Replies: 10
- Views: 1624
- Tue Feb 06, 2007 7:40 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Error loading metadata into ProfileStage from SQLServer 2000
- Replies: 1
- Views: 2365
- Tue Feb 06, 2007 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: I-descriptor was not compiled
- Replies: 15
- Views: 6258
- Tue Feb 06, 2007 6:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass UserStatus from Job to Routine?
- Replies: 6
- Views: 1293
- Tue Feb 06, 2007 6:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ICONV AND OCONV ON ADJ-
- Replies: 10
- Views: 1624
Period:
Year:
Code: Select all
((Index("JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDECADJ", Left(InLink.PERIODNAME, 3), 1) - 1) / 3) + 1Year:
Code: Select all
Right(InLink.PERIODNAME,2) + 2000- Tue Feb 06, 2007 6:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get detail error message from Datastage !
- Replies: 4
- Views: 1126
- Tue Feb 06, 2007 6:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashed file key field
- Replies: 12
- Views: 3807
- Tue Feb 06, 2007 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ Compiler version for 7.5X.2 on Win 2003
- Replies: 2
- Views: 1157
Doesn't Search work for you?
- Tue Feb 06, 2007 6:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SQL Query
- Replies: 2
- Views: 1034
- Tue Feb 06, 2007 3:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fetch value for APT_CONFIG_FILE value in Unix environment?
- Replies: 12
- Views: 3617
Why not just
Code: Select all
grep APT_CONFIG_FILE DSParams