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.
Release : 14.0
Component : CA 1 Tape Management
Only the FILECOPY, TAPECOPY and TAPEMAP are available.