Okey, I'll give you more explanation about my question. When a DBR() command is executed some tables are checked like STANDARD.SELECTION, FILE.CONTROL, ... and some others.
The question is not only for DBR() or F.READ(), but for all other system commands. Where/how to see all the tables that are checked by executing the commands? Thanks Igor On Tue, Jun 30, 2009 at 1:00 PM, ufuktu <[email protected]> wrote: > > 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 > > > > -- Igor Micev --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
