Previous Topic: CTSVDBBK Procedure JCLNext Topic: CTSVDBBK Output


Starter JCL

JCL to backup the agent database

//VDBJOB    JOB
//VDBSTP    EXEC FUNC='BACKUP '
//

JCL to restore the agent database

//VDBJOB    JOB
//VDBSTP    EXEC FUNC='RESTORE'
//

JCL to reset the journal

//VDBJOB    JOB
//VDBSTP    EXEC FUNC='RESET  '
//

JCL to format the journal

//VDBJOB    JOB
//VDBSTP    EXEC FUNC='INIT   '
//