12.07.2015 Views

BrightStor CA-1 Tape Management - SupportConnect

BrightStor CA-1 Tape Management - SupportConnect

BrightStor CA-1 Tape Management - SupportConnect

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

SYSIN DD *EJECT,123456The command can also be passed in a parameter list pointed to by register 1. This would be used ifanother program (such as the security exit) wanted to call the synchronization program passing it thecommand. The format of the parameter list pointed to by register 1 is as follows:R1 ==> A(addr1) ==> CL8'EJECT'A(addr2) ==> CL8'123456'It is possible to use the SYSIN control statement in addition to either of the two parameter methods. Forexample;//STEP1 EXEC PGM=CTSSYNC,PARM='BULK'//SYSIN DD *EJECT,123456EJECT,100001EJECT,001234In this example, the BULK command applies to all subsequent commands. Therefore, the EJECT of tapes123456, 100001, and 001234 would be directed to the bulk location. If a volume command is issuedwithouta VOLSER, all subsequent VOLSERs would then be processed.//STEP1 EXEC PGM=CTSSYNC//SYSIN DD *SYNC100002102030100202In this example, the three listed volumes (100002, 102030, and 100202) would have their statusessynchronized between the tape management system and the 3495/3494 LCS database. This could just aseasily be a list of tapes to be ejected to the BULK location (as a postprocess to the vaulting system forexample).//STEP1 EXEC PGM=CTSSYNC//EXPORT DD DSN=EXPORT.TAPE.LIST,// UNIT=VTAPE,TRTCH=NOCOMP,DISP=(,<strong>CA</strong>TLG)//SYSIN DD *EXPORT,LV1234,OFFSITE1 /* comments */EXPORT,LV2345,OFFSITE1In this example, the logical volumes LV1234 and LV2345 are to be removed. An export list volume iscreated and the 3495/3494 LCS schedules the list to be exported. When the export function is completed,logical volumes LV1234 and LV2345 are stacked on to a physical volume and the physical volume is put inexport hold status, waiting to be removed from the 3495/3494.//STEP1 EXEC PGM=CTSSYNC//IMPORT DD DSN=IMPORT.TAPE.LIST,// UNIT=VTAPE,TRTCH=NOCOMP,DISP=(,<strong>CA</strong>TLG)//SYSIN DD *IMPORT,PV0001,LV1234IMPORT,PV0001,LV2345-LV2348 /* range of logical volumes */PDC# QI30073

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!