Auto Initialize Tape Utility

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

In our company, we use tape cartridges with different kinds of density. Each time you want to initialize a cartridge, you have to look for the specified density on the cartridge. On some cartridges it's impossible to find the density.

The tape device we use on our AS/400 model E35 is 6368. This unit checks the kind of cartridge installed. If you try to initialize a tape cartridge at an invalid density you'll receive message number CPF6762. I wrote a program to initialize tape cartridges and used the the Monitor Message (MONMSG) command to trap for an invalid density. By using this technique I was able to write a command that would initialize a variety of tape densities. The Auto Initialize Tape (AUTINZTAP) command (see 1) processes the CL program INZ001CL (see 2). The command prompts you for three parameters: the device name, the volume ID, and the owner ID. For us, this command works well for everyday use.

The tape device we use on our AS/400 model E35 is 6368. This unit checks the kind of cartridge installed. If you try to initialize a tape cartridge at an invalid density you'll receive message number CPF6762. I wrote a program to initialize tape cartridges and used the the Monitor Message (MONMSG) command to trap for an invalid density. By using this technique I was able to write a command that would initialize a variety of tape densities. The Auto Initialize Tape (AUTINZTAP) command (see Figure 1) processes the CL program INZ001CL (see Figure 2). The command prompts you for three parameters: the device name, the volume ID, and the owner ID. For us, this command works well for everyday use.


Auto Initialize Tape Utility

Figure 1 The AUTINZTAP Command

 /*===============================================================*/ /* To compile: */ /* */ /* CRTCMD CMD(XXX/AUTINZTAP) PGM(XXX/INZ001CL) + */ /* SRCFILE(XXX/QCMDSRC) */ /* */ /*===============================================================*/ CMD PROMPT('Auto Initialize Tape') PARM KWD(DEV) TYPE(*NAME) LEN(10) MIN(1) + PROMPT('Tape device') PARM KWD(NEWVOL) TYPE(*CHAR) LEN(6) DFT(*NONE) + SPCVAL((*NONE)) PROMPT('New volume + identifier') PARM KWD(NEWOWNID) TYPE(*CHAR) LEN(17) + DFT(*BLANK) PROMPT('New owner identifier') 
Auto Initialize Tape Utility

Figure 2 CL Program INZ001CL

 /*===============================================================*/ /* To compile: */ /* */ /* CRTCLPGM PGM(XXX/INZ001CL) SRCFILE(XXX/QCLSRC) */ /* */ /*===============================================================*/ PGM PARM(&DEV &NEWVOL &NEWOWNID) DCL VAR(&DEV) TYPE(*CHAR) LEN(10) DCL VAR(&NEWVOL) TYPE(*CHAR) LEN(6) DCL VAR(&NEWOWNID) TYPE(*CHAR) LEN(17) DCL VAR(&MSGID) TYPE(*CHAR) LEN(10) DCL VAR(&MSGF) TYPE(*CHAR) LEN(10) DCL VAR(&MSGFLIB) TYPE(*CHAR) LEN(10) DCL VAR(&MSGDTA) TYPE(*CHAR) LEN(132) MONMSG MSGID(CPF0000) EXEC(GOTO CMDLBL(ERROR)) CHKTAP DEV(&DEV) QIC1000: + INZTAP DEV(&DEV) NEWVOL(&NEWVOL) NEWOWNID(&NEWOWNID) CHECK(*NO) + DENSITY(*QIC1000) MONMSG MSGID(CPF6762) EXEC(GOTO CMDLBL(QIC525)) GOTO CMDLBL(MSG) QIC525: + INZTAP DEV(&DEV) NEWVOL(&NEWVOL) NEWOWNID(&NEWOWNID) CHECK(*NO) + DENSITY(*QIC525) MONMSG MSGID(CPF6762) EXEC(GOTO CMDLBL(QIC120)) GOTO CMDLBL(MSG) QIC120: + INZTAP DEV(&DEV) NEWVOL(&NEWVOL) NEWOWNID(&NEWOWNID) CHECK(*NO) + DENSITY(*QIC120) MONMSG MSGID(CPF6762) EXEC(GOTO CMDLBL(ERROR)) MSG: + RCVMSG MSGTYPE(*COMP) MSGDTA(&MSGDTA) MSGID(&MSGID) MSGF(&MSGF) + MSGFLIB(&MSGFLIB) SNDPGMMSG MSGID(&MSGID) MSGF(&MSGFLIB/&MSGF) MSGDTA(&MSGDTA) GOTO CMDLBL(ENDPGM) ERROR: + RCVMSG MSGDTA(&MSGDTA) MSGID(&MSGID) MSGF(&MSGF) MSGFLIB(&MSGFLIB) SNDPGMMSG MSGID(&MSGID) MSGF(&MSGFLIB/&MSGF) MSGDTA(&MSGDTA) ENDPGM: + ENDPGM 
BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: