[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::batch_print_services

Title:Batch_Print_services
Moderator:STAR::SWEENEY
Created:Thu Jan 06 1994
Last Modified:Tue May 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:249
Total number of notes:545

249.0. "JBC$QUEUE_TO_QMAN logical?" by CSC32::CAWOOD () Fri May 09 1997 18:10

    We just came across this logical that seems to be defined on every
    system.  Anyone know it's significance?
    
      "JBC$QUEUE_TO_QMAN" [table] = "" (LNM$SYSTEM_DIRECTORY)
    
    Thanks,
    Greg
T.RTitleUserPersonal
Name
DateLines
249.1It's a tableGIDDAY::GILLINGSa crucible of informative mistakesMon May 12 1997 02:1517
  Greg,

    Note that it's a logical name table:

$ show log/table= jbc$queue_to_qman/full

(JBC$QUEUE_TO_QMAN)     [exec]  [shareable]
                        [Protection=(RW,RW,R,R)]  [Owner=[SYSTEM]]
%SHOW-S-NOTRAN, no translation for logical name *


  From its name, I'd guess that it has something to do with communications
  between symbionts and the queue manager. However, I can't find any references
  to it in COMET or in the source code for the queue manager. Could be an
  artifact of ancient versions. Perhaps the old queue manager?

						John Gillings, Sydney CSC
249.2created by job controller processVELI::KORKKOMon May 12 1997 18:315
        String JBC$QUEUE_TO_QMAN can be found within
        sys$system:jbc$job_control.exe. So, maybe this table gets
        created by job controller process.
        
        _veli
249.3From the listings ...GIDDAY::BRODRIBBCraunching the marmosetMon May 12 1997 21:4824
QMANAGER	Routines to manage queue manager activity	 
X-14								 

GLOBAL ROUTINE CREATE_JBC_LOGICAL_TABLE: NOVALUE =
!++
!
! FUNCTIONAL DESCRIPTION:
!	This routine  is  called  to create or recreate (thus clearing
!	out)  the  JBC$QUEUE_TO_QMAN  logical name table. It's used to
!	store queue to qman hints by the system service code.
!
! INPUT PARAMETERS:
!    NONE
!
! OUTPUT PARAMETERS:
!    NONE
!
! ROUTINE VALUE:
!    NONE
!
! SIDE EFFECTS:
!    The JBC$QUEUE_TO_QMAN logical name table will be defined with no entries.
!
!--