Yes, from the MVS Basic course: there are 3 ways to create an Address
Space: START, LOGON and MOUNT. Later, some internal services could do so
too. So, like there is no JCL for START, there is none for MOUNT either.

Kees.

"McKown, John" <john.mck...@healthmarkets.com> wrote in message
news:<a6b9336cdb62bb46b9f8708e686a7ea0115baa1...@nrhmms8p02.uicnrh.dom>.
..
> MOUNT is not an STC, per se. MOUNT is a command which, after some
reformatting, causes the JCL in SYS1.IBM.PROCLIB(IEEVMPCR) to be
executed.
> 
> Again, the proper command is MOUNT /5D00,VOL=(SL,STOR02),USE=STORAGE
or MOUNT SYSDA,VOL=(SL,STOR02),USE=STORAGE
> 
> -- 
> 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 3:13 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: z/os mount command
> > 
> > Where is the jcl for stc MOUNT?
> > 
> > Thanks,
> > 
> > Tim
> > 
> > -----Original Message-----
> > From: IBM Mainframe Discussion List
[mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Lizette Koehler
> > Sent: Wednesday, 19 September, 2012 4:07 PM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: z/os mount command
> > 
> > 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-
> > m...@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
> > 
> >
----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO
IBM-MAIN
> 
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************
                        

----------------------------------------------------------------------
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