gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [open-cobol-list] pic field for level 88.


From: Michael Anderson
Subject: Re: [open-cobol-list] pic field for level 88.
Date: Mon, 22 Apr 2013 16:40:29 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

May also work as
    88 valid-value VALUES ARE "Y", "y".

On 04/22/2013 03:54 PM, vbcoen wrote:

Hi;

On Monday 22 Apr 2013 14:59:01 john Culleton wrote:

 

> On a level 88 I would like both Y and y to be valid entries. How

> exactly would I configure it?

> I tried 88 FOO PIC 'Y", "y".

> but that didn't work.

 

Try:

88 valid-sets-1 values "Y" "y".

 

as against of after accept changing case to upper before testing !!

 

Vince

 



------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter


_______________________________________________
open-cobol-list mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/open-cobol-list


reply via email to

[Prev in Thread] Current Thread [Next in Thread]