gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Library "super" procedure.


From: Fred Mobach
Subject: Re: [open-cobol-list] Library "super" procedure.
Date: Sat, 11 May 2013 14:57:10 +0200
User-agent: KMail/1.9.10

On Saturday 11 May 2013 00:06:40 Patrick wrote:
>
> so pseudo code....
>
> WORKING-STORAGE DIVISION.
> 01 foo-arg.
>     05 someString PIC X(20).
>     05 someNumber PIC 9(3).
>
> PROCEDURE DIVISION.
> COPY "foo"
> MOVE "BLAH" TO someString
> MOVE "123" TO someNumber

Please remove the quotes in the statement above, numerical literals are 
written without quotes.
-- 
Fred Mobach
website : https://fred.mobach.nl
 .... In God we trust ....
 .. The rest we monitor ..


reply via email to

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