Previous Topic: Migrate ISETs from Previous Releases

Next Topic: Troubleshooting

Batch Maintenance of ISETs and ILOGs

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)                        
 /*
 //

Œ You can 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.

 This statement specifies the ISET on which to operate. You can include multiple DD statements to specify multiple ISETs.

Ž This statement specifies a sequential file or PDS to read or write to. You can include multiple DD statements to specify multiple sequential files and PDSs.

 This statement specifies a report file.

 You insert your batch maintenance commands here.

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! You must not use the following reserved ddnames, except as defined by IBM: JOBLIB, STEPLIB, SYSABEND, SYSIN, SYSMDUMP, SYSPRINT, and SYSUDUMP.