-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Paul Gilmartin
Sent: Saturday, August 15, 2009 11:58 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Multi-file tape

<SNIPPAGE>

Thanks.  Easy enough.  An off-list communication described this:

    MOUNT [devaddr],vol=(sl,volser)

Does "sl" stand for Standard Label"  Is BLP likewise supported?

<SNIP>

Two different issues are raised by your questions. MOUNT defines the
type of labels that the volume has. The following are supported (as of
z/OS 1.7):

SL is standard label
AL is ASCII/ANSI label
NL is NON-Labeled

When you access the volume, you may then override the label information
(such as with BLP). However, if you change the first three records on
the tape (if you specified AL or SL) life may become interesting.

Also, if you are using AL and you make a mistake with your AL label from
within your program, the volume will be dismounted, (OPEN thinks it has
the authority to change the UCB bits and effectively cause an UNLOAD!).

Regards,
Steve Thompson

-- Opinions expressed by this poster may not reflect those of poster's
employer --

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to