Roy...Need you. Roy
Search found 6797 matches
- Fri Jul 14, 2006 6:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rollup Data
- Replies: 11
- Views: 2193
- Fri Jul 14, 2006 3:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rollup Data
- Replies: 11
- Views: 2193
- Fri Jul 14, 2006 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rollup Data
- Replies: 11
- Views: 2193
- Fri Jul 14, 2006 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Sequence question
- Replies: 12
- Views: 4062
- Fri Jul 14, 2006 2:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading 0's
- Replies: 34
- Views: 15859
- Fri Jul 14, 2006 1:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading 0's
- Replies: 34
- Views: 15859
- Fri Jul 14, 2006 12:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert char to integer
- Replies: 10
- Views: 7655
- Fri Jul 14, 2006 12:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use the new value as job parameter for a loop
- Replies: 15
- Views: 5309
- Fri Jul 14, 2006 10:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Leading 0's
- Replies: 34
- Views: 15859
- Fri Jul 14, 2006 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: use the new value as job parameter for a loop
- Replies: 15
- Views: 5309
You dont need to pass $USERSTATUS. just the hashed file name. And yes pass the $counter as the key to the utility.
Do this
Do this
Code: Select all
UtilityHashLookup(HashedFileName, #$counter#,1)
- Fri Jul 14, 2006 10:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed in scheduling script using crontab
- Replies: 2
- Views: 992
- Fri Jul 14, 2006 10:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Runnig a script in datastage
- Replies: 17
- Views: 4144
Told you. THe space is creating the problem.
replace the space from between by maybe a dot.
use this
replace the space from between by maybe a dot.
use this
Code: Select all
date +"%Y-%m-%d.%H:%M:%S"
- Fri Jul 14, 2006 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restarting an aborted job systematically
- Replies: 2
- Views: 646
Well, IMHO, schedule the process only during weekdays OR Right before you start firing your jobs, check for the existence of the files. If they are not there, bypass the execution and elegantly end the process by sending you the email. If you insist on sticking to your design then you can check the ...
- Fri Jul 14, 2006 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Runnig a script in datastage
- Replies: 17
- Views: 4144
mdtauseefhussain wrote:What if we want to bring the date format like this with file name
Sample 2006-07-14 22:25:30.txt
I would still suggest to get rid of the space in between. But if you really want a space then use this
Code: Select all
date +"%Y-%m-%d %H:%M:%S"
- Fri Jul 14, 2006 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transforming a delimited file into a non delimited file
- Replies: 10
- Views: 1563