Re: Zero supression and tinyCobol




"John Culleton" <john@xxxxxxxxxxxxxxxx> wrote in message
news:KY-dnYKkcLdIzy3enZ2dnUVZ_sGdnZ2d@xxxxxxxxxxxxxxx
> Apparently in Tiny COBOL when one displays a pic 9 field at a specific
> location it is displayed as if it were defined as pic z. IMO this is
> obviously wrong, but does the ANS standard address this issue?

My previous answer addressed the ISO/ANSI COBOL
standard, but it was incomplete.

With respect to "field at a specific location", neither
the ISO/ANSI COBOL standard, nor X/Open (as far
as I can tell), have a DISPLAY statement for displaying
a "field" at a particular position. X/Open, and now,
ISO/ANSI have a DISPLAY statement for displaying
a "screen-name" at a particular location.

Thus, it would seem that displaying a field at a specific
location would be an implementor extension wherever
it occurs.

Whether this display-pic-9-as-pic-z is seen as an
implementor extension or implementor-defined, it would
seem that standards are of no help to correct what is
"obviously wrong".



.



Relevant Pages

  • Re: Zero supression and tinyCobol
    ... >Apparently in Tiny COBOL when one displays a pic 9 field at a specific ... IMO this is ... CoBOL that required special manipulations when displaying data in a ... Prev by Date: ...
    (comp.lang.cobol)
  • Re: PhP database design question
    ... design the DB, so was wondering if there is a standard to do this. ... There's no real standard for designing the DB for something like this. ... The reason for keeping the message itself separate is speed. ... Of course, displaying the actual message will be slightly slower, but you won't be doing that as much as just displaying to/from/subject. ...
    (comp.lang.php)
  • Re: my impressions of Excel 2007
    ... and Arial 10pt as standard font. ... Are you displaying a Task Pain on the ... Do the 2nd and subsequent lines use all of the space below the first ... If I want to close Excel I have to click the "X" twice? ...
    (microsoft.public.excel.misc)
  • Re: FAQ Topic - How do I format the lastModified date with javascript? (2009-01-12)
    ... It's the only sensible way of displaying a date independent of language ... well-written standard outside the realm for which the standard, overall, ... it's ISO 9075-2 that applies. ... John Stockton, nr London, UK. ...
    (comp.lang.javascript)
  • Re: whats the standard way to make results in the REPL "invisible"
    ... suppose there is a function I am calling ... What would be the standard way of preventing that? ... (defmacro invisible (&body body) ... is there a generic method for displaying a ...
    (comp.lang.lisp)