99000 - keep tape as long as data set is cataloged in the MVS
system catalog
98000 - non-resident (formerly called alien) tape from outside
SMC library
99ccc - keep the most recent ccc cycles of this data set name
99365 - keep this tape permanently
98ddd - keep tape ddd days after last used
There are two possible meanings for all dates in 1998-1999:
1998/041 could be interpreted as a real date (the 41st day of 1998)
or a keyword date (keep the tape 41 days after last used). Therefore
the tape management system observes the convention that
it will consider the date you provide in EXPDT= as a keyword date
UNLESS you provide an override. The override in the current
release is a TMNOKEY DD statement in the step.
The presence of a TMNOKEY DD statement
tells the tape management system not to interpret all EXPDT= dates
in the step as keyword dates. EXPDT=98041 will be interpreted
as the keyword 41 days-since-last-used if you don't include
a TMNOKEY DD statement and the
real date of the 41st day of 1998 if you do.
The batch utilities UCCUPDTE, UCCBINQ and UCCGRW have been replaced: see later section on tape utilities for how to accomplish the same tasks. (nb. Testing indicates that while UCCGRW does not work and must be replaced, UCCUPDTE seems to work and UCCBINQ displays tape information except for TACCT, JPGMR and JPROJECT.)
in the CONTROL section: DEFINE vblname HX 'nnnnnn' where
nnnnnn is the account code you want to
select for. 'nnnnnn' must be 6 numeric
digits.
in the PROCESS section: WHEN TACCT NE vblname REJECT
The vendor says that the TMSGRW program is frozen at its current
level and recommends you use the reporting program Earl. You must
change the format of your input to use Earl.
The vendor's documentation of Earl is available
on the Enterprise Systems Team's Bookmanager server.
A label-like set of informational messages showing the volser, data set name and other information about a tape will no longer be printed in the JOBLOG section of your batch job at the time a tape is first written on. You will still have most of the information in the IECTMS9 and IEC705I messages in the JOBLOG section.
//OUTTAPE1 DD DSN=NEWTAPE,UNIT=TAPE,.... //TMSDISP DD * OUTTAPE1XF OUT=USER,John Smith;BINS 1.......9...where USER is the outcode, John Smith is the username and BINS is the deliveryid, release 5.2 will display the username/deliveryid information for the operator but will no longer store the information in the COMMENT field for the tape or print it on the gummed label.
//CHECKOUT PGM=TMSDISP //TMSDISP DD * DSN=J1234.MY.DATA.SET,LABEL <- ',LABEL' is required ddname XF OUT=USER,John Smith;BINS 1.......9... <- exact columns requiredNotice that the TMSDISP program only works for data set names catalogued in the MVS system catalog; if you want to check out of area a tape whose data set name is not in the system catalog you must ask the tape librarian to do it.
You may use the Tape InQuiry program, found on the ISPF local
panel, to display and update tape information.
When you start TIQ you must provide a password, which is INQ to
display tape information and UPD to update information and to
use the utilities which update tape information.
Option 2, 'utilities', allows you to
expire or to reset or extend
the expiration date for any tape with a data set name you have
RACF UPDATE authority for. Option 1,'display/update', allows you
to update the comment field or the expiration date if you have
RACF UPDATE authority for the data set name.
If your tape data set name is NOT protected by a RACF profile
then you must be connected to the RACF group under which the
tape is held to be able to update the record of a tape.
For example, a data set named MYTAPE is not protected by a RACF
profile, so
only users connected to group J1234 can update the
record of a tape with data set name MYTAPE created by a
job running on account J1234.
You can see more information about TIQ at
http://utkvm1.utk.edu/tiq.html
ACCODE=xCAEXPDT - the value specified by EXPDT= is a true expiration date and not a keyword ACCODE=xCAKEYWD - the value specified by EXPDT= is a keyword ACCODE=xCACATLG - same as EXPDT=99000: keep while cataloged ACCODE=xCANORES - same as EXPDT=98000: non-resident or alien tape ACCODE=xCAPERM - same as EXPDT=99365: keep permanently
ACCODE=ZCACATLG - keep a tape while its data set name is cataloged in the MVS system catalog EXPDT=98335,ACCODE=ZCAEXPDT - keep the tape until Dec.1,1998 (the ACCODE value says interpret the EXPDT value as a real date) EXPDT=98338 - keep the tape for 338 days after last used