Message from discussion
T24: Commands
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Received: by 10.100.142.4 with SMTP id p4mr115685and.23.1246359609858; Tue, 30
Jun 2009 04:00:09 -0700 (PDT)
Date: Tue, 30 Jun 2009 04:00:09 -0700 (PDT)
In-Reply-To: <7df212fb-e216-4b08-8562-44bc0f80a43c@f30g2000vbf.googlegroups.com>
X-IP: 212.2.12.82
References: <7df212fb-e216-4b08-8562-44bc0f80a43c@f30g2000vbf.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
1.1.4322; InfoPath.1; .NET CLR 2.0.50727; MS-RTC LM 8),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 Clearswift Web Policy Engine
Message-ID: <d36eae69-7499-476c-86be-bde060c76c90@n11g2000yqb.googlegroups.com>
Subject: Re: T24: Commands
From: ufuktu <ufuktu...@btinternet.com>
To: jBASE <jBASE@googlegroups.com>
Hi, unfortunately! I do not exactly understand what the question is,
but I am posting a typical example of F.READ;
*Account File;
FN.ACCOUNT =3D 'F.ACCOUNT' ; F.ACCOUNT =3D ''
*Open File
CALL OPF(FN.ACCOUNT,F.ACCOUNT)
*Read the file
CALL F.READ(FN.ACCOUNT,Y.ACCT.NO,R.ACCT.REC,F.ACCOUNT,ERR1)
Where Y.ACCT.NO is the input for the account file and R.ACCT.REC is
the output :))
if you want to extract the currency;
Y.ACCT.CUR =3D R.ACCT.REC<AC.CURRENCY>
If this is not you asked for please post a reply giving more details.
On Jun 24, 7:08=A0pm, Igor Micev <igormi...@gmail.com> wrote:
> Hi all
>
> How to know which all tables are being checked by executing a command
> (DBR(), F.REDA(), EB.READLIST() ...)
>
> Igor