Previous Topic: Migrate ISETs from Previous ReleasesNext Topic: Common Address Space Shell (CASRV)


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

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.

iset_dsn

Specifies the ISET on which to operate. You can include multiple DD statements to specify multiple ISETs.

data_file_dsn

Specifies a sequential file or PDS to read or write to. You can include multiple DD statements to specify multiple sequential files and PDSs.

DD SYSOUT=*

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.