CA1 CTC6007E Function must be FILECOPY,TAPECOPY,TAPEMAP 
search cancel

CA1 CTC6007E Function must be FILECOPY,TAPECOPY,TAPEMAP 

book

Article ID: 198420

calendar_today

Updated On:

Products

CA 1 Flexible Storage CA 1 Tape Management - Copycat Utility CA 1 Tape Management - Add-On Options

Issue/Introduction

The following sample has been found on the  CA1 Documentation and if it is submitted:

//CTSJFLCP JOB ...

//STEP1 EXEC PGM=COPYCAT,PARM='DATEFMT=(YYYY/MM/DD)

//STEPLIB DD DSN=CAI.CAILINK,DISP=SHR

//SYSPRINT DD SYSOUT=*

//CCRPT DD SYSOUT=*

//SYSUSNAP DD SYSOUT=*

//SYSIN  DD *

CTSJFLCP

FILES=ALL

INUNIT=CART

OUTUNIT=CART

MERGE=NO

RECATLG=NONE

SAVEINFO=YES

INDISP=SAME

OUTDISP=RETPD=14

INPUT=*

300017

/*

 

the job get RC=08 with the following message:

CTC6007E Function must be FILECOPY,TAPECOPY,TAPEMAP .

The documentation has been updated in this way.

 

 

Environment

Release : 14.0

Component : CA 1 Tape Management

Resolution

Only the FILECOPY, TAPECOPY and TAPEMAP are available.