Search found 53125 matches
- Mon Mar 26, 2012 2:56 pm
- Forum: General
- Topic: DataStage, Universe & TCL
- Replies: 4
- Views: 2129
- Sun Mar 25, 2012 11:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: a temporary configuration file is used by the copy operator
- Replies: 1
- Views: 964
- Sun Mar 25, 2012 11:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Greenplum
- Replies: 6
- Views: 4595
- Sun Mar 25, 2012 1:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to add header column c:Name:string
- Replies: 9
- Views: 2476
- Sun Mar 25, 2012 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort + Partition
- Replies: 1
- Views: 1160
- Sun Mar 25, 2012 3:47 am
- Forum: General
- Topic: Parameter Setting in Sequence showing Error
- Replies: 11
- Views: 4469
- Sat Mar 24, 2012 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to add header column c:Name:string
- Replies: 9
- Views: 2476
- Sat Mar 24, 2012 2:29 pm
- Forum: General
- Topic: Parameter Setting in Sequence showing Error
- Replies: 11
- Views: 4469
- Fri Mar 23, 2012 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort before a Sequential file
- Replies: 5
- Views: 3338
- Fri Mar 23, 2012 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to add header column c:Name:string
- Replies: 9
- Views: 2476
- Fri Mar 23, 2012 3:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Node vs Process
- Replies: 3
- Views: 1311
- Fri Mar 23, 2012 3:37 pm
- Forum: General
- Topic: Time between scripts in a batch increased after upgrade
- Replies: 28
- Views: 7521
- Fri Mar 23, 2012 3:33 pm
- Forum: General
- Topic: Try to Figure Out Dimensions and Facts
- Replies: 3
- Views: 1173
- Fri Mar 23, 2012 3:30 pm
- Forum: General
- Topic: issue on CLEAR.FILE
- Replies: 11
- Views: 3498
You're not even familiar with the syntax of chmod command. Find someone who has knowledge and permission.
Note: the better solution is to be granted membership of the correct group. should not be used as a universal panacea. They won't allow that in production.
Note: the better solution is to be granted membership of the correct group.
Code: Select all
chmod 777- Fri Mar 23, 2012 3:28 pm
- Forum: General
- Topic: Metadata, Universe & TCL
- Replies: 4
- Views: 1392
Code: Select all
cd $projectdir && echo $projectdir >> $reportfile && $DSHOME/bin/dssh "SELECT NAME FMT '60L' FROM DS_JOBS WHERE NAME LIKE '\\\%' ORDER BY NAME;" >> $reportfile