gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Cobol Expression


From: vince coen
Subject: Re: [open-cobol-list] Cobol Expression
Date: Mon, 18 Jun 2007 00:29:12 +0100
User-agent: KMail/1.9.4

Hi;

On Sunday 17 June 2007 20:02, Marcos Martins wrote:
> Hi folks,
>     I'm translating a Cobol code to SAS code and I couldn't convert the
> following expression:
>
> IF WS_SBU_SUB(4: 1) = 4 THEN
>
>    WS_SBU_SUB is a variable but I do not know what the expression means.
> Can anybody help me?

This is character 4 and with a length of 1 (one) character of variable 
WS_SBU_SUB

Vince
 


reply via email to

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