Not in answer to your question but I hope that this does not mean attribute 97, values 1,2,3 as it means that the T24 file layout is in complete violation of the multi-value model. However, as only 0.05% of applications are not, then I suppose it doesn't matter. Jim From: [email protected] [mailto:[email protected]] On Behalf Of M Rizwan Sent: Sunday, December 27, 2009 4:05 AM To: [email protected] Subject: T24 : Version Routine / How to write values into a LOCAL.REF.FIELDS 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 -- 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
