HP Integrity NonStop H-Series User Manual
Page 121

Using the MLMM Utility Interface Program
(INTFACE)
Mid-Range Library Media Manager Installation and User’s Guide — 541641-001
7 -3
EXPORT Function
You can use this TACL routine.
?TACL routine
==
== This TACL routine is an example that can be used to EXPORT tapes from a tape
== library to the CAP using the MLMM UTILITY with the EXPORT function. Variables
in
== BOLD have to be changed for your environment.
==
== Usage for the MLMM UTILITY EXPORT function:
== The given parameters are needed.
== Run
==
===============================================================
#frame
==
== Create the variables
#push tape^number == variable contains a tape number
#push ^status == variable for checking status of EXPORT
#push mlmm^loc == MLMM location $vol.subvol on NonStop
==
== Set the location of the MLMM ISV
#set mlmm^loc $
==
== You can put this part in a loop and then loop through using different
== tape numbers and inserting a new tape number in the command
== each time it runs
==
Run [mlmm^loc].INTFACE/outv ^status/ EXPORT [tape^number] [mlmm^loc]
==
== Checks status of EXPORT command
[#if [#charfind ^status 1 Error] |then|