NetBatch-Plus Reference Manual

Changing the NetBatch-Plus Pathway Configuration
NetBatch-Plus Reference Manual522461-002
3-3
Customizing the Utility Menu Screen
Customization Example
Figure 3-2 gives an example of the PATHCONF changes necessary to substitute one
of the reports shown on the Reports screen with another. In the example, the Job
Attachments report replaces the Calendar by Category report from Figure 3-1 on
page 3-2. The substitution involves changing the ASSIGN and PARAM for REPORT6.
The ASSIGN identifies the report’s ENFORM compiled query file. The PARAM
specifies the name of the report that appears on the screen.
Customizing the Utility Menu Screen
You can change all programs and Pathway applications shown on the Utility Menu
screen except BATCHCOM, the NetBatch command interpreter. You make the
changes to the screen by changing, in PATHCONF, the utility ASSIGNs and PARAMs
for the utility server (PS0130).
Utility ASSIGNs can specify:
°
For programs, the names of the program object files. For example,
$SYSTEM.SYSTEM.TACL.
°
For Pathway applications, the names of the PATHMON processes for those
applications. For example, \WORLD.$TRPM specifies the PATHMON process
for the Pathway application PS MAIL 6530.
Utility PARAMs specify program object files for Pathway applications. For example,
M6530-1 specifies the program object file for PS MAIL 6530.
Figure 3-3 on page 3-4 shows the ASSIGNs for the standard Utility Menu screen.
(There are no PARAMs because there are no Pathway applications on the standard
screen.) The ASSIGN names indicate the relative positions of the programs on the
Figure 3-2. Reports Screen Customization Example
SET SERVER PROGRAM $DATA7.NBPOBJ.PS0130O, LINKDEPTH 30
.
.
SET SERVER (ASSIGN REPORT1, $DATA7.NBPDAT.ENFORM01)
SET SERVER (PARAM REPORT1 “Defaults Sets”)
SET SERVER (ASSIGN REPORT2, $DATA7.NBPDAT.ENFORM03)
SET SERVER (PARAM REPORT2 “Job Definitions”)
SET SERVER (ASSIGN REPORT3, $DATA7.NBPDAT.ENFORM05)
SET SERVER (PARAM REPORT3 “Dependent-Master Jobs”)
SET SERVER (ASSIGN REPORT4, $DATA7.NBPDAT.ENFORM67)
SET SERVER (PARAM REPORT4 “Master-Dependent Jobs”)
SET SERVER (ASSIGN REPORT5, $DATA7.NBPDAT.ENFORM68)
SET SERVER (PARAM REPORT5 “Bulk Job Selection Criteria”)
SET SERVER (ASSIGN REPORT6, $DATA7.NBPDAT.ENFORM04)
SET SERVER (PARAM REPORT6 “Job Attachments”)
SET SERVER (ASSIGN REPORT7, $DATA7.NBPDAT.ENFORM09)
SET SERVER (PARAM REPORT7 “Calendar by Date”)
SET SERVER (ASSIGN REPORT8, $DATA7.NBPDAT.ENFORM06)
SET SERVER (PARAM REPORT8 “Security Details”)
.
.
ADD SERVER PS0130