Previous Topic: JCL InformationNext Topic: TSDB2SY1 JCL


TSSRECVR JCL

The following is the sample JCL that you can use to execute TSSRECVR:

//jobname JOB acct.info,'DB2.INCR.SYNCH',MSGCLASS=A,MSGLEVEL=1
//*
//PRESCAN EXEC PGM=TSSRECVR,REGION=4M,PARM='DATE(yyddd),TIME(hhmm)'
//STEPLIB  DD DISP=SHR,DSN=CAI.CAILIB,         TSS MVS load library
//RECVPRT  DD SYSOUT=*
//RECVFILE DD DISP=SHR,DSN=CAI.RECFILE         input Recovery file
//RECVCMDS DD DISP=SHR,DSN=CAI.TSSRECVR.CMDS   output TSS commands
//*
//*

See the CA Top Secret Installation Guide for file information on the Recovery utility.

Note: Be sure that your Recovery File did not wrap before running this job to extract user and DB2 changes.

Exec Parm

DATE(yyddd),TIME(hhmm)

Specifies the start date and time when changes are to be extracted from the Recovery file. See the CA Top Secret Installation Guide for further information.

Required Privileges

To run TSSRECVR, you must be an unscoped SCA.

Return Codes

A 00 return code is generated when processing completes successfully.

The CA Top Secret commands (ADDTO, DELETE, PERMIT, and so on) were successfully created.