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
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
--
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 jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
Where local ref field is the position of the local ref fielf in the
record, and local ref position is the position of the local ref in the
local ref field
2009/12/27, M Rizwan <raaif....@gmail.com>:
> 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 jB...@googlegroups.com
> To unsubscribe, send email to jBASE-un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/jBASE?hl=en
>
--
Enviado desde mi dispositivo móvil
Try this syntax
CALL GET.LOC.REF(SL.FILE.NAME,"GRADE",Y.GRADE.POS)
R.NEW(SL.LN.LOCAL.REF)<1,Y.GRADE.POS> = "AAA"
CALL REBUILD.SCREEN
--
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 jB...@googlegroups.com
To unsubscribe, send email to jBASE-un...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en