home *** CD-ROM | disk | FTP | other *** search
/ Cuteskunk BBS / cuteskunk.zip / cuteskunk / Text-Files / Network-Information-Access / nia_29.txt < prev    next >
Text File  |  2003-06-29  |  19KB  |  763 lines

  1.   ZDDDDDDDDDDDDDDDDDD? IMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM; ZDDDDDDDDDDDDDDDDDD?
  2.  
  3.   3   Founded By:    3 :  Network Information Access   : 3 Mother Earth BBS 3
  4.  
  5.   3 Guardian Of Time 3D:            01APR90            :D3  NUP:> DECnet    3
  6.  
  7.   3   Judge Dredd    3 :       Guardian Of Time        : 3Text File Archives3
  8.  
  9.   @DDDDDDDDBDDDDDDDDDY :            File 29            : @DDDDDDDDDBDDDDDDDDY
  10.  
  11.            3           HMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM<           3
  12.  
  13.            3          IMMMMMMMMMMMMMMMMMMMMMMMMMMMMM;              3
  14.  
  15.            @DDDDDDDDDD: VMS System Manager's Manual :DDDDDDDDDDDDDDY
  16.  
  17.                       :        Chapter 5.11         :
  18.  
  19.                       HMMMMMMMMMMMMMMMMMMMMMMMMMMMMM<
  20.  
  21.  
  22.  
  23. $Chapter 5 Begin
  24.  
  25.  
  26.  
  27. PERFORMING BATCH AND PRINT OPERATIONS
  28.  
  29.  
  30.  
  31. If you have a printer on your system, or if you want to use batch
  32.  
  33. processing on your system, then you MUST us queues.  A queue allows users
  34.  
  35. to submit requests for printing or batch processing, and the system prints
  36.  
  37. or processes the users' jobs as resources allow.
  38.  
  39.  
  40.  
  41. The system manager is responsible for setting up batch and print queues
  42.  
  43. and making sure that they function properly.  This chapter describes how
  44.  
  45. to set up (initialize)  and maintain batch and print queues for you system
  46.  
  47. or cluster.
  48.  
  49.  
  50.  
  51. Setting up and maintaining batch and print queues are closely related
  52.  
  53. system management tasks.  However, you are not required to set up both
  54.  
  55. types of queues if you need only one type.  In a VAXcluster environment,
  56.  
  57. queues can be accessed from any node on the cluster.
  58.  
  59.  
  60.  
  61. 5.1  GENERIC QUEUES AND EXECUTION QUEUES
  62.  
  63.  
  64.  
  65. In the VMS operating system, batch and print operations support two types
  66.  
  67. of queues: generic queues and execution queues.
  68.  
  69.  
  70.  
  71. An execution queue is a queue through which the job (either print or
  72.  
  73. batch) is actually processed or executed.  For printing, an execution
  74.  
  75. queue is associated with a specific printer; for batch processing in a
  76.  
  77. VAXcluster environment, and execution queue is associated with a specific
  78.  
  79. node.  When a print or batch job is submitted to an execution queue, the
  80.  
  81. job is ultimately printed on the output device associated with that queue or
  82.  
  83. processed on the associated batch queue.
  84.  
  85.  
  86.  
  87. A generic queue is an intermediate queue that holds a job until an
  88.  
  89. appropriate execution queue becomes available to initiate the job.  Users
  90.  
  91. can submit jobs to a generic queue, and the generic queue then directs the
  92.  
  93. job to an appropriate execution queue; alternatively, users can submit
  94.  
  95. jobs directly to an execution queue.
  96.  
  97.  
  98.  
  99. For example, suppose you have a system with several printers.  You would set
  100.  
  101. up individual execution queues for each of the printers,  and you could
  102.  
  103. also set up a generic queue, and the generic queue would subsequently
  104.  
  105. direct the print job to an available printer.
  106.  
  107.  
  108.  
  109. For batch processing, generic queues are often used in clustered systems
  110.  
  111. to distribute the workload across several nodes.  For example, suppose you
  112.  
  113. have a Local Area VAXcluster environment with each of the satellite nodes
  114.  
  115. having a batch processing queue.  You could then establish a generic batch
  116.  
  117. queue for the cluster.  When users submit batch jobs to the generic queu,
  118.  
  119. the generic queue would direct individual batch jobs to the execution
  120.  
  121. queue that is best able to handle the workload.
  122.  
  123.  
  124.  
  125. If you only have a single printer for your system or cluster, or if you
  126.  
  127. only establish a single batch queue, then there is no value in
  128.  
  129. establishing generic queues.
  130.  
  131.  
  132.  
  133. 5.2  SETTING UP QUEUES
  134.  
  135.  
  136.  
  137. Set up your queues by including the appropriate commands in your
  138.  
  139. site-specific startup file,SYS$MANAGER:SYSTARTUP_V5.COM.  Section 2.4.3
  140.  
  141. describes the commands that should be included in SYSTARTUP_V5.COM, and this
  142.  
  143. section summarizes them.
  144.  
  145.  
  146.  
  147. To establish and use queues, you must first start the queue manager and
  148.  
  149. identify a queue file.  To do this, include the following command in
  150.  
  151. SYS$MANAGER:SYSTARTUP_V5.COM, making sure that this command appears before
  152.  
  153. any other queue commands:
  154.  
  155.  
  156.  
  157. $ START/QUEUE/MANAGER/RESTART SYS$COMMON: [SYSEXE] JBCSYSQUE.DAT
  158.  
  159.  
  160.  
  161. If you have a cluster, you should use only one queue file for the cluster.
  162.  
  163. Make sure that the queue file is on a disk that is accessible to all of the
  164.  
  165. nodes in the cluster from which you may want to submit batch or print jobs.
  166.  
  167.  
  168.  
  169. When you create a generic queue, you specify a list of execution queues to
  170.  
  171. which the generic queue ultimately directs jobs.  In a VAXcluster
  172.  
  173. environment, the execution queues that you specify for a generic queue can
  174.  
  175. be on the same node as the generic queue, and they can also be on different
  176.  
  177. nodes within the cluster.
  178.  
  179.  
  180.  
  181. Once you have established the queue file, you can set up individual
  182.  
  183. execution queues and generic queues by using the INITIALIZE/QUEUE command in
  184.  
  185. your SYSTARTUP_V5.COM file.  Be sure to initialize execution queues before
  186.  
  187. initializing the generic queues.  For example, you could include the
  188.  
  189. following series of commands to set up execution and generic queues for
  190.  
  191. batch and print operations in a VAXcluster environment.
  192.  
  193.  
  194.  
  195. $ INITIALIZE /QUEUE /ON=BLUE::LPA0 /START  BLUE_LPA0                 (1)
  196.  
  197. $ INITIALIZE /QUEUE /ON=GREEN::LPA0 /START GREEN_LPA0                (2)
  198.  
  199. $ INITIALIZE /QUEUE /GENERIC=(BLUE_LPA0,GREEN_LPA0) /START SYS$PRINT (3)
  200.  
  201. $
  202.  
  203. $ INITIALIZE /QUEUE /BATCH /ON=BLUE:: /START BLUE_BATCH              (4)
  204.  
  205. $ INITIALIZE /QUEUE /BATCH /ON=RED:: /START RED_BATCH                (5)
  206.  
  207. $ INITIALIZE /QUEUE /BATCH /GENERIC=(BLUE_BATCH,RED_BATCH) /START SYS$BATCH
  208.  
  209.   (6)
  210.  
  211.  
  212.  
  213. This series of commands in SYSTARTUP_V5.COM does the following:
  214.  
  215.  
  216.  
  217. (1) Sets up an execution printer queue associated with LPA0 on node BLUE with a
  218.  
  219.     queue name of BLUE_LPA0.
  220.  
  221.  
  222.  
  223. (2) Sets up an execution printer queue associated with LPA0 on node GREEN with a
  224.  
  225.     queue name of GREEN_LPA0.
  226.  
  227.  
  228.  
  229. (3) Sets up a generic print queue for the cluster.  The generic print queue
  230.  
  231.     has the name SYS$PRINT and directs print jobs either to BLUE_LPA0 or to
  232.  
  233.     GREEN_LPA0.
  234.  
  235.  
  236.  
  237. (4) Sets up an execution batch queue on node BLUE with the queue name
  238.  
  239.     BLUE_BATCH.
  240.  
  241.  
  242.  
  243. (5)  Sets up an execution batch queue on node RED with the queue name
  244.  
  245.      RED_BATCH.
  246.  
  247.  
  248.  
  249. (6)  Sets up a generic batch queue for the cluster.  The generic batch queue
  250.  
  251.      has the name SYS$BATCH.  When a job is submitted to SYS$BATCH, this
  252.  
  253.      generic queue directs the job either to BLUE_BATCH or to RED_BATCH.
  254.  
  255.  
  256.  
  257. If you want to set up a terminal as an execution queue, use exactly the same
  258.  
  259. procedure as for setting up print queues and use the /DEVICE=TERMINAL
  260.  
  261. qualifier in your INITIALIZE command line.
  262.  
  263.  
  264.  
  265. 5.3  MAINTAINING BATCH AND PRINT QUEUES
  266.  
  267.  
  268.  
  269. Once you have modified SYS$MANAGER:SYSTARTUP_V5.COM to establish your queues
  270.  
  271. properly, they will be set up and available every time that your system is
  272.  
  273. booted.  From time to time, however, some additional maintenance of your
  274.  
  275. queues may be needed.
  276.  
  277.  
  278.  
  279. The VMS operating system provides several DCL-level commands that you can
  280.  
  281. use to manage your queues.  Tabl 5-1 shows some of the commands that are
  282.  
  283. available for queue management.  More information about these commands is
  284.  
  285. available in the VMS GENERAL USER'S MANUAL.
  286.  
  287.  
  288.  
  289. ZDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD?
  290.  
  291. 3TABLE 5-1 QUEUE MANAGEMENT COMMANDS                                           3
  292.  
  293. CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD4
  294.  
  295. 3SET QUEUE :  Allows you to change the attributes of a queue (for example,     3
  296.  
  297. 3             the number of jobs that can execute simultaneously in a batch    3
  298.  
  299. 3             queue) without having to stop the queue, initialize it, and      3
  300.  
  301. 3             then restart it.                                                 3
  302.  
  303. 3                                                                              3
  304.  
  305. 3SHOW QUEUE:  Provides the status of queues, listing the jobs that are         3
  306.  
  307. 3             currently executing, as well as the jobs that have not yet       3
  308.  
  309. 3             begun execution.                                                 3
  310.  
  311. 3                                                                              3
  312.  
  313. 3STOP /QUEUE: Allows you to pause a queue temporarily.  Using the appropriate  3
  314.  
  315. 3             qualifiers, you can use the STOP /QUEUE command to stop jobs     3
  316.  
  317. 3             that are currently executing, to stop a queue after the          3
  318.  
  319. 3             completion of all jobs that are currently executing, to shut down3
  320.  
  321. 3             the queue manager on the node from which you execute the command,3
  322.  
  323. 3             and to perform other related function.                           3
  324.  
  325. 3                                                                              3
  326.  
  327. 3START /QUEUE: Resumes execution of a queue that has been temporarily halted   3
  328.  
  329. 3              by the STOP /QUEUE command.                                     3
  330.  
  331. 3                                                                              3
  332.  
  333. 3STOP /QUEUE /MANAGER: Shuts down the queue manager on the node from which     3
  334.  
  335. 3                      you execute the command.                                3
  336.  
  337. 3                                                                              3
  338.  
  339. 3START /QUEUE /MANAGER: Starts the queue manager on the node from which you    3
  340.  
  341. 3                       execute the command.                                   3
  342.  
  343. @DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDY
  344.  
  345.  
  346.  
  347. 5.4  MONITORING JOBS
  348.  
  349.  
  350.  
  351. As system manager, you use SHOW QUEUE as the primary command to monitor the
  352.  
  353. overall status of a queue.  The SHOW QUEUE command displays the status of
  354.  
  355. each queue selected, and it also shows the status of all jobs in each of the
  356.  
  357. selected queues.  With SHOW QUEUE, you can also obtain a summary of the
  358.  
  359. status of jobs in each queue by using the /SUMMARY qualifier.
  360.  
  361.  
  362.  
  363. Additionally, you can also use the SHOW ENTRY command to monitor the status
  364.  
  365. of jobs belonging to a particular user, or to determine the status of
  366.  
  367. individual batch and print jobs.  SHOW ENTRY and SHOW QUEUE each provide
  368.  
  369. complete information about jobs, but SHOW QUEUE also provides status
  370.  
  371. information about the queues themselves.  SHOW ENTRY  generally provides a
  372.  
  373. faster response time than SHOW QUEUE.  For a full description of the SHOW
  374.  
  375. ENTRY and SHOW QUEUE commands, see the REFERENCE SECTION of the VMS GENERAL
  376.  
  377. USERS MANUAL.
  378.  
  379.  
  380.  
  381. The following list describes the types of jobs status returned by the SHOW
  382.  
  383. QUEUE and SHOW ENTRY commands:
  384.  
  385. ZDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD?
  386.  
  387. 3STATUS                      DESCRIPTION                                   3
  388.  
  389. 3                                                                          3
  390.  
  391. 3Aborting                    Executing job is terminating                  3
  392.  
  393. 3Executing                   Job is executing from a batch queue           3
  394.  
  395. 3Holding                     Job is being held until explicitly released   3
  396.  
  397. 3Holding until               Job is being held until a specified time      3
  398.  
  399. 3Pending                     Job is in a waiting state                     3
  400.  
  401. 3Printing                    Job is executing from a printer or terminal   3
  402.  
  403. 3                            queue                                         3
  404.  
  405. 3Processing                  Job is executing for a server queue           3
  406.  
  407. 3Retained on Completion      Job remains in the queue upon completion      3
  408.  
  409. 3Retained on Error           Job remains in the queue upon encountering an 3
  410.  
  411. 3                            error                                         3
  412.  
  413. 3Waiting                     Symbiont refuses the job                      3
  414.  
  415. @DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDY
  416.  
  417.  
  418.  
  419. 5.4.1 DELETING JOB
  420.  
  421.  
  422.  
  423. Under certain circumstances, it is necessary to terminate an executing batch
  424.  
  425. or print job.  For example, you may need to terminate a program that has
  426.  
  427. entered an endless loop or a job that is executing on a faulty print device.
  428.  
  429.  
  430.  
  431. Follow this procedure to delete a job:
  432.  
  433.  
  434.  
  435. 1.  Determine the entry number of the job
  436.  
  437. 2.  Delete the job by entering the DELETE/ENTRY command
  438.  
  439.  
  440.  
  441. The DELETE/ENTRY command is restricted to user with either OPER privilege, E
  442.  
  443. access to the queue, or D access to the specified job.
  444.  
  445.  
  446.  
  447. For example, assume that you observe a job that appears to be processing in
  448.  
  449. an endless loop and is using an inappropriate amount of system resources.
  450.  
  451. You can delete the job by entering the command DELETE/ENTRY=entry_number.
  452.  
  453. To determine the entry number, enter the command SHOW
  454.  
  455. QUEUE/BATCH/ALL/BY_JOB_STATUS=EXECUTING.  The following example shows how to
  456.  
  457. determine the entry number and delete the job:
  458.  
  459.  
  460.  
  461. $  SHOW QUEUE/BATCH/ALL/BY_JOB_STATUS=EXECUTING
  462.  
  463.  
  464.  
  465. Batch queue ZEUS_BATCH, on ZEUS
  466.  
  467.  
  468.  
  469.  jobname        Username   Entry  Status
  470.  
  471.  -------        --------   -----  ------
  472.  
  473.  2307smrcl      MARCO      1719   Executing
  474.  
  475.  TEST           JONES      1720   Executing
  476.  
  477.  
  478.  
  479. $ DELETE/ENTRY=1719
  480.  
  481.  
  482.  
  483. 5.2.2 RETAINING JOBS IN A QUEUE
  484.  
  485.  
  486.  
  487. To retain a job in a queue after it has been processed, specify the /RETAIN
  488.  
  489. qualifier with the INITIALIZE/QUEUE START/QUEUE, or SET QUEUE command.  The
  490.  
  491. /RETAIN qualifier has the following format:
  492.  
  493.  
  494.  
  495. /[NO]RETAIN[=option]
  496.  
  497.  
  498.  
  499. By using the ERROR option with the /RETAIN qualifier, you indicate that the
  500.  
  501. jobs in a queue will be held if they do not successfully complete.  A job
  502.  
  503. that has been held by the /RETAIN=ERROR qualifier can later be released or
  504.  
  505. requeued after the problem that caused the error has been resolved.
  506.  
  507.  
  508.  
  509. By default, jobs are NOT retained.
  510.  
  511.  
  512.  
  513. For example, to retain print jobs that do not successfully complete, you
  514.  
  515. could include the following command in your SYSTARTUP_V5.COM file, after you
  516.  
  517. have initialized and started the queue:
  518.  
  519.  
  520.  
  521. $ SET QUEUE /RETAIN=ERROR GREEN_LPA0
  522.  
  523.  
  524.  
  525. 5.4.3  MODIFYING JOB PROCESSING ATTRIBUTES
  526.  
  527.  
  528.  
  529. You can modify certain job processing attributes by specifying qualifiers with
  530.  
  531. the command SET ENTRY entry-number, as shown in the following table:
  532.  
  533.  
  534.  
  535. ZDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD?
  536.  
  537. 3Qualifier               Description                                         3
  538.  
  539. CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD4
  540.  
  541. 3/[NO]AFTER              Controls whether a job is held until a specified    3
  542.  
  543. 3                        time                                                3
  544.  
  545. 3/[NO]HOLD                Controls whether a job is available for immediate  3
  546.  
  547. 3                         processing or held until it is released for        3
  548.  
  549. 3                         processing                                         3
  550.  
  551. 3/NAME                    Specifies a new name for a job                     3
  552.  
  553. 3/[NO]PASSALL             Specifies whether the symbiont bypasses all        3
  554.  
  555. 3                         formatting and sends the output directly to the    3
  556.  
  557. 3                         device driver                                      3
  558.  
  559. 3/PRIORITY                Specifies the relative scheduling priority of the  3
  560.  
  561. 3                         job, with respect to the priorities of other jobs    3
  562.  
  563. 3                         in the queue                                       3
  564.  
  565. 3/RELEASE                 Releases a previously held job                     3
  566.  
  567. 3/REQUEUE                 Requests that the job be moved from the original   3
  568.  
  569. 3                        queue to the specified queue; this qualifier can    3
  570.  
  571. 3                        also be used with the STOP/QUEUE/ENTRY command        3
  572.  
  573. @DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDY
  574.  
  575.  
  576.  
  577. 5.4.3.1 HOLDING AND RELEASING A JOB
  578.  
  579.  
  580.  
  581. The /HOLD qualifier of the SET ENTRY command controls whether a job is to be
  582.  
  583. made available for immediate processing.  To release a held job, use either
  584.  
  585. /NOHOLD or the /RELEASE qualifier.
  586.  
  587.  
  588.  
  589. To request that the job be held until after a specified time, use the /AFTER
  590.  
  591. qualifier with the command SET ENTRY.  The job is queued for immediate
  592.  
  593. processing when the specified time arrives.  The /AFTER=time qualifier
  594.  
  595. accepts either absolute or delta time values in the format
  596.  
  597. [dd-mmm-yyy][hh:mm:ss.cc].  You can also specify the following keywords:
  598.  
  599.  
  600.  
  601. TODAY
  602.  
  603. YESTERDAY
  604.  
  605. TOMORROW
  606.  
  607.  
  608.  
  609. The following command holds a print job until it is queued for processing at
  610.  
  611. the specified date and time:
  612.  
  613.  
  614.  
  615. $ SET ENTRY 1121/AFTER=12-JUL-1988:17:30
  616.  
  617.  
  618.  
  619. You can use the /NOAFTER qualifier to release immediately a job that is
  620.  
  621. being held until a specified time.
  622.  
  623.  
  624.  
  625. The /RELEASE qualifier releases a job that is being held for any of the
  626.  
  627. following reasons:
  628.  
  629.  
  630.  
  631. :  A job was submitted with the /HOLD qualifier
  632.  
  633. :  A completed job was held in a queue by the /RETAIN qualifier
  634.  
  635. :  A job was submitted with the /AFTER qualifier
  636.  
  637.  
  638.  
  639. Use the SET ENTRY command with the /HOLD and /RELEASE qualifiers to hold and
  640.  
  641. release a batch job.  This procedure applies only to a batch job that is
  642.  
  643. currently in a pending state(that is, a job that has not yet begun to
  644.  
  645. execute).  The following example shows how to hold and release a batch job
  646.  
  647. that has not begun execution:
  648.  
  649.  
  650.  
  651. $ SET ENTRY 1234/HOLD
  652.  
  653. $ SET ENTRY 1234/RELEASE
  654.  
  655.  
  656.  
  657. 5.4.3.2  REQUEUING A JOB
  658.  
  659.  
  660.  
  661. To requeue a job that has not begun execution, use the SET ENTRY /requeue
  662.  
  663. COMMAND.  If you want to requeue a job that has already begun execution, use
  664.  
  665. the STOP/QUEUE/REQUEUE command.  The STOP/QUEUE/REQUEUE command suspends the
  666.  
  667. currently executing job and requeues it to the specified queue, for example:
  668.  
  669.  
  670.  
  671. $ STOP/QUEUE/REQUEUE=ALPHA_LPA0 ALPHA_LPB0
  672.  
  673.  
  674.  
  675. This command causes the executing print job on ALPHA_LPB0 to be stopped and
  676.  
  677. requeue to ALPHA_LPA0.  The queue does not stop; only the currently
  678.  
  679. executing job is affected.  Other jobs remain pending in the queue until
  680.  
  681. they are processed.
  682.  
  683.  
  684.  
  685. You can further qualify the STOP/QUEUE/REQUEUE command with the /HOLD
  686.  
  687. qualifier.  To hold an aborted print job, enter the STOP/QUEUE/REQUEUE/HOLD
  688.  
  689. command in the following format:
  690.  
  691.  
  692.  
  693. STOP/QUEUE/REQUEUE/HOLD [queue-name]
  694.  
  695.  
  696.  
  697. When you specify /HOLD, the aborted job is placed in a hold state for later
  698.  
  699. release with the SET ENTRY/RELEASE command.  If you do not need to process a
  700.  
  701. job that is being held in a queue, you can delete the job with the
  702.  
  703. DELETE/ENTRY command.
  704.  
  705.  
  706.  
  707. NOTE:  If you are requeuing a job on a batch queue, you must include the
  708.  
  709. /ENTRY=n qualifier, for example:
  710.  
  711.  
  712.  
  713. $ STOP/QUEUE/ENTRY=1251/REQUEUE=FRED_BATCH
  714.  
  715.  
  716.  
  717. 5.4.3.3  CHANGING THE SCHEDULING PRIORITY OF A JOB
  718.  
  719.  
  720.  
  721. You can change the scheduling priority of a job by using the /PRIORITY=n
  722.  
  723. qualifier with the SET ENTRY command.  Do not confuse the job scheduling
  724.  
  725. priority with the base priority of a queue.
  726.  
  727.  
  728.  
  729. The job scheduling priority value must be in a range of 0 through 255, where
  730.  
  731. 0 is the lowest priority and 255 is the highest.  The default value for
  732.  
  733. /PRIORITY is the value of the SYSGEN parameter DEFQUERPRI(usually set at
  734.  
  735. 100).  You must have either OPER or ALTPRI privilege to raise the priority
  736.  
  737. value above the value of the SYSGEN parameter MAXQUERPRI.  No privilege is
  738.  
  739. needed to set the priority of your own job lower than the MAXQUERPRI value.
  740.  
  741. The following example changes the priority of a job to 50:
  742.  
  743.  
  744.  
  745. $ SET ENTRY 1131/PRIORITY=50
  746.  
  747.  
  748.  
  749. $END OF CHAPTER 5
  750.  
  751.  
  752.  
  753. [OTHER WORLD BBS]
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761. .
  762.  
  763.