Or, go to SDSF (If JES2) and look for the SYSOUT for the started task - MOUNT.  
You may have a security violation.  Or another type of JCL error.

Lizette

-----Original Message-----
>From: "McKown, John" <john.mck...@healthmarkets.com>
>Sent: Sep 19, 2012 1:03 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: z/os mount command
>
>Your syntax is OK, but only for a 3 digit device name. Just like in JCL, a 
>four character device name needs to have a starting slash.
>E.g. MOUNT /5D00,VOL=(SL,STOR02),USE=STORAGE
>
>But what I have gotten used to, in my lazy old age, is simpler:
>
>MOUNT SYSDA,VOL=(SL,STOR02),USE=STORAGE
>
>All it requires is that the STOR02 volume be on-line before the MOUNT is 
>issued. So you could:
>
>VARY 5D00,ONLINE
>MOUNT SYSDA,VOL=(SL,STOR02),USE=STORAGE
>
>If 5D00 is off-line.
>
>-- 
>John McKown
>Systems Engineer IV
>IT
>
>Administrative Services Group
>
>HealthMarkets(r)
>
>9151 Boulevard 26 * N. Richland Hills * TX 76010
>(817) 255-3225 phone *
>john.mck...@healthmarkets.com * www.HealthMarkets.com
>
>Confidentiality Notice: This e-mail message may contain confidential or 
>proprietary information. If you are not the intended recipient, please contact 
>the sender by reply e-mail and destroy all copies of the original message. 
>HealthMarkets(r) is the brand name for products underwritten and issued by the 
>insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
>Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
>MEGA Life and Health Insurance Company.SM
>
>
>> -----Original Message-----
>> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
>> On Behalf Of Tim Brown
>> Sent: Wednesday, September 19, 2012 2:54 PM
>> To: IBM-MAIN@LISTSERV.UA.EDU
>> Subject: z/os mount command
>> 
>> Haven't used this command in quite some time, maybe  even a number of
>> z/os versions ago!
>> 
>> 
>> 
>> M 5D00,VOL=(SL,STOR02),USE=STORAGE
>> 
>> 
>> 
>> 15.48.16  $HASP100 MOUNT    ON STCINRDR
>> 
>>  15.48.17  $HASP373 MOUNT    STARTED
>> 
>>  15.48.17  IEF403I MOUNT - STARTED - TIME=15.48.17
>> 
>>  15.48.17  IEF453I MOUNT - JOB FAILED - JCL ERROR - TIME=15.48.17
>> 
>>  15.48.17  $HASP395 MOUNT    ENDED
>> 
>>  15.48.17  IEE134I MOUNT COMMAND DEVICE ALLOCATION ERROR
>> 
>>  15.48.17  $HASP250 MOUNT PURGED -- (JOB KEY WAS CA320382)
>> 
>> 
>> 
>> I recall there was a MOUNT procedure coded, but I can't recall how it
>> was coded
>> 
>> and I can't seem to locate it in z/os manuals.
>> 
>> 
>> 
>> Assistance/guidance appreciated !
>> 
>> 
>> 
>> 
>> 
>> Thanks,
>> 
>> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to