.TITLE Get_User_Count .SBTTL Get the interactive job count ; Regis McEwen ; ; 6-Aug-85 13:38:31 ; ; This routine simply gets the interactive job count from the system symbol ; table and returns it to the calling function. .ENTRY USERS,^m<> MOVZWL G^Sys$Gw_Ijobcnt,r0 RET .END