Re: RMF STC and Parmlib

2007-12-26 Thread Patrick Falcone
Hi Lizette,
   
  Have a look at the RMF User's Guide, sc33-7990-10. Check IEFPARM DD statement 
for instream support for what you are looking for below. 

Lizette Koehler <[EMAIL PROTECTED]> wrote:
  Listers - 

I have been hunting through the RMF manuals (z/OS V1.7) and cannot seem to find 
any information on the PARMLIB input.

Is it possible to point the RMF and RMFGAT STC JCL to a parmlib of my choice? 
Or is the PARMLIB that the LOADxx member has the only way to go?

Lizette


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


Re: RMF STC and Parmlib

2007-12-26 Thread Hale, Bob
RMF DYNAMICALLY ALLOCATES THE LOGICAL PARMLIB CONCATENATION
BY USING THE "CONCATENATED PARMLIB SUPPORT OF OS/390" TO   
READ THE ERBRMFXX PARMLIB MEMBERS. TO REDIRECT THE INPUT TO
A FIXED DATASET, PREALLOCATE DDNAME IEFPARM IN THIS
PROCEDURE: 
//IEFPARM  DD   DISP=SHR,DSN=USERS.PARMLIB 
PLEASE BE AWARE THAT THE CHANGE IN THIS PROCEDURE ALSO 
AFFECTS MONITOR III PARMLIB PROCESSING.
NO CHANGE IS NECESSARY IN PROCEDURE RMFGAT. 

Bob
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Lizette Koehler
Sent: Wednesday, December 26, 2007 10:13 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: RMF STC and Parmlib

Listers - 

I have been hunting through the RMF manuals (z/OS V1.7) and cannot seem
to find any information on the PARMLIB input.

Is it possible to point the RMF and RMFGAT STC JCL to a parmlib of my
choice?  Or is the PARMLIB that the LOADxx member has the only way to
go?

Lizette

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

This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

Thank you.

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


Re: RMF STC and Parmlib

2007-12-26 Thread Ted MacNEIL
>RMF DYNAMICALLY ALLOCATES THE LOGICAL PARMLIB CONCATENATION BY USING THE 
>"CONCATENATED PARMLIB SUPPORT OF ...

Do you know how difficult it is to read messages all in caps?
It's also considered rude (shouting) under accepted e-mail protocols!
 

-
Too busy driving to stop for gas!

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


Re: RMF STC and Parmlib

2007-12-26 Thread Hale, Bob
I used the cut and paste method to answer the question, I guess I was
too lazy to re-type the reply.
Ted does your JCL and JCL listings shout at you?

Bob

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ted MacNEIL
Sent: Wednesday, December 26, 2007 11:55 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: RMF STC and Parmlib

>RMF DYNAMICALLY ALLOCATES THE LOGICAL PARMLIB CONCATENATION BY USING
THE "CONCATENATED PARMLIB SUPPORT OF ...

Do you know how difficult it is to read messages all in caps?
It's also considered rude (shouting) under accepted e-mail protocols!
 

-
Too busy driving to stop for gas!

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

This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

Thank you.

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


Re: RMF STC and Parmlib

2007-12-26 Thread Lizette Koehler
Nope, I missed the IEFPARM.

I guess I was looking for either PARMLIB or SYSIN.  Failed to note that RMF 
used IEFPARM.

What I would give for consistancy.

Lizette


>
>Hi Lizette,
>   
>  Have a look at the RMF User's Guide, sc33-7990-10. Check IEFPARM DD 
> statement for instream support for what you are looking for below. 
>
>Lizette Koehler <[EMAIL PROTECTED]> wrote:
>  Listers - 
>
>I have been hunting through the RMF manuals (z/OS V1.7) and cannot seem to 
>find any information on the PARMLIB input.
>
>Is it possible to point the RMF and RMFGAT STC JCL to a parmlib of my choice? 
>Or is the PARMLIB that the LOADxx member has the only way to go?
>
>Lizette
>
>

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


Re: RMF STC and Parmlib

2007-12-26 Thread McKown, John
> -Original Message-
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Hale, Bob
> Sent: Wednesday, December 26, 2007 12:28 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: RMF STC and Parmlib
> 
> 
> I used the cut and paste method to answer the question, I guess I was
> too lazy to re-type the reply.
> Ted does your JCL and JCL listings shout at you?
> 
> Bob

Mine do! Quite often saying nasty things like JCL ERROR and DATASET NOT
FOUND. The "IDIOT!" is assumed. 

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

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


Re: RMF STC and Parmlib

2007-12-26 Thread Ted MacNEIL
>Ted does your JCL and JCL listings shout at you?


There's a difference. JCL is supposed to be cumbersome and in upper case.

E-Mail is to communicate with human beings.
All upper-case is difficult to read, period.

Especially with 50-year-old eyes.

I meant no disrespect.
I was just pointing out it was difficult to read.

I got the point after reading it twice.

-
Too busy driving to stop for gas!

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


Re: RMF STC and Parmlib

2007-12-27 Thread Hal Merritt
What was that?

:-))

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ron 
Hawkins
Sent: Thursday, December 27, 2007 8:45 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: RMF STC and Parmlib

When you hit 50, everyone shouts at you twice before you listen...

> 
> I got the point after reading it twice.
> 

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

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


Re: RMF STC and Parmlib

2007-12-27 Thread Ted MacNEIL
>When you hit 50, everyone shouts at you twice before you listen...

Did that this year.
I have now spent more than half my life working in IT.

-
Too busy driving to stop for gas!

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


Re: RMF STC and Parmlib

2007-12-27 Thread Ron Hawkins
When you hit 50, everyone shouts at you twice before you listen...

> 
> I got the point after reading it twice.
> 

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