Search found 6 matches

by mbreion
Mon May 09, 2016 8:59 am
Forum: General
Topic: generate HTML report in datastage
Replies: 22
Views: 21968

"C:\Program Files\Ascential\DataStage7.5.1\dsdesign.exe" /H=myhost /U=myuserid /P=mypassword UAT_MyProject MyJob /R /RP="C:\Documents and Settings\sbass1\Desktop\My Documents\My Documents\MyProject\Documentation\Job_Reports\UAT_MyProjec" dsdesign is complaining about the RP path...
by mbreion
Mon Jun 03, 2013 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Test Problems with 64 bit Hash files on 8.7
Replies: 7
Views: 4504

have you verified the environment are equal ?

Did you check the UVCONFIG file for both ?

This reminds me of the UVSYNC and SYNCALOC variables. Changing from AIX to linux may have changed the default for these and thus dropping the performance when volume goes up.


Sorry for the delay, didn't see the post was old.
Maybe it helps anyway.
by mbreion
Tue May 22, 2012 7:30 am
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 4364

We use IS 8.1.0.2.
We have a decrease in performance of hash files writings, in compared to 7.5.3.
by mbreion
Mon May 21, 2012 6:53 am
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 4364

We checked the routine not running at same time normals jobs.
We opened PMR to IBM, partially about suspicion of changes of hash files in v8. We'll use opportunity to talk about this. Wait...
by mbreion
Fri May 18, 2012 3:59 am
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 4364

Thank you for replies. In short, there is no difference between CLEAR.FILE and CLEAR-FILE except that you won't find the latter in the VOC file. A guy told me the same explanation. @chulett * vIdInternal = internal job number FileName="RT_LOG":vIdInternal ... Execute "CLEAR-FILE "...
by mbreion
Fri May 11, 2012 8:07 am
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 4364

Difference between CLEAR.FILE and CLEAR-FILE

Here all projects use a routine to clear RT_STATUS and RT_LOG.
I have two questions :

1) After CLEAR.FILE of RT_STATUS, some RT_STATUS aren't cleared. How it's possible ?

2) In the routine I found the command CLEAR-FILE (note the '-') to clear RT_LOG. What the difference with CLEAR.FILE ?