11.01.2013 Views

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

ABCs of z/OS System Programming Volume 3 - IBM Redbooks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

4.11 IEHINITT utility<br />

Initializing Tape Cartridges<br />

Create a tape label - (EBCDIC or ASCII)<br />

Consider placement in an authorized library<br />

Figure 4-15 IEHINITT utility<br />

//LABEL JOB ...<br />

//STEP1 EXEC PGM=IEHINITT<br />

//SYSPRINT DD SYSOUT=A<br />

//LABEL1 DD DCB=DEN=2,UNIT=(TAPE,1,DEFER)<br />

//LABEL2 DD DCB=DEN=3,UNIT=(TAPE,1,DEFER)<br />

//SYSIN DD *<br />

LABEL1 INITT SER=TAPE1<br />

LABEL2 INITT SER=001234,NUMBTAPE=2<br />

/*<br />

DFSMSrmm EDGINERS - the newer alternative<br />

IEHINITT utility<br />

IEHINITT is a system utility used to place standard volume label sets onto any number <strong>of</strong><br />

magnetic tapes mounted on one or more tape units. They can be ISO/ANSI Version 3 or<br />

ISO/ANSI Version 4 volume label sets written in American Standard Code for Information<br />

Interchange (ASCII) or <strong>IBM</strong> standard labels written in EBCDIC.<br />

Attention: Because IEHINITT can overwrite previously labeled tapes regardless <strong>of</strong><br />

expiration date and security protection, <strong>IBM</strong> recommends that the security administrator<br />

use PROGRAM protection with the following sequence <strong>of</strong> RACF commands:<br />

RDEFINE PROGRAM IEHINITT ADDMEM(‘SYS1.LINKLIB’//NODPADCHK) UACC(NONE)<br />

PERMIT IEHINITT CLASS(PROGRAM) ID(users or group) ACCESS(READ)<br />

SETROPTS WHEN(PROGRAM) REFRESH<br />

(Omit REFRESH if you did not have this option active previously.)<br />

IEHINITT should be moved into an authorized password-protected private library, and<br />

deleted from SYS1.LINKLIB.<br />

To further protect against overwriting the wrong tape, IEHINITT asks the operator to verify<br />

each tape mount.<br />

Chapter 4. Storage management s<strong>of</strong>tware 123

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

Saved successfully!

Ooh no, something went wrong!