suppressing warning messages
Boyle, Joe
Joe.Boyle@cognos.com
Mon, 2 Jul 2001 10:28:10 -0400
Hi Leonard,
Knowledge base documents suggest that there is a mis match between the
element size and the item size or even a conflict between the qualifiers of
a single element statement, two examples below,
Ex1.
the element below specifies 6 digits but the storage type of 'integer
unsigned size 2' can contain up to 5 digits only with a maximum value of
65536,
> element mynum num size 6 datatype integer unsigned size 2
*W* The storage type and size may be too small for some values.
Ex2.
the record item below can store a maximum value which is much smaller than
that of the element on which it is based, hence the warning,
ELEMENT <Element1> INTEGER SIGNED Size 4
RECORD <Record Name>
ITEM <Element1> Datatype INTEGER SIGNED Size 2
*W* The storage type and size may be too small for some values.
regards,
Joe Boyle.
-----Original Message-----
From: Leonard_Berkowitz@harvardpilgrim.org
[mailto:Leonard_Berkowitz@harvardpilgrim.org]
Sent: 02 July 2001 13:43
To: powerh-l@lists.swau.edu
Subject: PDL: suppressing warning messages
HPe3000 -- PH 819C
In recompiling our PHD the screen is cluttered with numerous instance of the
following message:
*W* The storage type and size may be too small for some values.
Out of 349 warnings, 291 are of this type. There are 13 "duplicate"
definitions,
but with some work, we can remove those. The others have to do with
TurboImage
keys that have verbiage that relates to indexed files, and we probably could
clean those up as well.
Yes, I know I can suppress all warnings with SET NOWARN, but that might
cause me
to ignore some other warning that may have significance for our
applications.
So is there a way to suppress just this message? Is this pie in the sky?
===================
Leonard S. Berkowitz
Perot Health Care Systems
(Harvard Pilgrim Health Care account)
voice: 617-509-1212
fax: 617-509-3737
pager: 781-226-2431
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.