[comp.sys.dec] RSX-11 question

young@eg.ecn.purdue.edu (Mike Young) (01/22/91)

	I'm having trouble getting the batch process, SUBMIT, running under
RSX-11M+ V4.0 on my 11/44. Methinks something is missing or misplaced, but the
system documentation hasn't suceeded in enlightening me. The DCL command
SHO QUEUE tells me the batch processor, BAP0, is successfully linked to the
batch queue, BATCH, but when I attempt to use SUBMIT, DCL (I presume) responds
with "Sorry - task not installed" ! What I can't fathom is, which task is
missing?!

	Any takers?



--
    |  Mike Young KA9HZE                |       young@ecn.purdue.edu    |
    |  Purdue University EE Dept.       |       ...!pur-ee!young        |
    |  W. Lafayette, IN  47907          |                               |
    _____________________________________________________________________

pilmeyer@utrtsc.dec.com (01/24/91)

Since I'm a couple of 1000 miles away from my desk I don't have an RSX doc set
at hand. However I'll give it a shot from my memory.

The task that you probably need to install is QMGCLI. It's installed in a
couple of different ways (PRI, SUB, QUE). It determines what it has to do by
looking at the name it is invoked with. I'm sure you can find QMGCLI in the doc
set now...

Assuming you are at DCL you can type "SET DEBUG", and after that each DCL
command's translation to a MCR command will be displayed on your terminal. This
way you can find out what the DCL SUBMIT command translates to.

-Han