We have a set of backup tapes for each day of the week that are reused weekly. PRTERRLOG will show read/write errors based on the volume identifier. If all tapes are initialized with NEWVOL(*NONE), PRTERRLOG would need to be run after each tape to determine which tape is causing errors.
Instead of using NEWVOL(*NONE), which is the default value, initialize each tape with an alpha prefix and the month and day. The alpha prefix is the tape sequence for the daily save; i.e., on 3/1/91, the first tape would be initialized as A0301, the second as B0301, and so on.
The CL program to initialize tapes (2) retrieves the system date and prompts the INZTAP command. Only the first position needs to be changed for the tape sequence.
The CL program to initialize tapes (Figure 2) retrieves the system date and prompts the INZTAP command. Only the first position needs to be changed for the tape sequence.
To determine at any time which tapes have errors, enter the command PRTERRLOG TYPE(*VOLSTAT) VOLTYPE(your tape drive type) MODEL(tape drive model number). This will show all the tapes used and the errors, if any. The VOLUME ID will show exactly which tapes on which days are generating errors.
The existing statistical data can be removed by adding VOLSTAT(*DLT) to the PRTERRLOG command.
TechTalk: Identifying Bad Reel Tapes
Figure 2 Program to initialize tapes
Figure 2: Program to Initialize Tapes PGM DCL VAR(&DATE) TYPE(*CHAR) LEN(6) DCL VAR(&VOL) TYPE(*CHAR) LEN(6) RTVJOBA DATE(&DATE) CHGVAR VAR(&VOL) VALUE('A' *CAT %SST(&DATE 1 4)) INZTAP DEV(TAP01) ??NEWVOL(&VOL) ENDPGM
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.
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:
LATEST COMMENTS
MC Press Online