The SRVMAINT program lets you work with ISETs and ILOGs in a batch environment.
The following JCL statements show you how to use SRVMAINT:
// EXEC PGM=SRVMAINT[,PARM=LINES=nn] //SYSPRINT DD SYSOUT=* /* Diagnostic file (req) */ //name1 DD DSN=iset_dsn //name2 DD DSN=data_file_dsn //name3 DD SYSOUT=* //SYSIN DD * (Insert commands here) /* //
Use the PARM parameter to specify the number of lines to print per report page and in SYSPRINT. This value can be overridden by commands.
Specifies the ISET on which to operate. You can include multiple DD statements to specify multiple ISETs.
Specifies a sequential file or PDS to read or write to. You can include multiple DD statements to specify multiple sequential files and PDSs.
Specifies a report file.
Note: For information about batch maintenance commands, see the Reference Guide.
SRVMAINT is implemented using IMODs. If you need debugging information, include an ISRVLOG DD statement.
Important! Do not use the following reserved ddnames, except as defined by IBM: JOBLIB, STEPLIB, SYSABEND, SYSIN, SYSMDUMP, SYSPRINT, and SYSUDUMP.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|