开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: Where is COPY:GLOBALS?


 

开云体育

I'm leaving for a couple of weeks tomorrow and didn't have time to reply to this before leaving. This is, perhaps oddly, one of the more difficult pieces to rebuild. Most if not all, of those copy sections exist somewhere, usually as part of a macro library. Don't be fooled by the name that looks like a file name. Once upon a time it probably was a file name, but later the name just became an entry in a library dictionary. I'l try to be more helpful when I get back.

Mike

On 4 Jun 2024, at 10:53, John Palmer wrote:

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.

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:

That file (copy:globals) along with quite a few others, is now part of the macro library called COPY:SECTIONS*SAL. See the comments for component 4215 in the driver file for more info. These comments talk about using this with ASMG, by the way. Sorry for the confusion. We should probably talk about this in the notes, but I had forgotten about this change until I looked at the driver file.

Mike

On 5 May 2024, at 16:21, John Palmer wrote:

Another wonky question:

I was fiddling around with RNBRSUB and tried to write my own with custom billing classes. I already generated a *RATEFILE with the values that I want, but I need to replace RNBRSUB with a real one.
?
I have the one that UM used - its complicated with rates for a bunch of different host and machine combinations. I simplified it for my purposes but it refences COPY:GLOBALS, which I cannot find in
d6.0 nor in the index of files on the distribution tapes.?
?
There is a BNCH: GLOBALS, but this doesn't seem to have some of the definitions I need and somewhere in there it reference COPY:GLOBALS* files that don't exist. I'm not even sure I can assemble it with?
*ASMG, but I'll cross that bridge when I come to it.

Thanks
?

Join [email protected] to automatically receive all group messages.