× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



%EditC(partner:'X')


Michael Schutte
Admin Professional
Bob Evans Farms, Inc.
3776 South High Street, Columbus, OH 43207
Phone: 614/492-7419 Fax: 614/409-2017
Visit us on the web! www.bobevans.com

(Embedded image moved to file: pic16118.gif)

"The Secret's the Sauce! Enjoy our new Bob-B-Q Pulled Pork Knife & Fork
Sandwich!"


rpg400-l-bounces@xxxxxxxxxxxx wrote on 11/30/2007 12:41:18 PM:

CONSNO = %CHAR(Partner#);

Consno is 8A
Partner# 8S 0 and has a value of 00012345

When Statement CONSNO = %CHAR(Partner#); is executed the Value of CONSNO
is 12345bbb (b=Blank)

How can I get the Value of CONSNO to = 00012345

Thanks for your assistance

Mike


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of
rpg400-l-request@xxxxxxxxxxxx
Sent: Friday, November 30, 2007 9:38 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: RPG400-L Digest, Vol 6, Issue 1158

Send RPG400-L mailing list submissions to
rpg400-l@xxxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.midrange.com/mailman/listinfo/rpg400-l
or, via email, send a message with subject or body 'help' to
rpg400-l-request@xxxxxxxxxxxx

You can reach the person managing the list at
rpg400-l-owner@xxxxxxxxxxxx

When replying, please edit your Subject line so it is more specific than
"Re: Contents of RPG400-L digest..."


*** NOTE: When replying to this digest message, PLEASE remove all text
unrelated to your reply and change the subject line so it is meaningful.

Today's Topics:

1. Re: 00:00:00 or 24:00:00 (Joep Beckeringh)
2. Re: 00:00:00 or 24:00:00 (Bill Wragg)
3. RE: 00:00:00 or 24:00:00 (GUY_HENZA@xxxxxxxxxxxxxx)
4. Re: 00:00:00 or 24:00:00 (Douglas Handy)
5. Re: 00:00:00 or 24:00:00 (Ron Power)
6. Re: Reclaim storage - time estimation (Jerry Adams)


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

message: 1
date: Fri, 30 Nov 2007 15:16:14 +0100
from: Joep Beckeringh <joep@xxxxxxxxxxxxxxxxxxx>
subject: Re: 00:00:00 or 24:00:00

Was that Question 67 or Question 68?

Joep Beckeringh


Weber, Richard (US) schreef:
Does anybody really know what time it is...? ;-)



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

message: 2
date: Fri, 30 Nov 2007 06:14:47 -0800 (PST)
from: Bill Wragg <bill_wragg@xxxxxxxx>
subject: Re: 00:00:00 or 24:00:00

25 or 6 to 4

Good Luck
Bill
(All else fails READ THE INSTRUCTIONS)



----- Original Message ----
From: "Weber, Richard (US)" <Richard.Weber@xxxxxxxxxxxxxxxxxxx>
To: RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
Sent: Friday, November 30, 2007 9:05:16 AM
Subject: RE: 00:00:00 or 24:00:00

Does anybody really know what time it is...? ;-)

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore
Sent: Thursday, November 29, 2007 4:40 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: 00:00:00 or 24:00:00


"fortunately, we only have a second to think about it and it is gone."

Unlike this thread 8-)



Alan Shore

NBTY, Inc
(631) 244-2000 ext. 5019
AShore@xxxxxxxx
"If you're going through Hell, keep going" - Winston Churchill




"John Arnold

(MFS)"

<jarnold@medicalf
To
undingservices.co "RPG programming on the AS400 /

m> iSeries" <rpg400-l@xxxxxxxxxxxx>

Sent by:
cc
rpg400-l-bounces@

midrange.com
Subject
RE: 00:00:00 or 24:00:00



11/29/2007 04:31

PM





Please respond to

RPG programming

on the AS400 /

iSeries

<rpg400-l@midrang

e.com>









As was stated many times yesterday January 1, 2000 00:00:00 is the same
as January 1, 2000 24:00:00 - the reason is that there really is no zero
in time computation.
The truth is zero hour does not exist, only 2400 exists, however, 2400
is the end of the day so there is no time of 24:00:01 - that time is
expressed as 00:00:01 thus leading one to believe that 00:00:00 exists.
If the zero hour existed, it would be the first marker in the next day
but since it does not exist time always moves from today at 24:00:00 to
tomorrow at 00:00:01 - fortunately, we only have a second to think about
it and it is gone.


John Arnold
(301) 354-2939


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of qsrvbas@xxxxxxxxxxxx
Sent: Thursday, November 29, 2007 4:18 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: 00:00:00 or 24:00:00

Peter.Colpaert wrote:

1. 00:00:00 or 24:00:00 (Peter.Colpaert)

One of our processes involves parsing a directory listing of a windows

shared drive, and there are 6 files which cause problems.

These files have an entry in the listing as follows:

01/01/2000 12:00a 438,082 GN0229084.JPG

The listing is parsed by two different programs (one made by me, the
other made several years ago by another developer).

His program (using pre-bif methods) returns the time as 00:00:00,
whereas mine (using the %time built-in function) returns 24:00:00

First of all, I'd like to know whether January 1, 2000 00:00:00 is the

same as January 1, 2000 24:00:00 (I would think that the latter
actually means January 2).

(I know, this was beaten into the ground; but I gotta add my opinion
after just getting back...)

My purely personal opinion is that hour '24' cannot be valid. Hour '24'
implies that hour '24' has minutes '00' through '59' and the time
'24:15' doesn't exist. True, the implication is a logical one, not
enforced by standards. But programming should have a logical foundation.
(Ignoring Daylight Saving Time, leap-years, etc., since we need to
handle all special cases as... "special cases" anyway.)

Also, when comparing hours with minutes or seconds, why would anyone
expect hours to range up to '24', but minute '60' and second '60'
wouldn't be allowed? Minutes and seconds start at '00', so hours should
be consistent. Is '24:60:60' a valid time? If so, what time is it?

IMO, hour '24' ought to be tossed onto the heap of discarded nonsense.
Much like division by zero...

Also, "12noon" must be /neither/ AM nor PM. The conceptual use of 'AM'
is 'before noon' (ante meridiem) and 'PM' is 'after noon' (post
meridiem). "Noon" can be neither 'before' nor 'after' "noon".
Similarly, "12midnight" is 'special'. "Noon" is not part of the morning
nor part of the afternoon; it is the point that marks the boundary
between them. (Is your property line part of your property?
or your neighbor's?) But I'm totally lost on what that means. Sigh.

Purely opinion, not based upon expertise with standards.

Tom Liotta

--
Tom Liotta
The PowerTech Group, Inc.
19426 68th Avenue South
Kent, WA 98032
Phone 253-872-7788 x313
253-479-1416
Fax 253-872-7904
http://www.powertech.com
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.


This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law. These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited. Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption from
disclosure as to this communication. If you have received this
communication in error, please immediately notify the sender and delete
the message from your system.



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.


Looking for the perfect gift? Give the gift of Flickr!

http://www.flickr.com/gift/


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

message: 3
date: Fri, 30 Nov 2007 09:23:34 -0500
from: GUY_HENZA@xxxxxxxxxxxxxx
subject: RE: 00:00:00 or 24:00:00


Don't know, don't care... :-)

Please STOP this thread...





"Weber, Richard (US) "

<Richard.Weber@PoloRalph To: "RPG
programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>

Lauren.com> cc:

Sent by: Subject: RE:
00:00:00 or 24:00:00

rpg400-l-bounces@midrang

e.com





11/30/2007 09:05 AM

Please respond to RPG

programming on the AS400

/ iSeries









Does anybody really know what time it is...? ;-)

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Alan Shore
Sent: Thursday, November 29, 2007 4:40 PM
To: RPG programming on the AS400 / iSeries
Subject: RE: 00:00:00 or 24:00:00


"fortunately, we only have a second to think about it and it is gone."

Unlike this thread 8-)



Alan Shore

NBTY, Inc
(631) 244-2000 ext. 5019
AShore@xxxxxxxx
"If you're going through Hell, keep going" - Winston Churchill




"John Arnold

(MFS)"

<jarnold@medicalf
To
undingservices.co "RPG programming on the AS400 /

m> iSeries" <rpg400-l@xxxxxxxxxxxx>

Sent by:
cc
rpg400-l-bounces@

midrange.com
Subject
RE: 00:00:00 or 24:00:00



11/29/2007 04:31

PM





Please respond to

RPG programming

on the AS400 /

iSeries

<rpg400-l@midrang

e.com>









As was stated many times yesterday January 1, 2000 00:00:00 is the same
as January 1, 2000 24:00:00 - the reason is that there really is no zero
in time computation.
The truth is zero hour does not exist, only 2400 exists, however, 2400
is the end of the day so there is no time of 24:00:01 - that time is
expressed as 00:00:01 thus leading one to believe that 00:00:00 exists.
If the zero hour existed, it would be the first marker in the next day
but since it does not exist time always moves from today at 24:00:00 to
tomorrow at 00:00:01 - fortunately, we only have a second to think about
it and it is gone.


John Arnold
(301) 354-2939


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of qsrvbas@xxxxxxxxxxxx
Sent: Thursday, November 29, 2007 4:18 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Re: 00:00:00 or 24:00:00

Peter.Colpaert wrote:

1. 00:00:00 or 24:00:00 (Peter.Colpaert)

One of our processes involves parsing a directory listing of a windows

shared drive, and there are 6 files which cause problems.

These files have an entry in the listing as follows:

01/01/2000 12:00a 438,082 GN0229084.JPG

The listing is parsed by two different programs (one made by me, the
other made several years ago by another developer).

His program (using pre-bif methods) returns the time as 00:00:00,
whereas mine (using the %time built-in function) returns 24:00:00

First of all, I'd like to know whether January 1, 2000 00:00:00 is the

same as January 1, 2000 24:00:00 (I would think that the latter
actually means January 2).

(I know, this was beaten into the ground; but I gotta add my opinion
after just getting back...)

My purely personal opinion is that hour '24' cannot be valid. Hour '24'
implies that hour '24' has minutes '00' through '59' and the time
'24:15' doesn't exist. True, the implication is a logical one, not
enforced by standards. But programming should have a logical foundation.
(Ignoring Daylight Saving Time, leap-years, etc., since we need to
handle all special cases as... "special cases" anyway.)

Also, when comparing hours with minutes or seconds, why would anyone
expect hours to range up to '24', but minute '60' and second '60'
wouldn't be allowed? Minutes and seconds start at '00', so hours should
be consistent. Is '24:60:60' a valid time? If so, what time is it?

IMO, hour '24' ought to be tossed onto the heap of discarded nonsense.
Much like division by zero...

Also, "12noon" must be /neither/ AM nor PM. The conceptual use of 'AM'
is 'before noon' (ante meridiem) and 'PM' is 'after noon' (post
meridiem). "Noon" can be neither 'before' nor 'after' "noon".
Similarly, "12midnight" is 'special'. "Noon" is not part of the morning
nor part of the afternoon; it is the point that marks the boundary
between them. (Is your property line part of your property?
or your neighbor's?) But I'm totally lost on what that means. Sigh.

Purely opinion, not based upon expertise with standards.

Tom Liotta

--
Tom Liotta
The PowerTech Group, Inc.
19426 68th Avenue South
Kent, WA 98032
Phone 253-872-7788 x313
253-479-1416
Fax 253-872-7904
http://www.powertech.com
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.


--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


This message and any attached documents contain information which may be
confidential, subject to privilege or exempt from disclosure under
applicable law. These materials are intended only for the use of the
intended recipient. If you are not the intended recipient of this
transmission you are hereby notified that any distribution, disclosure,
printing, copying, storage, modification or the taking of any action in
reliance upon this transmission is strictly prohibited. Delivery of this
message to any person other than the intended recipient shall not
compromise or waive such confidentiality, privilege or exemption from
disclosure as to this communication. If you have received this
communication in error, please immediately notify the sender and delete
the
message from your system.



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.







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

message: 4
date: Fri, 30 Nov 2007 09:25:17 -0500
from: "Douglas Handy" <dhandy@xxxxxxxxx>
subject: Re: 00:00:00 or 24:00:00


Does anybody really know what time it is...? ;-)


Does anybody (in Chicago) really care? :)


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

message: 5
date: Fri, 30 Nov 2007 11:02:18 -0330
from: Ron Power <RPower@xxxxxxxxxx>
subject: Re: 00:00:00 or 24:00:00

Well no matter what time it is in the world, it's always at least one
half
an hour off our time here in Newfoundland portion of Newfoundland and
Labrador. We have our own time zone in the island portion that puts us
@
-3:30 off Greenwich time. Which is why all our programs on TV have the
additional message (7:30, 7:00 in Labrador). lol. We are a unique
bunch....
At least Microsoft recognized us with the time zone on the PC settings
lol.

Ron Power
Programmer
Information Services
City Of St. John's, NL
P.O. Box 908
St. John's, NL
A1C 5M2
709-576-8132
rpower@xxxxxxxxxx
http://www.stjohns.ca/
________________________________________________________________________
___
Success is going from failure to failure without a loss of enthusiasm. -

Sir Winston Churchill
Freedom is the right of all sentient beings. - Optimus Prime



"Douglas Handy" <dhandy@xxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
2007/11/30 10:55 AM
Please respond to
RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>


To
"RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
Re: 00:00:00 or 24:00:00







Does anybody really know what time it is...? ;-)


Does anybody (in Chicago) really care? :)
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.







This email communication and accompanying documents is intended only for
the individual or entity to which it is addressed and may contain
information that is confidential, privileged or exempt from disclosure
under applicable law. Any use of this information by individuals or
entities other than the intended recipient is strictly prohibited. If
you have received this in error, please notify the sender and delete all
the copies (electronic or otherwise) immediately.


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

message: 6
date: Fri, 30 Nov 2007 08:26:42 -0600
from: Jerry Adams <jerry@xxxxxxxxxxxxxxx>
subject: Re: Reclaim storage - time estimation

I thought that I read some place (here?) that the estimate was based
upon previous RCLSTG runs. I.e., the first run under v5r4 either
wouldn't yield a SWAG or it would just be a WAG.

Could be wrong; haven't done one myself one our v5r4 system.

* Jerry C. Adams
*IBM System i Programmer/Analyst
B&W Wholesale Distributors, Inc.* *
voice
615.995.7024
fax
615.995.1201
email
jerry@xxxxxxxxxxxxxxx <mailto:jerry@xxxxxxxxxxxxxxx>



Wilt, Charles wrote:
Now see if your customer was running v5r4 instead of an unsupported
release....

All you'd have to do is RCLSTG ESTIMATE(*YES) and you'd have your
answer :)

Charles
(who's waiting for a v5r2-->v5r4 upgrade himself ;)


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Johan
Vangilbergen
Sent: Friday, November 30, 2007 7:34 AM
To: RPG programming on the AS400 / iSeries
Subject: Reclaim storage - time estimation

Hi,



We have a client using a 3-year-old model 810 (V5R2M0) with
316 Gb disks
and 3Gb memory. The last IPL on this machine was over a year
ago and a
reclaim storage has never been done till now.



Now I'm going to load the latest PTF Cumpack and I was thinking this
might be a good time to do a Reclaim Storage (RCLSTG),
however I'm a bit
concerned about my time-frame. Can anyone give me an
estimation of how
long a RCLSTG (might) take ?





Johan Vangilbergen



YUSE

Phone : +32 16 74 50 80

Fax : +32 16 74 50 89

Email : jvg@xxxxxxx <mailto:jvg@xxxxxxx>

Web : WWW.Yuse.be <http://www.Yuse.be>

Address : Bondgenotenlaan 138, B-3000 Leuven, Belgium



--
This is the RPG programming on the AS400 / iSeries (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.





This e-mail transmission contains information that is intended to be
confidential and privileged. If you receive this e-mail and you are not
a named addressee you are hereby notified that you are not authorized to
read, print, retain, copy or disseminate this communication without the
consent of the sender and that doing so is prohibited and may be
unlawful. Please reply to the message immediately by informing the
sender that the message was misdirected. After replying, please delete
and otherwise erase it and any attachments from your computer system.
Your assistance in correcting this error is appreciated.





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

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) digest
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.



End of RPG400-L Digest, Vol 6, Issue 1158
*****************************************

--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.