* Try this syntax
CALL GET.LOC.REF(SL.FILE.NAME <http://sl.file.name/>,"GRADE",Y.GRADE.POS) R.NEW(SL.LN.LOCAL.REF)<1,Y.GRADE.POS> = "AAA" CALL REBUILD.SCREEN * On Sun, Dec 27, 2009 at 5:05 PM, M Rizwan <[email protected]> wrote: > > T24 R06 / JBASE 4.1 / AIX 5.2 > > > How to write some values into local reference fields inside the version > routine. > > Assumption filed 97 is LOCAL.REF. > > 97.1 SCORE > 97.2 GRADE > 97.3 RATING > > I want to write values only to the "GRADE" field. > I am using the following inside the version routine, but its not working. > Can anybody please help. > > * > > CALL GET.LOC.REF(SL.FILE.NAME,"GRADE",Y.GRADE.POS) > > R.NEW(SL.LN.LOCAL.REF,Y.GRADE.POS) = "AAA" > > CALL REBUILD.SCREEN > > > > Thanks > > > > > > > * > > -- > Rizwan > > -- > 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 > -- Imran Khan T24 Technical Consultant +92 334 3545114 -- 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
