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 = 'F.ACCOUNT' ; F.ACCOUNT = '' *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 = R.ACCT.REC<AC.CURRENCY> If this is not you asked for please post a reply giving more details. On Jun 24, 7:08 pm, Igor Micev <[email protected]> wrote: > Hi all > > How to know which all tables are being checked by executing a command > (DBR(), F.REDA(), EB.READLIST() ...) > > Igor --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
