Re: WTO Alternative using HLASM

2010-03-29 Thread Juergen Keller
Wayne, thats exactly what they do in the DSME-exit: WTO TEXT=WMAIN05,LINKAGE=BRANCH,ROUTCDE=&WTO_R,DESC=&WTO_D The exit runs now for years without any problems. Juergen -- For IBM-MAIN subscribe / signoff / archive access instru

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Ronald Hawkins
Ted, I don't agree that this is conventional wisdom for SSD. The target datasets for SSD are (a) very low read cache hit percentage, (b) very high sibling pend delays, or (c) a net D2C and C2D IO demand that exceeds the capabiltiy of disk drives a used capacity ratio around 10% (depends on what

Re: How to find loadlib in a dump?

2010-03-29 Thread Kenneth J. Kripke
There is a documented debug feature built into ISPF that may help you find where the load module is coming from in a round about way. On the system that created the dump, Logon to TSO and then get into ISPF. From any panel on the command line, enter TSO ISRDDN. The default screen that will be

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Scott T. Harder
Ed, Agreed... I think we would all be appalled and scared crap-less (to put it nicely) if we all really knew the true state of BCP's at many companies. There should be more customer involvement in DR; built into the contracts. IOW, review of required test results, etc., if the customer so choos

Re: WTO Alternative using HLASM

2010-03-29 Thread Ed Gould
From: Wayne Driscoll To: IBM-MAIN@bama.ua.edu Sent: Mon, March 29, 2010 12:39:14 PM Subject: Re: WTO Alternative using HLASM Chris, While Conrad is correct that you cannot issue SVC's in the DSME exits, as Binyamin Dissen noted in his reply, WTO has a LINKAGE=BRA

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Ed Gould
--- >> <>A long absence of power to affect refreshes of solid state storage can >> still render solid state storage unusable, while true disks don't need >> refreshing to maintain the content. > There are some shops, in the Gre

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Ed Gould
From: Ted MacNEIL To: IBM-MAIN@bama.ua.edu Sent: Mon, March 29, 2010 8:35:23 PM Subject: Re: Mainframe Executive article on the death of tape >I thinkk you'll find a significant, though maybe not large, number of shops >running straight from the grid today. For t

IBM: Mainframe emulator part of a conspiracy •

2010-03-29 Thread Ed Gould
http://www.channelregister.co.uk/2010/03/26/ibm_turbohercules_response/ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archiv

Re: Regarding Loadmodule transfer..

2010-03-29 Thread Scott T. Harder
Use the TSO TRANSMIT (XMIT) command, such as this one below, putting the loadmod into a FB/80 format: XMIT X.X DA(/) OUTDA('FB.80.PDS') This assumes you previously copied the loadmod to a PDS all by itself and that you are issuing this from option 3.4 against the PDS where you copied the loadmod

is out of the office.

2010-03-29 Thread Keith Zawila
I will be out of the office starting 03/29/2010 and will not return until 03/31/2010. I will be out of the office on Tuesday, March 30th. I will return on Wednesday, March 31st. Thanks. HCSC Company Disclaimer The information contained in this communication is confidential, private, proprie

Re: Regarding Loadmodule transfer..

2010-03-29 Thread zMan
On Mon, Mar 29, 2010 at 11:44 PM, SUBSCRIBE IBM-MAIN Joe H. Smith < sures...@proedtraining.com> wrote: > How to transfer load modules from mainframe to pc...please can any body > explan me... > To do what with? -- For IBM-MAIN s

Regarding Loadmodule transfer..

2010-03-29 Thread SUBSCRIBE IBM-MAIN Joe H. Smith
How to transfer load modules from mainframe to pc...please can any body explan me... Thanks, N.Suresh -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Scott Rowe
Rick, Today's SSD is not like the ones we ran a decade ago. The SSD of today is made with Flash memory, like in the thumb drive you plug into you PC's USB port. They don't need power to retain data. Forgive the Firesign reference, but, "Everything you know is wrong" :-) >>> Rick Fochtman 0

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Ted MacNEIL
>I thinkk you'll find a significant, though maybe not large, number of shops >running straight from the grid today. For those shops, the cost of an outage >may be lower than the cost of power conditioning and/or UPS equipment. Wow! I haven't worked at a shop without conditioning and UPS since t

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Ted MacNEIL
>The chip design may be the same, but are the manufacturing facilities up to the same quality control standards? More and more "makers" doesn't always mean equal quality across the board. There aren't that many chip makers for cache, memory and solid state disk. At the mainframe level, I believe

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Mark Zelden
On Mon, 29 Mar 2010 17:32:22 -0600, Rick Fochtman wrote: >-- > >> >>Nothing jumps out at me. But I would suggest one change to the COMMND00 member: >> >>COM='S JES2,PARM=(WARM,NOREQ)' >> >>instead of >> >>COM='S JES2,PARM='WARM,NOREQ

Re: An amusing REXX program - JES2DISK == copies JES output to disk using REXX's SDSF API

2010-03-29 Thread Paul Gilmartin
On Mon, 29 Mar 2010 17:00:44 -0600, Rick Fochtman wrote: >--- >Prior to JES, Data Management facilities were unsuitable for the needs >of spooling. > >>In what way? >> >-

Re: You know you've been doing too much MVS when...

2010-03-29 Thread Rick Fochtman
Phil Smith III wrote: ...you find yourself driving behind an Infiniti G37, and think, "If they ever do a microcar, they should call it a B37..." Sounds like a caffeine overdose. :-) Rick -- For IBM-MAIN subscribe / signof

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Lizette Koehler
I was wondering if starting JES2 with SUB=MSTR be of any more help on this issue? Lizette -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO S

Re: WTO Alternative using HLASM

2010-03-29 Thread Rick Fochtman
- We bought an exit from IBM and it uses WTOs. If this is an USERVAR exit or a DSME exit, you have bought defective goods. Perhaps you can reclaim from your credit card company! --

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Rick Fochtman
-- Nothing jumps out at me. But I would suggest one change to the COMMND00 member: COM='S JES2,PARM=(WARM,NOREQ)' instead of COM='S JES2,PARM='WARM,NOREQ'' The above just looks wrong to me for some reason. -

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Scott T. Harder
> Will SSDs ever "completely" replace hard disks? We'll see. I'm missing a whole lot of experience with regards to the changes with SSD in the data center over the last 10+ years. Perhaps someone can fill me in a bit? I remember a SSD unit in a data center I worked in around 1990-92 (not sure,

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Rick Fochtman
<>A long absence of power to affect refreshes of solid state storage can still render solid state storage unusable, while true disks don't need refreshing to maintain the content. There are some shops, in the Greate

Re: An amusing REXX program - JES2DISK == copies JES output to disk using REXX's SDSF API

2010-03-29 Thread Rick Fochtman
ITYM "There is no OS level facility". OS C/R has such severe restrictions that I question its utility in the real world. I'm inclined to agree with that asses

Re: An amusing REXX program - JES2DISK == copies JES output to disk using REXX's SDSF API

2010-03-29 Thread Rick Fochtman
--- Prior to JES, Data Management facilities were unsuitable for the needs of spooling. In what way? --- I can think of several possible scenarios: 1. Data

Re: You know you've been doing too much MVS when...

2010-03-29 Thread Edward Jaffe
Phil Smith III wrote: ...you find yourself driving behind an Infiniti G37, and think, "If they ever do a microcar, they should call it a B37..." Or you write some code in HLASM to copy one field to another using the MVS instruction... -- Edward E Jaffe Phoenix Software International, Inc

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Alan Altmark
On Sun, 28 Mar 2010 11:00:14 -0400, Shmuel Metz (Seymour J.) wrote: >There was no Unicode when XEDIT was released. I don't know what XEDIT >supports in z/VM V6. There is no Unicode support in XEDIT. Part of the reason is that the CMS file system does not have support for use-specific metadata

REDBOOKS

2010-03-29 Thread Ken Brick
With out wanting to restart the recent paranoia concerning REDBOOKS I found the following from the most recent newsletter interesting. " * News* Become a fan of IBM Redbooks *Become a fan of IBM Redbooks*

Re: How to find loadlib in a dump?

2010-03-29 Thread Hardee, Charles H
Yes, I had a REXX that was walking thru a dump doing EVAL commands and was generating the address via the REXX. If I ran it under interactive TSO, sometimes I would get 80A, sometimes it was other storage type abends. If I wrapped the REXX in batch TSO and invoked IPCS in batch, it would again run

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
you get 80A abends? -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Hardee, Charles H Sent: 30. maaliskuuta 2010 0:04 To: IBM-MAIN@bama.ua.edu Subject: Re: How to find loadlib in a dump? Depends on who was in control when the asked for st

Re: How to find loadlib in a dump?

2010-03-29 Thread Hardee, Charles H
Depends on who was in control when the asked for storage and how the system reacts to the request. I get the same problem when I run one of my IPCS REXXes. In fact, I've opened a problem with IBM and they are looking into what causes the IPCS problem. -Original Message- From: IBM Mainframe

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
No, but it shouldn't crash my tso session, should it? maybe this is apples and oranges, but if I put: Numeric Digits 100 I get: IRX0005I Error running PI, line 7: Machine storage exhausted I would have expected something like that. -Original Message- From: IBM Mainframe Discussi

Re: Define consoles without an IPL

2010-03-29 Thread Mark Zelden
On Mon, 29 Mar 2010 15:17:12 -0500, W. Kevin Kelley wrote: >On Mon, 29 Mar 2010 06:54:33 -0400, Mark Jacobs > wrote: > >>We had some configuration problems in our CONSOLxx member when one of >>our systems was ipled this weekend. Is there some method to define >>additional consoles without an IPL?

You know you've been doing too much MVS when...

2010-03-29 Thread Phil Smith III
...you find yourself driving behind an Infiniti G37, and think, "If they ever do a microcar, they should call it a B37..." -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Ed Finnell
In a message dated 3/29/2010 3:29:26 P.M. Central Daylight Time, nbjone...@talktalk.net writes: SELCOPY from Compute (Bridgend) Ltd is bundled with an interactive interface for TSO ISPF and CMS systems that includes a text editor based on both the XEDIT and ISPF Editor (best of both world

Re: /usr/lib/nls/charmap/IBM-1047

2010-03-29 Thread Tony Harminc
On 29 March 2010 13:35, Paul Gilmartin wrote: > The question isn't whether the IBM-1047 glyphs exist in > UTF-8, but whether it's possible to perform the lookup > mechanically.  Your suggestions require artificial > intelligence since it appears no natural intelligence > was applied in coding the

Re: WTO Alternative using HLASM

2010-03-29 Thread W. Kevin Kelley
On Mon, 29 Mar 2010 12:01:49 -0500, Chris Mason wrote: >Initially I used >WTO but that was such a mess on the console that I changed all the WTOs >to WTLs ("write to log" - is that an official macro or did I just create one >wrapped around the SVC?). > Chris, Just a comment -- we strongly disc

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Nick Jones
Hello all, I had to pipe up here. I know that this list is not a forum for promoting one's own company's products, but... SELCOPY from Compute (Bridgend) Ltd is bundled with an interactive interface for TSO ISPF and CMS systems that includes a text editor based on both the XEDIT and ISPF Edito

Re: Define consoles without an IPL

2010-03-29 Thread W. Kevin Kelley
On Mon, 29 Mar 2010 06:54:33 -0400, Mark Jacobs wrote: >We had some configuration problems in our CONSOLxx member when one of >our systems was ipled this weekend. Is there some method to define >additional consoles without an IPL? > Mark, Sorry, but the answer is no. But it sounds like an exce

Re: /usr/lib/nls/charmap/IBM-1047

2010-03-29 Thread Tony Harminc
On 29 March 2010 13:56, Dale Miller wrote: > Since I get only the digest late in the evening, someone else may have > replied to this - if so, I apologize. > UTF-8 encodes every character in the Unicode standards (so far). Code points > from 0-x'7f'are coded as-is. Code points from x'80'-x'7ff' ar

答复: The hardest JCL ERROR I have met

2010-03-29 Thread Hu Lei
Hi all, Thanks so much for all your comments. It's appreciated that got lots of reply. Here is what I thought 1. I swear no IEF196I message occurred in the console, is any setting to turn on these kinds of message? 2. The Jes2 proclib is the very first proclib in MSTRJCL. 3. I have tried with

Re: How to find loadlib in a dump?

2010-03-29 Thread carlos roberto visconde
Talking about memory. Did you increase the "Size" in Logon, just by a test. 2010/3/29 Lindy Mayfield > Ahh. I'm a complete idiot. Infinite recursion, if there is such a thing. > doh! it kept calling itself until it ran out of memory. > > > > -Original Message- > From: IBM Mainframe Di

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Anne & Lynn Wheeler
li...@akphs.com (Phil Smith III) writes: > P.S. Who you callin' a freak? re: http://www.garlic.com/~lynn/2010g.html#6 Call for XEDIT freaks, submit ISPF requirements note that in the above post ... I reference a previous post in this mailing list from 28mar2007 with the same exact subject line:

z/OS 1.11 -- RACF USERMOD

2010-03-29 Thread Chase, John
Hi, All, This is "the way it came" in our z/OS 1.11 Serverpac: //SMPCNTL DD * SET BDY(MVST100) . UCLIN . REP LMOD(ICHRDSNT) SYSLIB(LINKLIB) . ENDUCL . SET BDY(GLOBAL) .

Re: /usr/lib/nls/charmap/IBM-1047

2010-03-29 Thread Dale Miller
Since I get only the digest late in the evening, someone else may have replied to this - if so, I apologize. UTF-8 encodes every character in the Unicode standards (so far). Code points from 0-x'7f'are coded as-is. Code points from x'80'-x'7ff' are encoded in two bytes, code points from x'80

Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Phil Smith III
On Mon, Mar 29, 2010 at 11:13 AM, Shmuel Metz (Seymour J.) wrote: >Well, I've used both patterns and associative ranges on mainframes, and >they're conceptually very similar. Indeed. Regular expressions are sure powerful, but the XEDIT paradigm is different, much less "OK, here's a file, do thi

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Anne & Lynn Wheeler
mark.van-der-eyn...@hp.com (Mark van der Eynden) writes: > If you have the command in col 1 (i.e. no piping) it would be 'stack *' > > But gees guys, you're talking about 25 year old memories, I'd expect XEDIT is > even better now -) for a little topic drift ... old posts detailing how a lot of I

Re: WTO Alternative using HLASM

2010-03-29 Thread Wayne Driscoll
Chris, While Conrad is correct that you cannot issue SVC's in the DSME exits, as Binyamin Dissen noted in his reply, WTO has a LINKAGE=BRANCH entry which can be issued in SRB mode, so the product Juergen mentioned may not be " defective goods" because they most likely obey the rules, and use bran

Re: /usr/lib/nls/charmap/IBM-1047

2010-03-29 Thread Paul Gilmartin
On Mon, 29 Mar 2010 11:09:44 -0400, Shmuel Metz (Seymour J.) wrote: > >>(z/OS 1.10) Motivatted by a thread in ASSEMBLER-LIST, I scanned >>/usr/lib/nls/charmap/IBM-1047 looking for matching character names in >>/usr/lib/nls/charmap/UTF-8. > >>(I used regular expressions.) > >Use [ -] instead of [-]

Re: Mainframe emulator part of a conspir a cy â*The Register

2010-03-29 Thread Mark Post
>>> On 3/29/2010 at 12:55 PM, Howard Brazee wrote: > Can you go down a couple of pages to where you find the end line that > you want cup and mark the end of the copy? Yes. I don't play much with markers, but it's definitely part of the various vi clones functionality. Mark Post ---

Re: WTO Alternative using HLASM

2010-03-29 Thread Chris Mason
Juergen When Conrad first posted, I noted it was a VTAM topic so I checked the Communications Server SNA Customization manual. > why is it not allowed to use WTOs in DSME-Exit? You will find the following line in the "Design requirements" section for each exit: Do not issue any SVCs if this

Re: Mainframe emulator part of a conspir a cy â*Th e Register

2010-03-29 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Post > Sent: Monday, March 29, 2010 11:28 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: Mainframe emulator part of a conspir a cy â*Th e Register > > >>> On 3/29/2010 at 11:35 AM, "

Re: Mainframe emulator part of a conspir a cy â*Th e Register

2010-03-29 Thread Howard Brazee
On 29 Mar 2010 09:28:47 -0700, mp...@novell.com (Mark Post) wrote: >> There are things that I like too. I especially like the EXCLUDE capability. > >Me too. Sigh. > >> And the line commands. It is, to me, much easier to do a MM ... MM ... A/B >> than a cut'n'paste of entire lines. > >Now _that_

Safeguarding your JES2 Proc (was Re: The hardest JCL ERROR I have met)

2010-03-29 Thread Brian Peterson
I suggest that you consider removing all those statements from your JES2 proc. My production JES2 proc looks like this: BROWSESYS1.PROCLIB(JES2) - 01.02 Command ===> * Top of Data * //JES2PROC //JES2EXEC PGM=HASJES20,REGION=0M,TIME=NOLIMIT

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ted MacNEIL
>All EXEC values are valid on a START statement. You're right. I (re-)learned something. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu w

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Mark Zelden
Correct. And in this case since it is pointing to IEFRDER, I think that is what the problem is. Ted, regarding your "ignored" statement: This has been discussed at various times on this list. That "trick" is often used with SYSUDUMP. For example: //*NOTE THAT THE FOLLOWING, SEEM

Re: Mainframe emulator part of a conspir a cy â*Th e Register

2010-03-29 Thread Mark Post
>>> On 3/29/2010 at 11:35 AM, "McKown, John" >>> wrote: > There are things that I like too. I especially like the EXCLUDE capability. Me too. Sigh. > And the line commands. It is, to me, much easier to do a MM ... MM ... A/B > than a cut'n'paste of entire lines. Now _that_ is just as easy

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Scott Rowe
Actually, IIRC, they are not really ignored - they simply don't cause an error. They wind up in the TIOT, with all the proper resources allocated - but they are very difficult to use. >>> Ted MacNEIL 3/29/2010 12:19 PM >>> >But why do you have 2 HASPLIST DDs? Except for confusion, I thought t

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ted MacNEIL
>But why do you have 2 HASPLIST DDs? Except for confusion, I thought the second, and subsequent (if any), DD's with duplicate names were ignored. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ted MacNEIL
>You also have a symbolic '&M' to represent a membername. Where is that being >provided? It's right there on the OP's original post: >>//JES2PROC M=JES2PARM - Too busy driving to stop for gas! -- For IBM-MAIN subscribe /

Re: Mainframe emulator part of a conspir a cy ⢠Th e Register

2010-03-29 Thread Howard Brazee
On 29 Mar 2010 08:35:32 -0700, john.mck...@healthmarkets.com (McKown, John) wrote: >There are things that I like too. I especially like the EXCLUDE capability. On the command line and on the line number. With the FLIP command as well. >And the line commands. It is, to me, much easier to do a

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ted MacNEIL
>(2) HASPLIST ?? STEPLIB s/b after EXEC Not necessarily. I learned years ago, by accident, that STEPLIB can be anywhere withing the step. - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access i

RMM scratch immediate?

2010-03-29 Thread Peter Ten Eyck
Does anyone know how to scratch a tape in RMM without running house keeping? Something similar to the CA1 scratch immediate function. The volume I am working with is not system managed and library. -- For IBM-MAIN subscribe / s

Re: How to be notified when softcap is set?

2010-03-29 Thread Kelman, Tom
Yes, OMEGAMON also has the ability to monitor the 4HRA when the LPAR is soft capped. In the SMF Type 70-1 record, the variable SMF70MSU has the defined capacity for the LPAR and SMF70VPF is a flag where one of the bits indicates the partition capping is enabled. However, I don't know if that mean

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
Ahh. I'm a complete idiot. Infinite recursion, if there is such a thing. doh! it kept calling itself until it ran out of memory. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Beate Kawelke Sent: 29. maaliskuuta 2010 18:14 To: IBM-M

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Mark Zelden
On Mon, 29 Mar 2010 11:18:46 -0400, Lizette Koehler wrote: >Have you check out your MSTRJCL setup? Is the proclib that JES2 is in, in that concatenation? > Good thought. I didn't mention it because I would that that would be obvious. Again, I'll ask about MSGIEF16I. Wouldn't you see seomthin

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
I have this Hintergedanke. I need to put some SAY's... -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of carlos roberto visconde Sent: 29. maaliskuuta 2010 18:00 To: IBM-MAIN@bama.ua.edu Subject: Re: How to find loadlib in a dump? You can

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
This is far out wacky. I noticed that I had a Rexx program called RXTEMPL. I renamed that Rexx program to RXTEMPL1 and everything is fine, TSO RXTEMPL says not found. Here is the Rexx programm. "ALLOC DD(SYSUDUMP) SYSOUT(H) REU" myvar = "lila lian lilliana elian satu elina tap

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Field, Alan C.
Take a stand alone dump of the system. Use the IPCS MTRACE (I think it is) command to view the SYSLOG in the dump. I'm pretty sure you'll see all the information you'll need to correct the problem. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Beha

Re: How to be notified when softcap is set?

2010-03-29 Thread Al Sherkow
David -- There are no z/OS (WLM, RMF) messages when the cap is reached. You can monitor this with RMF III from the CPC screen. I don't know about the other monitors, but I expect they would have a similar capability. Al Sherkow I/S Management Strategies, Ltd. Consulting Expertise on Capacity

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ramiro Camposagrado
On Mon, 29 Mar 2010 20:35:38 +0800, Hu Lei wrote: >Hello world! > > > >I am trying to setup a mini system, and during IPL, I have met JES2 start >error. I am suffer from this error for days, I have do all I can image to >correct the error, but still no result. > >It would be great appreciated if

Re: Mainframe emulator part of a conspir a cy ⢠Th e Register

2010-03-29 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Howard Brazee > Sent: Monday, March 29, 2010 10:25 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: Mainframe emulator part of a conspir a cy ⢠The Register > > On 26 Mar 2010 08:41:22 -07

Re: Need to find alternative to shared storage because of ALLOWUSERKEYCSA parm

2010-03-29 Thread Shmuel Metz (Seymour J.)
In <33a9a3874f87c24aab996586c367def805bf2...@hoex01.amica.com>, on 03/29/2010 at 08:10 AM, "GOODWIN, DIANE M." said: >So, can I still use subpool 241 and just change the key? As long as whoever allocates and updates it is privileged. -- Shmuel (Seymour J.) Metz, SysProg and JOAT

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Howard Brazee
On 28 Mar 2010 21:00:24 -0700, tlk_sysp...@yahoo.com (Thomas Kern) wrote: >I think it will be quite a while before all hard disks are gone, but it is >inevitable. >When my phone has a 16GB memory card in it and a slot for another 16GB, you >have to accept >that solid state storage is not far off

Re: Mainframe Executive article on the death of tape

2010-03-29 Thread Shmuel Metz (Seymour J.)
In , on 03/29/2010 at 08:49 AM, Timothy Sipples said: >Perhaps a more interesting question is whether hard disks are "dead," >felled (or soon to be) by solid state storage. :-) FSVO soon. I'm reminded of the conventional wisdom that thin film would replace core. It turned out that it was easi

Re: Call for XEDIT freaks, submit ISPF requirements

2010-03-29 Thread Shmuel Metz (Seymour J.)
In , on 03/28/2010 at 03:55 PM, Mark van der Eynden said: >Must have come from the *nix world, never heard of them, or needed them >;-) Well, I've used both patterns and associative ranges on mainframes, and they're conceptually very similar. -- Shmuel (Seymour J.) Metz, SysProg and J

Re: /usr/lib/nls/charmap/IBM-1047

2010-03-29 Thread Shmuel Metz (Seymour J.)
In , on 03/28/2010 at 04:40 PM, Paul Gilmartin said: >(z/OS 1.10) Motivatted by a thread in ASSEMBLER-LIST, I scanned >/usr/lib/nls/charmap/IBM-1047 looking for matching character names in >/usr/lib/nls/charmap/UTF-8. >(I used regular expressions.) Use [ -] instead of [-]. Use the i flag,

Re: Mainframe emulator part of a conspir a cy ⢠The Register

2010-03-29 Thread Howard Brazee
On 26 Mar 2010 08:41:22 -0700, john.mck...@healthmarkets.com (McKown, John) wrote: >If UNIX is a plague, then what is Windows? And I still do a lot on >Linux work from >the command line. But I agree that native TSO is for masochists. I just wish >that there was >a Linux editor which combines

How to be notified when softcap is set?

2010-03-29 Thread David Andrews
I'm experimenting with LPAR group capping (baby steps). How am I notified that the 4h average has exceeded the group cap and softcapping has begun? Is there a console message or event or specific SMF record? -- David Andrews A. Duda and Sons, Inc. david.andr...@duda.com ---

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Lizette Koehler
Have you check out your MSTRJCL setup? Is the proclib that JES2 is in, in that concatenation? Lizette Hu Lei Wrote: > >Hello world! > > > >I am trying to setup a mini system, and during IPL, I have met JES2 start >error. I am suffer from this error for days, I have do all I can image to >co

Re: How to find loadlib in a dump?

2010-03-29 Thread Beate Kawelke
If you want to find modules which are in LPA, you need to enter "LPA" after invoking DDLIST. Your "M membername" will then prompt a warning message screen - enter "YES" to also search LPA. > -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behal

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
Doesn't find it. Neither does ISRFIND. When I run it from TSO I get some interesting results. My TSO session terminates with S40D, Reason 10: No storage was available in either the local system queue area (LSQA) or the extended local system queue area (ELSQA) for the RTM2WA. I got an svc dump

Re: How to find loadlib in a dump?

2010-03-29 Thread Paul Strauss
To find a link list or LPA dataset using ISRDDN you have to enter the LINKLIST or LPA command on the command line within ISRDDN first. It will then give you a panel asking if you want to continue. It does this because you may not have security access to read everything in the list and if you say ye

Re: How to find loadlib in a dump?

2010-03-29 Thread Peter Nuttall
Hmmm ... I guess the library must be being libdef-ed in at some point then "Lindy Mayfield" Sent by: "IBM Mainframe Discussion List" 29/03/2010 05:03 PM Please respond to "IBM Mainframe Discussion List" To IBM-MAIN@bama.ua.edu cc Subject Re: How to find loadlib in a dump?

Re: How to find loadlib in a dump?

2010-03-29 Thread Peter Nuttall
As Visconde suggested, have you tried ISRDDN or DDLIST in ISPF and then "Mem module_name" in the command line ? "Lindy Mayfield" Sent by: "IBM Mainframe Discussion List" 29/03/2010 05:00 PM Please respond to "IBM Mainframe Discussion List" To IBM-MAIN@bama.ua.edu cc Subject Re: How t

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
Good one! I didn't know that. Didn't find it there, though. :-( I know it exists somewhere because it crashes my mainframe for a while. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of carlos roberto visconde Sent: 29. maaliskuuta 2010

Re: How to find loadlib in a dump?

2010-03-29 Thread Lindy Mayfield
I checked that one. Also ISRFIND doesn't find it. I think that I can find it next to the EP= in the dump. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of McKown, John Sent: 29. maaliskuuta 2010 15:29 To: IBM-MAIN@bama.ua.edu Subject: R

Re: How to find loadlib in a dump?

2010-03-29 Thread carlos roberto visconde
You can try the TSO Command: ISRDDN Men "module name" visconde 2010/3/28 Lindy Mayfield > I have a module abending but I cannot find the load library it was run > from. Is there a way to find this in a dump? > > thanks very much > Lindy > > -

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Greeley, Kevin
Out JES2 proc also contains: //IEFRDER DD DUMMY Kevin. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Hu Lei Sent: 29 March 2010 13:36 To: IBM-MAIN@bama.ua.edu Subject: The hardest JCL ERROR I have met Hello world! I am trying to s

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Mark Zelden
Wasn't there a description of the JCL error (IEF196I?)? The COMMNDxx entry looks fine. But why do you have 2 HASPLIST DDs? Lose the second one. Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:mzel...@flash.net Ma

SHOWzOS V7.20 ready

2010-03-29 Thread Roland Schiradin
Hi folks, version 7.20 with support for z/OS R11 and toleration for z/OS R12 is ready. You may download it from www.cbttape.org/updates.htm. File# 492. What's new *$720RS0709 * Implement enhancements contributed by John Hamlet

Re: An amusing REXX program - JES2DISK == copies JES output to disk using REXX's SDSF API

2010-03-29 Thread Mark Zelden
Ok. I've added "s...@dr" to my web site in the programs section and sent off an updated CBT file to Sam. Cheers, Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS mailto:mzel...@flash.net Mark's MVS Utilities: http://home.fla

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Binyamin Dissen
On Mon, 29 Mar 2010 12:55:48 + Ted MacNEIL wrote: :>>//JES2PROC M=JES2PARM :> :>>//IEFPROC EXEC PGM=HASJES20,TIME=1440,DPRTY=(15,15) :>. :>. :>. :>>COM='S JES2,PARM='COLD,NOREQ'' > :>Where is your PARM= on the PROC statement? Don't think that would work. :>U

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Wissink, Brad [ITSYS]
You also have a symbolic '&M' to represent a membername. Where is that being provided? If you don't provide a default 'M=member' on the PROC statement, then you must provide it on the START command, i.e. 'S JES2,M=member' Brad Wissink Information Technology Services Iowa State University 515-2

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Elardus Engelbrecht
Hu Lei wrote: >The joblog during IPL looks: >IEF403I IEESYSAS - STARTED - TIME=03.47.40 >IEF677I WARNING MESSAGE(S) FOR JOB JES2 ISSUED >IEF452I JES2 - JOB NOT RUN - JCL ERROR There should be more errors shown on SYSLOG. >And the JES2 proc: >//JES2PROC M=JES2PARM >//IEFPROC EXEC PGM

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Rob Scott
Why do you have *two* HASPLIST DD specifications ? Rob Scott 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 [mailto:ibm-m...@bama.ua.edu

Re: The hardest JCL ERROR I have met

2010-03-29 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Ron Wells > Sent: Monday, March 29, 2010 8:01 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: The hardest JCL ERROR I have met > > (2) HASPLIST ?? > STEPLIB s/b after EXEC The STEPLIB ca

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ron Wells
IEFSSNxx SUBSYS SUBNAME(JES2) PRIMARY(YES) START(NO)>> YES COMM >> do not need it is above set From: Hu Lei To: IBM-MAIN@bama.ua.edu Date: 03/29/2010 07:45 AM Subject: The hardest JCL ERROR I have met Sent by: IBM Mainframe Discussion List Hello world! I am trying to set

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ted MacNEIL
>COM='S JES2,PARM='WARM,NOREQ'' >The above just looks wrong to me for some reason. If you are allowed to pass it, without specifying PARM= in the PROC statement, then the problem looks like quoting to me. The above should be: COM='S JES2,PARM=''WARM,NOREQ''' Or even: COM='S JES2,PARM=WAR

Re: The hardest JCL ERROR I have met

2010-03-29 Thread Ron Wells
(2) HASPLIST ?? STEPLIB s/b after EXEC From: Hu Lei To: IBM-MAIN@bama.ua.edu Date: 03/29/2010 07:45 AM Subject: The hardest JCL ERROR I have met Sent by: IBM Mainframe Discussion List Hello world! I am trying to setup a mini system, and during IPL, I have met JES2 start error. I am s

  1   2   >