Search found 42189 matches
- Mon Apr 23, 2007 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML output file
- Replies: 9
- Views: 2308
- Mon Apr 23, 2007 11:08 am
- Forum: General
- Topic: Adding a column during concatenation
- Replies: 9
- Views: 2748
When I transcribed the previous syntax I was using into the post I left off the trailing slash, which is why it could no longer be parsed. So now both are working and here are some timing tests for anyone interested: sed -e 's/$/|M/' *.xxx >> fileout 55 sec avg cat *.xxx | sed -e 's/$/|M/' >> fileo...
- Mon Apr 23, 2007 9:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Hash File Problem
- Replies: 8
- Views: 1338
Any file that starts with a 'dot' is a hidden file in UNIX. When you do a 'list' of the contents of a directory, you have to include the -a switch on the command line to see 'all' content, at the very least:
Then you'll see the file.
Code: Select all
ls -laThen you'll see the file.
- Mon Apr 23, 2007 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Hash File Problem
- Replies: 8
- Views: 1338
- Mon Apr 23, 2007 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open hash file
- Replies: 13
- Views: 6100
- Mon Apr 23, 2007 6:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to fetch rows Xml.
- Replies: 1
- Views: 722
- Mon Apr 23, 2007 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To improve job performance.
- Replies: 5
- Views: 971
- Mon Apr 23, 2007 6:41 am
- Forum: General
- Topic: Folder Stage ? does'nt make sence !
- Replies: 3
- Views: 1263
- Mon Apr 23, 2007 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problems with installation 7.5.2
- Replies: 4
- Views: 2250
- Mon Apr 23, 2007 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Agregator failed
- Replies: 6
- Views: 2984
- Mon Apr 23, 2007 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error during compile-time of a Job PX
- Replies: 4
- Views: 1880
Welcome aboard! :D You do know that your version will not run PX jobs, yes? Develop yes, run no - that takes 7.5x2 or 8.x. And that XP is not supported as a Server platform? That being said, search the forums for your error message. Also, there's never just one lovely little line from a PX compile -...
- Mon Apr 23, 2007 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problems with installation 7.5.2
- Replies: 4
- Views: 2250
- Sun Apr 22, 2007 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Macro in a before SQL
- Replies: 2
- Views: 1178
- Sun Apr 22, 2007 11:15 pm
- Forum: General
- Topic: Folder Stage ? does'nt make sence !
- Replies: 3
- Views: 1263
It's not really for merging files. It serves three basic purposes: 1) Allows you to get filenames from a directory one by one. 2) Allows you to get filename and complete file content one by one. 3) Allows you to write multiple files to a directory. Most of the time it is used for #2 feeding data to ...
- Sun Apr 22, 2007 11:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ouput to Excel on Multiple Sheets
- Replies: 18
- Views: 5517