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: vbcoen
Subject: Re: [open-cobol-list] pic field for level 88.
Date: Mon, 22 Apr 2013 21:54:43 +0100
User-agent: KMail/4.8.5 (Linux/3.4.34-desktop-1.mga2; KDE/4.8.5; x86_64; ; )

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

 


reply via email to

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