Search found 53125 matches
- Thu Aug 09, 2012 3:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with Datetime fields
- Replies: 4
- Views: 6949
- Thu Aug 09, 2012 3:55 am
- Forum: General
- Topic: EXECSH at the end of a job called by a sequence
- Replies: 21
- Views: 6889
- Thu Aug 09, 2012 12:02 am
- Forum: General
- Topic: Disabling and Enabling the index ,Db is sql server 2008
- Replies: 6
- Views: 1598
- Wed Aug 08, 2012 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Orachadmin Dump command
- Replies: 8
- Views: 2454
- Wed Aug 08, 2012 11:10 pm
- Forum: General
- Topic: Multiples files FTP and Process
- Replies: 1
- Views: 774
- Wed Aug 08, 2012 11:07 pm
- Forum:
- Topic: Business Glossary Workflow - POLL
- Replies: 3
- Views: 2297
- Wed Aug 08, 2012 11:05 pm
- Forum: IBM QualityStage
- Topic: COUNTRY rule set is identifing the Country code
- Replies: 10
- Views: 4186
- Wed Aug 08, 2012 3:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Integer to Date
- Replies: 6
- Views: 2694
Code: Select all
Fmt(InLink.TheDate,"####-##-##")- Wed Aug 08, 2012 3:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Long Month Name from Date
- Replies: 24
- Views: 12124
- Wed Aug 08, 2012 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading two or more files in a single job run
- Replies: 7
- Views: 2218
The Sequential File stage can readily handle multiple input files, provided that they have the same record structure. The Sequential File stage can use a Filter command. In this case the filter command should be TYPE file1 file2 (or COPY file1 file2 ). (If you were on UNIX, the command would be cat ...
- Wed Aug 08, 2012 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract substring
- Replies: 10
- Views: 5121
SO, not substrings but "delimited substrings".
An equivalent to the Field() function would be square brackets notation.
An equivalent to the Field() function would be square brackets notation.
Code: Select all
Column_Name["_",1,1]- Wed Aug 08, 2012 3:06 pm
- Forum: General
- Topic: EXECSH at the end of a job called by a sequence
- Replies: 21
- Views: 6889
- Wed Aug 08, 2012 3:04 pm
- Forum: General
- Topic: How to categorize user defined environment variables
- Replies: 6
- Views: 1127
- Wed Aug 08, 2012 3:02 pm
- Forum: General
- Topic: getting execute command stage output
- Replies: 13
- Views: 17511
Craig's syntax is correct. I usually do that in a user variable, which means that I have a delimited list to pass to the StartLoop activity. Note that the final line terminator will mean that you have an empty line at the end. You may like to adjust for this either in the command itself (for example...
- Wed Aug 08, 2012 2:57 pm
- Forum: General
- Topic: Locks found on DS Admin
- Replies: 2
- Views: 680