Hmm, its still missing some things. The code I am assembling may be old and it may even need some of the ASMH mods that we don't have.
toggle quoted message
Show quoted text
Its actually called RNBRSUB - the routine that is called to determine a user's rate number (index into RATEVEC) . It also produces the signon "herald" string that tells a user what their session rate will be (i.e. "Terminal,Normal,Univeristy,UM"). Right now, there is a dummy RNBRSUB installed that always returns a rate number of 1 and the herald string "No Charges". These are the includes it uses.. Most of them don't exist. ?# ed rnbrle#sa ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ?: ?sc@all /f 'COPY' ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?: ? ? 12 ? ? ? ? ? ? ?COPY ?COPY:SECTIONS*SAL(1600) ? ? ? ? ? ? ? ? ? ?: ? ? 24 ? ? ? ? ? ? ?COPY ?BNCH:LLMPSEQU(100) ? ? ? ? ? ? ? ? ? ? ?? ?: ? ? 25 ? ? * ? ? ? ?COPY ?*CNFGINFODSECT ? ? ? ? ? ? ? ? ? ? ? ? ?? ?: ? ? 26 ? ? ? ? ? ? ?COPY ?COPY:JOBSTA ? ? ? ? the jobstatus vector? ?: ? ? 28 ? ? * ? ? ? ?COPY ?COPY:LLMPSEQU(100) ? ? ? ? ? ? ? ? ? ? ?? ?: ? ? 29 ? ? ? ? ? ? ?COPY ?*CNFGINFODSECT ? ? ? ? ? ? ? ? ? ? ? ? ?? ?: ? ? 30 ? ? * ? ? ? ?COPY ?COPY:JOBSTA ? ? ? ? the jobstatus vector? ?: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? The BNCH:LLMPSEQU(100) I found on my own, not sure if its the correct LLMPSEQU or not. John On Sun, May 5, 2024 at 05:17 PM, Mike Alexander wrote:
|