We have two posts on the same topic. We really should stick to one or the other.
http://www.dsxchange.com/viewtopic.php?t=122147
Search found 42189 matches
- Mon Sep 15, 2008 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to load seq file from xml file
- Replies: 2
- Views: 984
- Mon Sep 15, 2008 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading XML file data into a Seq. file
- Replies: 8
- Views: 3680
- Mon Sep 15, 2008 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting the names of the parameters across all jobs
- Replies: 1
- Views: 917
- Mon Sep 15, 2008 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01008: not all variables bound
- Replies: 6
- Views: 1950
- Sun Sep 14, 2008 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dis advantages of funnel stage
- Replies: 4
- Views: 1565
- Sun Sep 14, 2008 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage
- Replies: 1
- Views: 828
- Sun Sep 14, 2008 7:51 am
- Forum: General
- Topic: ignoring row in file
- Replies: 2
- Views: 1501
- Sat Sep 13, 2008 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to timestamp
- Replies: 5
- Views: 2478
- Sat Sep 13, 2008 10:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass variable $APT_CONFIG_FILE from script
- Replies: 13
- Views: 15790
Re: How to pass variable $APT_CONFIG_FILE from script
i think beacause of $sign, i am not able to pass the config file. No, it's because each parameter name/value pair must be prefixed by "-param", each and every one. You need iterate thru the file and concatenate a string together so that you end up with: -param InputDir=/home/source/ -param OutputDi...
- Sat Sep 13, 2008 8:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetJobInfo to execute in a shell script
- Replies: 3
- Views: 2075
- Sat Sep 13, 2008 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use gunzip -c file_name.gz
- Replies: 5
- Views: 1993
Re: How to use gunzip -c file_name.gz
Kshitij Rawat wrote:If I used Sequential file it is not allowing gunzip -c command.
That's what the Filter option is for and where the gunzip command would go.
- Sat Sep 13, 2008 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: char columns possing threat
- Replies: 3
- Views: 1587
You can't trim spaces from a CHAR. You need to fix the problem the first run caused, update those fields in the Oracle table to get rid of the pad character you used the first time and get the spaces back that it expects to be there. If you trim them from the existing data, the spaces will come. Aut...
- Sat Sep 13, 2008 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem on Scheduling Jobs
- Replies: 1
- Views: 857
Only if you give us a better idea what 'getting aborted' means. UNIX uses two different schedulers - 'cron' for any kind of repeating schedule and 'at' for one time runs. Your scheduling user would need permissions to both (entries in cron.allow and at.allow) in order to make any type of schedule. I...
- Sat Sep 13, 2008 7:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able write into file
- Replies: 2
- Views: 977
- Sat Sep 13, 2008 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgradation from Oracle8 to 10g stage in Datastage
- Replies: 2
- Views: 836