Search found 53125 matches
- Wed Oct 13, 2010 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting BIN1 (SAP) to ASCII using ABAP Extract
- Replies: 3
- Views: 1321
- Wed Oct 13, 2010 4:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Numeric conversion
- Replies: 1
- Views: 1075
You can use DecimalToDecimal() function. But beware that you are potentially trying to load large values into a data type that is not big enough to store them, so DataStage will unavoidably generate an alert message to this effect. (Tou can, of course, use a message handler to demote his alert to in...
- Wed Oct 13, 2010 5:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: source and target record rowcount
- Replies: 5
- Views: 2011
- Wed Oct 13, 2010 5:13 am
- Forum: General
- Topic: How to pass parameters set at admin from dev to prod env
- Replies: 2
- Views: 958
- Tue Oct 12, 2010 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Input Buffer Overrun problem
- Replies: 4
- Views: 7346
- Tue Oct 12, 2010 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to check valid date ?
- Replies: 7
- Views: 3890
- Tue Oct 12, 2010 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJOB command to get runtim information each link in a job
- Replies: 9
- Views: 3079
- Tue Oct 12, 2010 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Set the path of DSEngine , PXEngine and APT_CONFIG_FIL
- Replies: 4
- Views: 2521
#!/bin/ksh export DSHOME=`cat /.dshome` export PXHOME=$DSHOME/../PXEngine export APT_ORCHHOME=$PXHOME # Run the dsenv script . $DSHOME/dsenv # Now run the dsjob command set projectname=FINGL_DEV set rundate=`date +%Y%m%d` $DSHOME/bin/dsjob -run -jobstatus -param RunDate=$rundate $projectname CheckF...
- Tue Oct 12, 2010 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: missing script file RT_SCxx/OshExecuter.sh
- Replies: 2
- Views: 2644
- Tue Oct 12, 2010 1:50 pm
- Forum: IBM QualityStage
- Topic: Addresss Standardization and WAVES
- Replies: 4
- Views: 2273
- Tue Oct 12, 2010 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in .csv file reading
- Replies: 1
- Views: 1167
- Tue Oct 12, 2010 5:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CSV file with delimiter other than comma
- Replies: 10
- Views: 4089
- Tue Oct 12, 2010 3:03 am
- Forum: General
- Topic: Can't Save New Project
- Replies: 3
- Views: 1240
- Mon Oct 11, 2010 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hashlookup
- Replies: 10
- Views: 3799
- Mon Oct 11, 2010 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Hanging!!
- Replies: 8
- Views: 1948