On Tue, 19 Sep 2006 11:59:42 -0600, Howard Brazee <[EMAIL PROTECTED]> wrote:
>Once again, thanks to all... but I can't even get a tape mounted, the >SMC0043 tells me that the unit cannot be allocated. > There are various reasons you might get that message. It is from the SMC component of Sun/STK that is used with their tape robotic software. Without getting into a lot of detail, the easiest way to bypass SMC (which handles all the tape allocations) is to specify a unit address in the JCL instead of an estoeric / generic. Example: //TAPEDD DD DSN=MY.DSN,DISP=SHR,VOL=123456,UNIT=/5200 (slash needed for 4 digit addresses) See the SMC manuals for more details. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group mailto: [EMAIL PROTECTED] z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

