HP3000-L Archives

September 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Thomas Hoffmann <[log in to unmask]>
Reply To:
Thomas Hoffmann <[log in to unmask]>
Date:
Mon, 18 Sep 2000 03:49:06 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (113 lines)
--------------992C06FFE6E506867EF6B116
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi all,

Every sunday a job does db-maintenance. This job runs for 3 weeks now,
and we never had a problem...
until yesterday:
We are on 6.0 pp1 (979KS/200), and the job has NOT BEEN MODIFIED since
september 7th.

Sunday 10. september, jobs works fine:
:JOB XXXXX,........
<snip>

:IF (HPDATE >= 8 AND HPDATE <= 14)
 *** EXPRESSION TRUE
 :do this, do that
 :ENDIF

------------------------------------------------------------------------------------------

Sunday 17. september:
:JOB XXXXX,........
<snip>

>  :IF (HPDATE >= 8 AND HPDATE <= 14)
>                      ^
>  Variable name encountered, but variable is not defined.
>   (CIERR 9805)
>  REMAINDER OF JOB FLUSHED.
>  CPU sec. = 631.  elapsed min. = 92.  SUN, SEP 17, 2000,  5:43 AM.
>

--------------------------------------------------------------------------------------------

Today I streamed it again, and it worked as expected:

JOB XXXXX,........
<snip>

>  :IF (HPDATE >= 8 AND HPDATE <= 14)
>  *** EXPRESSION FALSE: COMMANDS IGNORED UNTIL MATCHING ELSEIF/ELSE
>  /ENDIF
>  :ECHO ** bla bla bla test test
>  :ENDIF
>

-------------------------------------------------------------------------------------------------

Is this a bug or a feature?  :-)

Any ideas?
Thank you

Thomas Hoffmann
HR Mathieu Software AG

--------------992C06FFE6E506867EF6B116
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi all,
<p>Every sunday a job does db-maintenance. This job runs for 3 weeks now,
and we never had a problem...
<br>until yesterday:
<br>We are on 6.0 pp1 (979KS/200), and the job has NOT BEEN MODIFIED since
september 7th.
<p>Sunday 10. september, jobs works fine:
<br>:JOB XXXXX,........
<br>&lt;snip>
<pre>:IF (HPDATE >= 8 AND HPDATE &lt;= 14)
&nbsp;*** EXPRESSION TRUE
&nbsp;:do this, do that
&nbsp;:ENDIF</pre>

<p><br>------------------------------------------------------------------------------------------
<p>Sunday 17. september:
<br>:JOB XXXXX,........
<br>&lt;snip>
<blockquote TYPE=CITE>
<pre>&nbsp;:IF (HPDATE >= 8 AND HPDATE &lt;= 14)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^
&nbsp;Variable name encountered, but variable is not defined.
&nbsp; (CIERR 9805)
&nbsp;REMAINDER OF JOB FLUSHED.
&nbsp;CPU sec. = 631.&nbsp; elapsed min. = 92.&nbsp; SUN, SEP 17, 2000,&nbsp; 5:43 AM.</pre>
</blockquote>

<p><br>--------------------------------------------------------------------------------------------
<p>Today I streamed it again, and it worked as expected:
<p>JOB XXXXX,........
<br>&lt;snip>
<blockquote TYPE=CITE>
<pre>&nbsp;:IF (HPDATE >= 8 AND HPDATE &lt;= 14)
&nbsp;*** EXPRESSION FALSE: COMMANDS IGNORED UNTIL MATCHING ELSEIF/ELSE
&nbsp;/ENDIF
&nbsp;:ECHO ** bla bla bla test test
&nbsp;:ENDIF</pre>
</blockquote>

<p><br>-------------------------------------------------------------------------------------------------
<p>Is this a bug or a feature?&nbsp; :-)
<p>Any ideas?
<br>Thank you
<p>Thomas Hoffmann
<br>HR Mathieu Software AG</html>

--------------992C06FFE6E506867EF6B116--

ATOM RSS1 RSS2