What is "ur help"?
Ur was a city in ancient Babylonia. The second person personal pronoun in English is spelled "you" or, in possessive case, "your".
Search found 53125 matches
- Tue Sep 27, 2011 3:59 pm
- Forum: General
- Topic: Unzip the file using Execute Command activity
- Replies: 3
- Views: 1933
- Tue Sep 27, 2011 3:58 pm
- Forum: General
- Topic: Comparing the CommandOutput of 2 Execute Command Activities
- Replies: 4
- Views: 12975
- Tue Sep 27, 2011 3:55 pm
- Forum: General
- Topic: WEOFSEQ Subroutine doesn´t work.
- Replies: 3
- Views: 1870
Your problem, it seems to me, is the CHAR() functions in your WRITESEQ statement. WRITESEQ itself adds a line terminator - that's why you're getting two lines. All you need is
Code: Select all
WRITESEQ Oconv(@DATE,"D/DMY[2,2,4]"):"|1" TO VerificaArquivo
ELSE
FlagIns = 0
END- Tue Sep 27, 2011 4:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: History Expiry issue
- Replies: 3
- Views: 1270
- Tue Sep 27, 2011 4:53 am
- Forum: General
- Topic: Datastage v8.5 Installation Issue
- Replies: 6
- Views: 4398
- Tue Sep 27, 2011 4:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create a sequential file to be FTPed to Mainframe
- Replies: 4
- Views: 1346
- Tue Sep 27, 2011 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: When checking operator: Dropping component
- Replies: 17
- Views: 15486
- Tue Sep 27, 2011 4:48 am
- Forum: General
- Topic: sequence job issues
- Replies: 5
- Views: 1726
- Tue Sep 27, 2011 4:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: apply table locks in teradata through DataStage
- Replies: 3
- Views: 1897
- Tue Sep 27, 2011 1:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Change Capture stage warning
- Replies: 14
- Views: 5996
- Tue Sep 27, 2011 1:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading SQL Server DATETIME column into DataStage DATE
- Replies: 3
- Views: 4278
I don't believe that there's any stage that can handle the metadata mismatch between DATETIME and DATE. In addition to what SURA suggests you could, of course, use an extraction function in your SELECT statement to return just the date portion, cast as DATE if required. Or you could follow your idea...
- Tue Sep 27, 2011 1:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: apply table locks in teradata through DataStage
- Replies: 3
- Views: 1897
- Tue Sep 27, 2011 1:15 am
- Forum: Data Quality Best Practices
- Topic: Partitioning a Business Glossary
- Replies: 11
- Views: 14184
Thanks, Stuart, I did find that (from the Information Center). As noted, I don't have a copy at the moment - will be installing it probably next week. Note, however, that the required role is Administrator - configuration of viewing permissions is not available to Author role. I was unable to find a...
- Mon Sep 26, 2011 11:28 pm
- Forum: Data Quality Best Practices
- Topic: Partitioning a Business Glossary
- Replies: 11
- Views: 14184
I don't know the answer to that but would like to add a supplementary question (I don't have a copy of BG to play with at the moment): is it possible to make different Categories (folders) visible to some users and not to others? That is, does BG have an inherent security model other than Informatio...
- Mon Sep 26, 2011 11:20 pm
- Forum: General
- Topic: Executing 8.0.1 Windows jobs from Unix command line
- Replies: 3
- Views: 1018