NET/MASTER Management Services (MS) System Management Guide

Managing NCL Queues
Customizing the Operations Environment
5–20 115414 NonStop NET/MASTER MS System Management Guide
To put an NCL object file that you create first (NCLOBJ1), followed by a list of other
NCL object files (NCODE, NCLOBJ2, and NCLOBJ3), use the following command:
SYSPARMS NCLOBJPATH=($DATA.ZNNMNCO.NCLOBJ1,
$DATA.ZNNMNDO.NCODE,
$DATA.ZNNMNCO.NCLOBJ2,
$DATA.ZNNMNCO.NCLOBJ3)
Using this example, the customized NCL procedure search path is:
1. User procedure library
2. System procedure library, which includes the following:
a. Customized procedure library
b. Distribution procedure library
3. Additional NCL object file, $DATA.ZNNMNCO.NCLOBJ1
4. Distributed NCL object file, $DATA.ZNNMNDO.NCODE
5. Additional NCL object file, $DATA.ZNNMNCO.NCLOBJ2
6. Additional NCL object file, $DATA.ZNNMNCO.NCLOBJ3
Note Do not exclude the distributed NCL object file from the NCL object file list: otherwise, NonStop
NET/MASTER MS cannot start.
Use the SHOW SYSPARMS command to display the NCL object file search path.
Managing NCL Queues This subsection discusses how to manage NCL queues. It includes the following
topics:
Overview of NCL queues
Establishing NCL queues for your NonStop NET/MASTER MS system
Defining an NCL queue and setting the execution limit
Resetting an NCL queue
Displaying the execution limit for each NCL queue
Monitoring delayed and queued NCL processes
See Section 3, “Configuring NonStop NET/MASTER MS,” and Section 11,
“Configuring the Processing Environment,” for more information about NCL queues.
Note RMS is distributed with an NCL queue defined for each rule in the BASERULE ruleset. Refer to the
NonStop NET/MASTER RMS Management and Operations Guide for more information.