On Fri, 14 Aug 2009 23:44:11 -0400, Robert A. Rosenberg wrote:
>>
>>What's the ALLOCATE analogue of "RETAIN"?
>>
>>This takes longer each time.
>>
>>Do I need to code a DD statement in JCL with RETAIN for
>>each file?
>>
>>Should I count my blessings because auto ops is at least
>>replying to the VSN messages.
>>
>>Long ago, a colleague caused a tape volume to be mounted,
>>even across job boundaries. This is outside my operator's
>>and my current skill set. Is that an alternative?
>
>To keep the tape from unmounting use the Operation MOUNT command as
Thanks. Easy enough. An off-list communication described this:
MOUNT [devaddr],vol=(sl,volser)
Does "sl" stand for Standard Label" Is BLP likewise supported?
>others have responded. To keep the tape from taking to longer start
>reading with each file (since it will rewind after each file) make
>the VolArg (which I assume is the equivalent of the JCL DISP) SHR
>PASS. Do help on ALLOC to see if this is supported and if there is a
>RETAIN parm.
>
A search of publibz says, "0 documents have matches for: volarg".
A search of "HELP ALLOCATE" finds no mention of RETAIN, PASS, nor
any option that would assist in referbacks. (REFDD is tempting,
but it isn't documented as supplying VOLSER.) I've been obtaining
VOLSER by allocating the one catalogued data set on the tape and
scanning the TIOT.
My original formulation of this program had a static JCL DD statement
for each data set on the tape. I abandoned that because I feared
encountering an implementation limit. At this point, I'm inclined
to ignore that hazard and revert to static DD statements. IBM seems
disinclined to support use of TSO for accessing tapes; even more
so ISPF.
Thanks,
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html