Re: Mainframe ids

2010-10-05 Thread Bruce Hewson
Hmmm. Accessing that site now, port 23, gives me the Hercules "My PC thinks it's a MAINFRAME" logo. Don't know what OS they are providingbut it's not likely to be z/OSbecause that would not be legal! Regards Bruce Hewson ---

Re: Jobwait time

2010-10-05 Thread Bruce Hewson
Hi Mike, I notice that Graeme Gibson has been very quiet, but you could check out this product:- http://www.ase.com.au/ltxf.htm On Fri, 1 Oct 2010 15:47:01 -0500, Ward, Mike S wrote: >Hello all, we z/os V1.11. I was wondering if anyone knows how to set a >TSO idle timeout value other than

Re: Maximum # of processors for Z/os

2010-10-05 Thread Mike Schwab
http://www-304.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprzOS11MIJuly2010?OpenDocument&pathID= includes all zSeries. On Tue, Oct 5, 2010 at 10:49 PM, Ed Gould wrote: > --- On Tue, 10/5/10, Edward Jaffe wrote: > > From: Edward Jaffe > Subject: Re: Maximum # of processors for Z/os > To:

Re: Maximum # of processors for Z/os

2010-10-05 Thread Ed Gould
--- On Tue, 10/5/10, Edward Jaffe wrote: From: Edward Jaffe Subject: Re: Maximum # of processors for Z/os To: IBM-MAIN@bama.ua.edu Date: Tuesday, October 5, 2010, 8:48 AM On 10/4/2010 11:57 AM, Ed Gould wrote: > A LONG time ago(20+ years I think) IBM did some studies on the maximum number > o

Re: TCPIP translate tables

2010-10-05 Thread Joel C. Ewing
On 10/05/2010 10:40 AM, Jim McAlpine wrote: I'm looking in TCPIP.SEZATCPX but it doesn't contain what I require. I'm after translate tables for code page 285 (UK English) to 1252 (Windows) so that I can use them for a customized version to include the "correct" square brackets for FTP translatio

Re: Duplicate Volser

2010-10-05 Thread Pinnacle
- Original Message - From: "Jim Mulder" Newsgroups: bit.listserv.ibm-main Sent: Monday, October 04, 2010 9:51 PM Subject: Re: Duplicate Volser Rick, this indeed was before we had consoles. Same general time as if you had PROMPT turned on. I included the last bit of detail in my or

Re: RSMDATA report DSPAC report

2010-10-05 Thread Micheal Butz
It's in the diagnosis and reference Sent from my iPhone On Oct 5, 2010, at 5:02 PM, Micheal Butz wrote: Hi Would anyone know what TOT. R. Col In the following report. RSMDATA DSPAC JOBNAME(MYJOB) I am guessing total real frames Sent from my iPhone On Oct 5, 2010, at 4:29 PM, Mich

Re: Strange Allocation Behaviour

2010-10-05 Thread Eric Bielefeld
On Tue, 5 Oct 2010 18:38:55 -0500, Dave Kopischke wrote: I don't use the product, so I really don't know what it's used for. Eric Bielefeld >On Tue, 5 Oct 2010 21:56:09 +, Eric Bielefeld wrote: > >>This was the INFOPAC.RDS.STATS.FILE. Apparently it has been copied many >times in the past.

Re: Strange Allocation Behaviour

2010-10-05 Thread Dave Kopischke
On Tue, 5 Oct 2010 21:56:09 +, Eric Bielefeld wrote: >This was the INFOPAC.RDS.STATS.FILE. Apparently it has been copied many times in the past. >-- I'm not familiar with this file, but that's not surprising. I don't actually manage the product, I just install it and deal with problems.

Re: Strange Allocation Behaviour

2010-10-05 Thread Eric Bielefeld
This was the INFOPAC.RDS.STATS.FILE. Apparently it has been copied many times in the past. -- Eric Bielefeld Systems Programmer Dave Kopischke wrote: > On Tue, 5 Oct 2010 19:39:33 +, Eric Bielefeld wrote: > > >I just had a strange experience with a dataset. A user called me and ask

Re: Strange Allocation Behaviour

2010-10-05 Thread Greg Shirey
ARCMOVER may be the utility you are thinking of. Our Infopac admins have used it, but I thought it was more for moving archives that are on tape. If the VSAM archives are SMS managed, Infopac should not care what volume they are on. We have moved archives from our SMS "spill" volumes to the In

Re: Strange Allocation Behaviour

2010-10-05 Thread Dave Kopischke
On Tue, 5 Oct 2010 19:39:33 +, Eric Bielefeld wrote: >I just had a strange experience with a dataset. A user called me and asked me to copy a dataset that was full. It was extended format, and had 123 extents, and used 132 Cyl. I renamed the DS, and then copied it. Much to my surprise,

Re: Strange Allocation Behavior

2010-10-05 Thread Eric Bielefeld
Mike - Thanks. I really don't know anything about INFOPAC, but if that is common, then I guess I'll have to accept that. -- Eric Bielefeld Systems Programmer Michael Wickman wrote: > Yes INFOPAC does behave in this manner. Watch your catalog since the same > thing happens there as wel

Re: Someone has training manuals or notes that can help me

2010-10-05 Thread Kirk Wolf
re: installing z/OS without any experience (even as a competent user?), this book might also be considered: http://www.amazon.com/-Yourself-Brain-Surgery-Implausibly-Titled/dp/1608190196 -- For IBM-MAIN subscribe / signoff / arch

Re: RSMDATA report DSPAC report

2010-10-05 Thread Micheal Butz
Hi Would anyone know what TOT. R. Col In the following report. RSMDATA DSPAC JOBNAME(MYJOB) I am guessing total real frames Sent from my iPhone On Oct 5, 2010, at 4:29 PM, Micheal Butz wrote: Hi I have a 2 gig DATASPACE data is some what dispersed what would be the best type of

RSMDATA report

2010-10-05 Thread Micheal Butz
Hi I have a 2 gig DATASPACE data is some what dispersed what would be the best type of RSMDATA report to tell me how much real storage the dataspace is using Thankx Sent from my iPhone -- For IBM-MAIN subscribe / signoff

Re: Strange Allocation Behavior

2010-10-05 Thread Michael Wickman
Yes INFOPAC does behave in this manner. Watch your catalog since the same thing happens there as well. Mike Wickman -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mike Schwab Sent: Tuesday, October 05, 2010 2:59 PM To: IBM-MAIN@bama.

Re: Strange Allocation Behaviour

2010-10-05 Thread Mike Schwab
123 extents, so VSAM? If a CI is full and an insert takes place, a CI split can occur. If The insert happens to fall at just the right point in that CI, and all the records go into the new CI. The insert is then tried on the new CI, so another CI split happens. Repeats until it runs out of spac

Re: Someone has training manuals or notes that can help me

2010-10-05 Thread Ted MacNEIL
>http://video.canadiancontent.net/5-molson-i-am-canadian.html >From about 10 years ago. - I'm a SuperHero with neither powers, nor motivation! Kimota! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Strange Allocation Behaviour

2010-10-05 Thread Eric Bielefeld
I just had a strange experience with a dataset. A user called me and asked me to copy a dataset that was full. It was extended format, and had 123 extents, and used 132 Cyl. I renamed the DS, and then copied it. Much to my surprise, the dataset now takes 14 Cyl. Both are blocked at half tra

Re: Someone has training manuals or notes that can help me

2010-10-05 Thread Chris Mason
http://video.canadiancontent.net/5-molson-i-am-canadian.html On Mon, 4 Oct 2010 21:06:09 +, Ted MacNEIL wrote: >>zPlane, zPlane ... > >As I, and other Canadians, have already pointed out, this is a US-centric joke, and only funny in the States. > >Plane is just not funny in the other Engli

Re: Someone has training manuals or notes that can help me

2010-10-05 Thread Bill Fairchild
English is not the, or even an, official language in Australia, U.K., or U.S.A. It is an official language in the British Commonwealth, the Commonwealth Games, United Nations, European Union, International Olympic Committee, Bangladesh, Botswana, Fiji, Ghana, Kenya, India, Lesotho, Liberia, Mala

Re: Really dumb IPL question

2010-10-05 Thread Tony Harminc
On 4 October 2010 09:08, Shmuel Metz (Seymour J.) wrote: > Tell them to read the documentation for QEDIT, because it has worked > equally well for, e.g., batch jobs, TSO sessions, for 4 decades. Have you ever actually tried to use QEDIT and STOP/MODIFY on a TSO session? It has indeed worked the

Re: Really dumb CLIST question

2010-10-05 Thread Paul Gilmartin
On Tue, 5 Oct 2010 10:38:51 -0500, Ricc Harding wrote: >Is there some reason why you don't initialize it to nulls? > >SET &X = &STR() > >Always set to a known value of nulls... > Ignorance. I tried the first thing that occurred to me: SET &X = &SUBSTR(1:0,junk) ... (why not?) and it failed.

Re: PDOS/390

2010-10-05 Thread Paul Edwards
On Sun, 3 Oct 2010 09:35:34 -0500, Shmuel Metz (Seymour J.) wrote: >In , on 09/26/2010 > at 10:01 AM, Paul Edwards said: > >>2. This writes to a 3215 console (only), not 3270 - do >>real machines typically have PC emulators attached >>that can be made to emulate 3215? > >No. Real machines had

Re: Really dumb IPL question

2010-10-05 Thread Charles Mills
Thanks. I have incorporated this information into the draft manual (along with saying what the prerequisites are and so forth and "choose what works for you." Thanks everyone for your help. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Beh

Re: Mainframe ids

2010-10-05 Thread Nagarjun Chandrasekaran
Hi all, Yea, I too have seen this. Is it safe to use coz I just want to use it for learning puposes. By the way, I am Nagarjun from India, noob to this forums and pursuing Mainframe System Admin course. -- Regards, Nagarjun Chandrasekaran :(){ :|:& };: In fact, Fork Bomb bombards the entire nut

Re: Duplicate Volser

2010-10-05 Thread Chase, John
> -Original Message- > From: IBM Mainframe Discussion List On Behalf Of Brian Peterson > > On Mon, 4 Oct 2010 21:49:48 -0400, Jim Mulder wrote: > > > I have examined the relevant code, and it appears to (incorrectly) > >do exactly as you have described. I have updated your PMR. > > > >J

Re: ESS800 Configuration

2010-10-05 Thread Mike Schwab
On Tue, Oct 5, 2010 at 8:12 AM, Carlos Bodra - Pessoal wrote: >  Hi > > We are in process to configure some area of our 2105-800 to be used by open > systems. > We start process and when we try to building host access (option modify > host), we got in ESS Specialist console following > message: >

Re: Really dumb CLIST question

2010-10-05 Thread Ricc Harding
Is there some reason why you don't initialize it to nulls? SET &X = &STR() Always set to a known value of nulls... -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the me

Re: Mainframe ids

2010-10-05 Thread David Andrews
On Tue, 2010-10-05 at 10:59 -0400, SUBSCRIBE IBM-MAIN Joe H. Smith wrote: > we providing MAINFRAME ID's for FREE!!! Joe H. Smith doesn't say whom he represents. The IP address he offers belongs to an Indian ISP: role: TATA Communications nic-hdl: TC651-AP address: 6th Floor, LV

Re: Duplicate Volser

2010-10-05 Thread Mike Schwab
On Tue, Oct 5, 2010 at 9:52 AM, Bill Fairchild wrote: > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf > Of Steve Dover > Sent: Monday, October 04, 2010 2:44 PM > To: IBM-MAIN@bama.ua.edu > Subject: Re: Duplicate Volser > >>... my > understanding is there is no way, o

TCPIP translate tables

2010-10-05 Thread Jim McAlpine
I'm looking in TCPIP.SEZATCPX but it doesn't contain what I require. I'm after translate tables for code page 285 (UK English) to 1252 (Windows) so that I can use them for a customized version to include the "correct" square brackets for FTP translation. Has anyone done this previously that could

Re: Really dumb CLIST question

2010-10-05 Thread Paul Gilmartin
On Tue, 5 Oct 2010 08:51:27 -0500, Mark Zelden wrote: > >>ITYM &NRSTR so: >> >> ISREDIT LINE BEFORE = &NRSTR(// NOTIFY=&SYSUID) >> >> >>might do the trick without even needing the >>intermediate 'PERPETRATOR' variable. > The structure my co-worker bestowed on me is something like: /* Modify

Mainframe ids

2010-10-05 Thread SUBSCRIBE IBM-MAIN Joe H. Smith
Hi Friends, Just to help everyone in learning and testing, we providing MAINFRAME ID's for FREE!!! Here is the procedure to USE them: Get a Software like EXTRA/Vista .. to connect. Configure it with IP : 121.243.169.115 and PORT: 23 USER ID's: USER001 to USER005 PASS: abc (lower case) PLEASE DON'T

Re: Duplicate Volser

2010-10-05 Thread Brian Peterson
On Mon, 4 Oct 2010 21:49:48 -0400, Jim Mulder wrote: > I have examined the relevant code, and it appears to (incorrectly) >do exactly as you have described. I have updated your PMR. > >Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY I would love to read the APAR problem description

Re: obtaining su/sec in real time

2010-10-05 Thread David Andrews
On Tue, 2010-10-05 at 07:46 -0400, Bob wrote: > Mark Zeldon's IPLSINFO > (http://home.flash.net/~mzelden/mvsfiles/iplinfo.txt) "Zelden". And thanks for this pointer. Mark, this is a pretty snazzy little exec. Among other things, it's taught me where to find that 4HRA. Nicely done. -- David

Re: Duplicate Volser

2010-10-05 Thread Bill Fairchild
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Steve Dover Sent: Monday, October 04, 2010 2:44 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Duplicate Volser >... my understanding is there is no way, on a JES2 single monoplex lpar to have the same volser mounted twice

Question on SMPE

2010-10-05 Thread GIONFRIDDO MICHELE
Hi I have a problem. I write an usermod that must be assembled with COBOL for Zos base. How can I use the compiler COBOL with usermod of SMPE?? Thank. Bye Mike -- For IBM-MAIN subscribe / signoff / archive a

Re: Maximum # of processors for Z/os

2010-10-05 Thread Norman Hollander
I would suggest that it depends on the amount of processor you're willing to give up to MP effect. Certainly you should be using HiperDispatch which can give you back up to around 10% in the larger n-ways. Depends on what your world looks like and if creating another image makes sense. I would p

Re: Really dumb IPL question

2010-10-05 Thread Bill Fairchild
In , on 09/28/2010 at 10:26 PM, "Robert A. Rosenberg" said: >It sounds like those Ops/Automation >types are brain dead and do not understand what they are doing. It sounds as if you don't know the same Ops/Automation developers that I know. Bill Fairchild Rocket Software ---

Re: IPLTEXT and NUCLEUS dates

2010-10-05 Thread Bill Fairchild
Or find the place in IBM's code where the test is made and zap it so the comparison will always be equal. And then see what the results are (ugly, maybe?). Or try it with a 27-year old MVS/XA version of IPLTEXT. Speaking of business cases, I believe that IBM has already made a good business c

Re: Really dumb CLIST question

2010-10-05 Thread Mark Zelden
On Tue, 5 Oct 2010 07:25:58 -0600, Steve Comstock wrote: >ITYM &NRSTR so: > > ISREDIT LINE BEFORE = &NRSTR(// NOTIFY=&SYSUID) > > >might do the trick without even needing the >intermediate 'PERPETRATOR' variable. > That won't work with ISREDIT. The userid will still get substituted. You n

Re: Maximum # of processors for Z/os

2010-10-05 Thread Edward Jaffe
On 10/4/2010 11:57 AM, Ed Gould wrote: A LONG time ago(20+ years I think) IBM did some studies on the maximum number of Processors that MVS (at that time) could effectively use before there was degraded throughput. My memory says is was 15 (I could be wrong). Has Z/os changed that number, if s

Re: New fixes and message for MFNetDisk's users

2010-10-05 Thread Bill Fairchild
Also a long time ago, when IBM used to distribute their source code, one could find working code that used STARTIO in the JES3 and IMS source, I believe. It was never intended to be externally documented. I found a simple sample program in a publicly available Amdahl document in 1985, keyboard

Re: Maximum # of processors for Z/os

2010-10-05 Thread John Eells
And those limits, as announced, are: # Up to 80 processors per logical partition with z/OS V1.11 and later on zEnterprise servers. # Up to 60 LPARs on a single server with IBM zEnterprise System (zEnterprise), IBM System z10 Enterprise Class (z10 EC), and IBM System z9 Enterprise Class (z9 EC

Re: HOD User Signon Capture

2010-10-05 Thread Craig Pace
Rick, HOD will right both successfully connection and errors into the normal HTTP server logs, depending how what logging options you have in HTTP server. You can also user the HODAdmin.html page and access information about the number of connections you have had through HOD. The HOD Admin p

Re: Maximum # of processors for Z/os

2010-10-05 Thread Shane
On Tue, 5 Oct 2010 09:02:34 -0400 Peter Relson wrote: > If you have access to machines on which you can play, you could > consider checking out the MP CPU Capability adjustment factors > returned by the STSI instruction (CSRSI service). I wish ... A fully populated multi-book z196 to play on

Re: Really dumb CLIST question

2010-10-05 Thread Steve Comstock
On 10/5/2010 7:08 AM, Lizette Koehler wrote: I like languages that report error on reference to undefined variables. Now I'll see whether I can figure out&STR() and get PERPETRATOR =&&SYSUID ISREDIT LINE BEFORE =&STR(// NOTIFY=&PERPETRATOR,) or some such to work. CLIST makes it real h

Re: HOD User Signon Capture

2010-10-05 Thread Rick Sapp
Jim, Thanks for your response, I'll try to clarify by answering the questions you asked 1. Yes, I was referring to IBM's Host on Demand 2. Unfortunately whoever designed the setup at this shop did not make the HODID=RACFID. Have no control over changing that...It won't change now. Most are

ESS800 Configuration

2010-10-05 Thread Carlos Bodra - Pessoal
Hi We are in process to configure some area of our 2105-800 to be used by open systems. We start process and when we try to building host access (option modify host), we got in ESS Specialist console following message: ERROR 1199 Information server problem. An unknown server error occurred.

Re: Really dumb CLIST question

2010-10-05 Thread Lizette Koehler
>I like languages that report error on reference to undefined variables. > >Now I'll see whether I can figure out &STR() and get > > PERPETRATOR = &&SYSUID >ISREDIT LINE BEFORE = &STR(// NOTIFY=&PERPETRATOR,) > >or some such to work. CLIST makes it real hard to even know >what the value in

Re: Maximum # of processors for Z/os

2010-10-05 Thread Peter Relson
>Has Z/os changed that number, if so what is the current number >before thruput either is not helped or there is a straight line >being nio help/no hurt ? I believe that the answer is: a number no lower than the maximum number of processors that z/OS (and the machine) documents that you may def

Re: Answered: Really dumb CLIST question

2010-10-05 Thread Mark Zelden
On Tue, 5 Oct 2010 07:56:36 -0500, Mark Zelden wrote: >Not sure if this will come out correctly since I am posting from >the web interface, but here is an example from an edit macro >that creates a job card: > > >ISREDIT LINE_AFTER 1 = &STR('// NOTIFY=&&SYSUID,REGION=7M') > >In case it didn

Re: Answered: Really dumb CLIST question

2010-10-05 Thread Mark Zelden
On Mon, 4 Oct 2010 22:37:56 -0500, Paul Gilmartin wrote: > >Now I need to figure out how to get "&SYSUID" into tailored >JCL without CLIST evaluating it. > Not sure if this will come out correctly since I am posting from the web interface, but here is an example from an edit macro that creates

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Peter Relson
>I am using CPOOL services with a dataspace and would like to know >whether the storage is allocated or not Perhaps you meant CSRPOOL services? CPOOL services do not operate on data spaces. By "allocated" do you mean "within the valid address range of the data space"? I would guess that RSM fo

Re: FTP option help

2010-10-05 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Larry Macioce > Sent: Tuesday, October 05, 2010 7:01 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: FTP option help > > Well I was 180 degrees wrong. When I got a chance too look at > th

Re: undocumented system abend code question (at least we can't find it)

2010-10-05 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Shmuel Metz (Seymour J.) > Sent: Tuesday, October 05, 2010 5:43 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: undocumented system abend code question (at > least we can't find it) > > I

Re: FTP option help

2010-10-05 Thread Larry Macioce
Well I was 180 degrees wrong. When I got a chance too look at the job here is waht I found: GET FROM-WINBL-2010-05-24.TXT 'TEST.YYY.WWHSINBX' (REPLACE So we are gettin the file from windows and putting it on the mainframe mace -

Re: obtaining su/sec in real time

2010-10-05 Thread Bob
Folks, thanks for the offline replies. Based on content in the rexx samples I saw, I found Mark Zeldon's IPLSINFO (http://home.flash.net/~mzelden/mvsfiles/iplinfo.txt) - which hit's matches the RMF report number. -- For IBM-M

Re: HOD User Signon Capture

2010-10-05 Thread Jim Marshall
On Mon, 4 Oct 2010 13:24:08 -0500, Rick Sapp wrote: >Have a problem: >Our external users can access our mainframe via web applications (the actual >userID is passed rarely, most of the time it is an application ID). > >UserID in HOD repository does not match the UserID on the mainframe, so any >

Re: Answered: Really dumb CLIST question

2010-10-05 Thread Donald Johnson
Code it as SYSUID? *don* On Mon, Oct 4, 2010 at 11:37 PM, Paul Gilmartin wrote: > On Mon, 4 Oct 2010 20:16:06 -0500, Paul Gilmartin wrote: > > > >How can I set a symbolic variable to the null string? > > > Thanks to Dave Salt: > >SET &X = &Z /* Works as long as &Z is undefined. */ > >

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Rob Scott
There are callable services that you can use inside your program to gather information about the cell pool, the extent or in fact the individual cell - however I do not believe that there are any IPCS services to format the information in a similar fashion to the RUNCPOOL command (any that are e

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Micheal Butz
Yes using that with a dataspace is there any report in that and storage allocations Thankx Sent from my iPhone On Oct 5, 2010, at 5:13 AM, Rob Scott wrote: Maybe the OP was referring to the callable cell pool services? (CSRx) Rob Scott Lead Developer Rocket Software 275 Grove Street

Re: Shutdown and dependencies

2010-10-05 Thread Shmuel Metz (Seymour J.)
In <3310ac9d797ec94db8d89ccabdea47a702e1a...@kl1221tc.cs.ad.klmcorp.net>, on 09/29/2010 at 03:53 PM, "Vernooij, CP - SPLXM" said: >This menas that the task has not provided a new CIB to receive a new >MODIFY command. No, it means that the task has not set CIBCTR high enough or that it has not

Re: undocumented system abend code question (at least we can't find it)

2010-10-05 Thread Shmuel Metz (Seymour J.)
In , on 09/22/2010 at 09:49 AM, "McKown, John" said: >There are no documented Exx abends. What is E37, chopped liver? Or did you mean no SExx for CA? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see We don't care. We

Re: Someone has training manuals or notes that can help me

2010-10-05 Thread Shmuel Metz (Seymour J.)
In <327370076-1286222331-cardhu_decombobulator_blackberry.rim.net-4655940...@bda011.bisx.prod.on.blackberry>, on 10/04/2010 at 07:59 PM, Ted MacNEIL said: >A conservative is a liberal who has been mugged! A liberal is a conservative who has been laid off, hit with large medical bills or arres

Re: Really dumb IPL question

2010-10-05 Thread Shmuel Metz (Seymour J.)
In , on 10/04/2010 at 07:06 AM, Tom Marchant said: >It does unless you have an ESTAE exit and take appropriate action. CANCEL precludes an orderly shutdown *EVEN IF* you have an ESTAE. There are significant restrictions on what you can do for recovery after a CANCEL. -- Shmuel (Seymou

Re: Really dumb IPL question

2010-10-05 Thread Shmuel Metz (Seymour J.)
In <00f901cb6322$4df01a50$e9d04e...@org>, on 10/03/2010 at 10:42 AM, Charles Mills said: >Thanks. Your advice goes to the core of what I was asking. Can you >please suggest the other five options, in what you might guess might >be their order of desirability? Order of desirability would be in

Re: IPLTEXT and NUCLEUS dates

2010-10-05 Thread Shmuel Metz (Seymour J.)
In , on 10/03/2010 at 11:25 PM, "Robert A. Rosenberg" said: >Nothing. I just took the original suggestion to mean just listing the > macros that were called directly in your code. The intent of the original suggestion was to *correctly* package the exit as a source mod. That means dotting the

Re: Identify all MVS images in a CEC

2010-10-05 Thread Shmuel Metz (Seymour J.)
In , on 10/03/2010 at 11:28 PM, Tony Harminc said: >The part of what I wrote that you didn't quote was "But since anyone >can use any port number they like for anything, and we live in a NAT >world, there's decreasing interest in such a registry." Because it wasn't relevant to the part I corr

Re: Duplicate Volser

2010-10-05 Thread Shmuel Metz (Seymour J.)
In <20101004151651.ae790.98354.r...@hrndva-web10-z01>, on 10/04/2010 at 03:16 PM, Eric Bielefeld said: >Is this a JES3 system? I thought that JES3 allowed more than one >volser online at a time with the same volser. In the JESplex, yes, but in the same system? I don't believe it. --

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Rob Scott
Maybe the OP was referring to the callable cell pool services? (CSRx) Rob Scott Lead Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Jim Mulder
> Is there any IPCS command/subcommand that reports on storage > allocations/deallocations for CPOOL using a Dataspace CPOOL is not applicable to data spaces. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY -- F

Re: IPCS where subcommand with dataspaces

2010-10-05 Thread Micheal Butz
Is there any IPCS command/subcommand that reports on storage allocations/deallocations for CPOOL using a Dataspace Sent from my iPhone On Oct 5, 2010, at 1:24 AM, Barbara Nitz wrote: :>I am using CPOOL services with a dataspace and would like to know :>whether the storage is allocated or no

Re: BCPii and ACF2

2010-10-05 Thread Pierre Bodart
Fred, Here is a sample of what is running over here Environment z/OS 1.11 , JES3 and ACF2 R14. $KEY(HWI) TYPE(FAC) $USERDATA(IBMGDPS) APPLNAME.HWISERV UID(CAN0*PSTXCFAS) SERVICE(READ) ALLOW APPLNAME.HWISERV UID(*) ALLOW TARGET.IBM390PS.P00C5B42.- UID(*) ALLOW TARGET.IBM390PS.P00C5892.

Re: Maximum # of processors for Z/os

2010-10-05 Thread Timothy Sipples
Check the IBM LSPR tables under "single z/OS image." There's a 64 engine single z/OS 1.9 image in the table. I don't see an 80 engine single z/OS LPAR listed yet, but I assume that'll appear fairly soon. https://www.ibm.com/servers/resourcelink/lib03060.nsf/pages/lsprindex?OpenDocument How many e