Re: batch job as non-swappable

2011-08-10 Thread Robert A. Rosenberg
At 13:09 -0500 on 08/10/2011, Mark Zelden wrote about Re: batch job as non-swappable: So most likely this has to be done by a tool or MVS "monitor" like Omegamon, TMON, MXI, etc. Another option if the program name is unique or you just need a temporary change is to update the PP

Re: batch job as non-swappable

2011-08-10 Thread Schwarz, Barry A
du] On > Behalf Of Tim Brown > Sent: Wednesday, August 10, 2011 11:00 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: batch job as non-swappable > > Where is this coded ? > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On > Be

Re: batch job as non-swappable

2011-08-10 Thread Mark Zelden
gt;-Original Message- >From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of >Mark Zelden >Sent: 10 August 2011 20:46 >To: IBM-MAIN@bama.ua.edu >Subject: Re: batch job as non-swappable > >On Wed, 10 Aug 2011 18:25:27 +, Ted MacNEIL wrote: >

Re: batch job as non-swappable

2011-08-10 Thread Ed Gould
sday, August 10, 2011 1:24 PM Subject: Re: batch job as non-swappable On Wed, 10 Aug 2011 14:01:21 -0400, Scott Rowe wrote: >Why do you think you want to run this job as >non-swappable? I'd like to know too.  Off the top of my head I can think of two possible reasons.  Perhaps you

Re: batch job as non-swappable

2011-08-10 Thread Tony Harminc
On 10 August 2011 15:49, Ted MacNEIL wrote: > > If you identify the jobstep program name (and you *always* want it to run non-swap), then an entry in SCHEDxx PARMLIB member should do it - see MVS Init+Tuning >>> >>>It also has to be authourised. >>-

Re: batch job as non-swappable

2011-08-10 Thread Scott Rowe
Yes, that does not mean authorized, since AC=1 is not required on the load module. On Wed, Aug 10, 2011 at 3:49 PM, Ted MacNEIL wrote: > > > > > > > > >>>If you identify the jobstep program name (and you *always* want it to > run non-swap), then an entry in SCHED

Re: batch job as non-swappable

2011-08-10 Thread Ted MacNEIL
  >>>If you identify the jobstep program name (and you *always* want it to run >>>non-swap), then an entry in SCHEDxx PARMLIB member should do it - see MVS >>>Init+Tuning >> >>It also has to be authourised. >- >No, you are incorrect sir. From Initialisation

Re: batch job as non-swappable

2011-08-10 Thread Rob Scott
@bama.ua.edu] On Behalf Of Walt Farrell Sent: 10 August 2011 21:33 To: IBM-MAIN@bama.ua.edu Subject: Re: batch job as non-swappable On Wed, 10 Aug 2011 19:27:55 +, Rob Scott wrote: >Mark > >Only three SYSEVENTs are unauthorized : FREEAUX, QVS and REQFASD > >If you are going to use SY

Re: batch job as non-swappable

2011-08-10 Thread Walt Farrell
On Wed, 10 Aug 2011 19:27:55 +, Rob Scott wrote: >Mark > >Only three SYSEVENTs are unauthorized : FREEAUX, QVS and REQFASD > >If you are going to use SYSEVENT TRANSWAP or DONTSWAP, then you have to be >authorized. > But Mark was replying in the context of using the PPT to set the program n

Re: batch job as non-swappable

2011-08-10 Thread Rob Scott
: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Mark Zelden Sent: 10 August 2011 20:46 To: IBM-MAIN@bama.ua.edu Subject: Re: batch job as non-swappable On Wed, 10 Aug 2011 18:25:27 +, Ted MacNEIL wrote: >>

Re: batch job as non-swappable

2011-08-10 Thread Bob Shannon
>>It also has to be authorised. >No, you are incorrect sir. It has to reside in an authorized library. Otherwise one sees message: IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED Bob Shannon Rocket Software -- For IBM-MAIN subs

Re: batch job as non-swappable

2011-08-10 Thread Mark Zelden
On Wed, 10 Aug 2011 18:25:27 +, Ted MacNEIL wrote: >>If you identify the jobstep program name (and you *always* want it to run >>non-swap), then an entry in SCHEDxx PARMLIB member should do it - see MVS >>Init+Tuning > >It also has to be authourised. >- No, you are incorrect sir. -- Mark

Re: batch job as non-swappable

2011-08-10 Thread Ted MacNEIL
>If you identify the jobstep program name (and you *always* want it to run >non-swap), then an entry in SCHEDxx PARMLIB member should do it - see MVS >Init+Tuning It also has to be authourised. - Ted MacNEIL eamacn...@yahoo.ca Twitter: @TedMacNEIL ---

Re: batch job as non-swappable

2011-08-10 Thread Tom Marchant
On Wed, 10 Aug 2011 14:01:21 -0400, Scott Rowe wrote: >Why do you think you want to run this job as >non-swappable? I'd like to know too. Off the top of my head I can think of two possible reasons. Perhaps you have another. 1. You are establishing a cross-memory environment. 2. You think th

Re: batch job as non-swappable

2011-08-10 Thread Mark Zelden
On Wed, 10 Aug 2011 13:58:05 -0400, Gerhard Postpischil wrote: >On 8/10/2011 1:50 PM, Tim Brown wrote: >> What is required to make a particular batch job run as non-swappable > >It has to run authorized, and issue a SYSEVENT, either TRANSWAP >or DONTSWAP. > So most likely this has to be done

Re: batch job as non-swappable

2011-08-10 Thread Bill Fairchild
@bama.ua.edu Subject: Re: batch job as non-swappable Where is this coded ? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Tom Harper Sent: Wednesday, August 10, 2011 1:58 PM To: IBM-MAIN@bama.ua.edu Subject: Re: batch job as non-swappable SYSEVENT

Re: batch job as non-swappable

2011-08-10 Thread Bill Fairchild
List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Tim Brown Sent: Wednesday, August 10, 2011 12:51 PM To: IBM-MAIN@bama.ua.edu Subject: batch job as non-swappable What is required to make a particular batch job run as non-swappable Thanks, Tim Brown Systems Specialist - Project Leader Ce

Re: batch job as non-swappable

2011-08-10 Thread Rob Scott
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Tim Brown Sent: 10 August 2011 19:51 To: IBM-MAIN@bama.ua.edu Subject: batch job as non-swappable What is required to make a particular batch job run as non-swappable Thanks, Tim Brown Systems

Re: batch job as non-swappable

2011-08-10 Thread Scott Rowe
PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: batch job as non-swappable > > SYSEVENT DONTSWAP > > > - Original Message - > From: Tim Brown [mailto:tbr...@cenhud.com] > Sent: Wednesday, August 10, 2011 01:50 PM > To: IBM-MAIN@bama.ua.edu > Subject: batch job as non-

Re: batch job as non-swappable

2011-08-10 Thread Scott Rowe
My first question would be: Why do you think you want to run this job as non-swappable? On Wed, Aug 10, 2011 at 1:50 PM, Tim Brown wrote: > What is required to make a particular batch job run as non-swappable > > > > Thanks, > > > > Tim Brown > Systems Specialist - Project Leader > Central Hud

Re: batch job as non-swappable

2011-08-10 Thread Tim Brown
Where is this coded ? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Tom Harper Sent: Wednesday, August 10, 2011 1:58 PM To: IBM-MAIN@bama.ua.edu Subject: Re: batch job as non-swappable SYSEVENT DONTSWAP - Original Message

Re: batch job as non-swappable

2011-08-10 Thread Gerhard Postpischil
On 8/10/2011 1:50 PM, Tim Brown wrote: What is required to make a particular batch job run as non-swappable It has to run authorized, and issue a SYSEVENT, either TRANSWAP or DONTSWAP. Gerhard Postpischil Bradford, VT --

Re: batch job as non-swappable

2011-08-10 Thread Tom Harper
SYSEVENT DONTSWAP - Original Message - From: Tim Brown [mailto:tbr...@cenhud.com] Sent: Wednesday, August 10, 2011 01:50 PM To: IBM-MAIN@bama.ua.edu Subject: batch job as non-swappable What is required to make a particular batch job run as non-swappable Thanks, Tim Brown

batch job as non-swappable

2011-08-10 Thread Tim Brown
What is required to make a particular batch job run as non-swappable Thanks, Tim Brown Systems Specialist - Project Leader Central Hudson Gas & Electric 284 South Ave Poughkeepsie, NY 12601 Email: tbr...@cenhud.com <> Phone: 845-486-5643 Fax: 845-486-5921 Cell: 845