NetBatch-Plus Reference Manual

Changing the NetBatch-Plus Pathway Configuration
NetBatch-Plus Reference Manual522461-002
3-2
Customizing NetBatch-Plus Screens
Customizing NetBatch-Plus Screens
You can customize these two NetBatch-Plus screens:
Reports
Utility Menu
Customizing the Reports Screen
You can substitute your own reports for those on the Reports screen by changing, in
PATHCONF, the report ASSIGNs and PARAMs for the utility server (PS0130).
Report ASSIGNs specify the Enform compiled query files or EDIT-format source
files of the reports. For a list of these files for the standard reports supplied with
NetBatch-Plus software, see Report Types on page 7-1.
Report PARAMs specify the report names displayed on the Reports screen.
Figure 3-1 shows the ASSIGNs and PARAMs for the standard Reports screen. The
ASSIGN and PARAM names indicate the relative positions of the reports on the
screen. The names also indicate the function keys used to execute the reports. For
example, REPORT6 indicates a report in sixth position that you execute by pressing
F6.
Note. The Catalogs report and Job Attachments report supplied with NetBatch-Plus software
do not appear on the standard Reports screen. However, the PATHCONF file includes the
ASSIGNs and PARAMs for these reports, but as comment text. You can substitute either or
both of these reports for other reports as necessary.
Figure 3-1. Utility Server ASSIGNs and PARAMs for the Standard Reports Screen
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.ENFORM07)
SET SERVER (PARAM REPORT6 “Calendar by Category”)
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