IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Timothy Sipples
IBM has a significant System z-related announcement to make on October 21, 2008. Here's the meat of the information (and Webcast link): New IBM System z Technology: Smart, Cool Affordable Webcast on Tuesday, October 21, 2008 at 11:00 a.m. New York time Register at:

Re: A Security SubSystem question

2008-10-16 Thread Binyamin Dissen
On Wed, 15 Oct 2008 00:14:44 -0400 Tony Harminc [EMAIL PROTECTED] wrote: :2008/10/14 Scott Ford [EMAIL PROTECTED]: : I am in the process of writing an Assembler routine to see if RACF, ACF2 or Top-Secret are : running on z/OS. I am confused about where I should find the information. I have

Re: D/T2098 PROCESSOR ?

2008-10-16 Thread Roger Bowler
Mark Zelden wrote: APAR Identifier .. IO09096 Last Changed 08/10/13 EREP SUPPORT NEW FUNCTION EREP NEEDS TO SUPPORT NEW EREP RECORD FOR D/T2098 PROCESSOR. John Chase wrote: Perhaps the z10-BC is about to be born? In another thread, Timothy Sipples wrote: IBM has a significant

Re: question about Oracle on the mainframe

2008-10-16 Thread R.S.
David Crayford wrote: [...] SAP Business Suite is the same, no longer being ported to z/OS. It seems that z/Linux is becoming a very strategic platform for both vendors and IBM. Or mainframe is less strategic for both... (justification: it seems to be cheaper to use AIX on pSeries) --

How to insert records using EXECIO

2008-10-16 Thread P.Sabarish Kannan
Hi I have a requirement to insert some records in the beginning of a file where already some lines are existing . i tried using DISKW using MOD , but they are appending to the end. How do we insert in the beginning? I am using REXX for this program. Thanks in advance Sabarish

Re: How to insert records using EXECIO

2008-10-16 Thread Veilleux, Jon L
You can read the whole file into a stem variable, put the lines you want to insert into a stack, and then loop though the first stem variable to append the values to the stack and then write the file back. /* rexx */

Re: How to insert records using EXECIO

2008-10-16 Thread Walt Farrell
On Thu, 16 Oct 2008 06:22:27 -0500, P.Sabarish Kannan [EMAIL PROTECTED] wrote: I have a requirement to insert some records in the beginning of a file where already some lines are existing . i tried using DISKW using MOD , but they are appending to the end. How do we insert in the beginning? I am

Re: How to insert records using EXECIO

2008-10-16 Thread Hunkeler Peter (KIUK 3)
I have a requirement to insert some records in the beginning of a file where already some lines are existing . i tried using DISKW using MOD, but they are appending to the end. How do we insert in the beginning? I am using REXX for this program. There is no direct way to insert data into a

Re: question about Oracle on the mainframe

2008-10-16 Thread John P Kalinich
The reason I heard why Oracle 10g was the last release supported on z/OS was that IBM did not have any plans to update their clandestine Media Manager to 64-bit addressing. Regards, John K Bret Hoesly of the IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 10/15/2008 03:37:07 PM:

Re: question about Oracle on the mainframe

2008-10-16 Thread Jim Marshall
Oracle on the mainframe. Here are a few highlights done here 1. Have Oracle DB on z/OS but it is functionally stablized in the 31 bit mode. 2. Have z/VM LPAR Virtual Linux systems: a. Oracle DB in 64 bit mode which use Websphere Application Server running on another Virtual Linux. b.

Re: question about Oracle on the mainframe

2008-10-16 Thread David Crayford
R.S. wrote: David Crayford wrote: [...] SAP Business Suite is the same, no longer being ported to z/OS. It seems that z/Linux is becoming a very strategic platform for both vendors and IBM. Or mainframe is less strategic for both... (justification: it seems to be cheaper to use AIX on

Re: D/T2098 PROCESSOR ?

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 03:46:20 -0500, Roger Bowler [EMAIL PROTECTED] wrote: Mark Zelden wrote: APAR Identifier .. IO09096 Last Changed 08/10/13 EREP SUPPORT NEW FUNCTION EREP NEEDS TO SUPPORT NEW EREP RECORD FOR D/T2098 PROCESSOR. John Chase wrote: Perhaps the z10-BC is about to

TSSO Error TSSA305E

2008-10-16 Thread Morris, Carey
I'm trying to utilize the TSSO AOF table to kick off a TSSO clist when we get the IKT005I TCAS IS INITIALIZED during TSO initialization. The AOF table entry looks something like this: TABENTRY MSG=IKT005I,ACTION=OSCMD,ECHO=YES,TEXT='#TSOUP' TSSO recognizes the message but instead of executing

Re: Tiered storage and FATA drives

2008-10-16 Thread R.S.
Marc Van Hoof wrote: The 16K blocksize is an HSM limitation on writing data to a tapedrive. We do have drives (STK 9840C) that can transfer 30 (uncompressed) to 70 Mb/s (compressed). In practice we see HSM putting 500 I/0’s sec / 7,8MB/sec on a drive. Remote over an distance of 40 Km over

Re: Minimum Available Central Storage Frames (Average %) Question

2008-10-16 Thread Ron Hawkins
Mohd, The simple answer is that unreferenced pages will be stolen so that the available frame queue does not go to zero. However the ways and means with which pages chosen to be moved to and from the Page datasets is rather more complex than that statement. I suggest you read the Initialization

Re: question about Oracle on the mainframe

2008-10-16 Thread R.S.
David Crayford wrote: [...] 15 years ago I worked on one of the first mainframe DB2 data warehouse systems in the UK. We used SP2 AIX boxes for the mining, and they were very quick back then. I suppose it all depends on the z10 and how IBM prices them... They seem to be making an effort to

Re: How to insert records using EXECIO

2008-10-16 Thread Paul Gilmartin
On Thu, 16 Oct 2008 07:49:45 -0400, Veilleux, Jon L wrote: You can read the whole file into a stem variable, ... I feel old. You really ought to have a fallback mechanism in case can fails. -- gil -- For IBM-MAIN subscribe /

Re: How to insert records using EXECIO

2008-10-16 Thread Veilleux, Jon L
Actually, I remember installing Amdahl SP Assist so that our machines could have more than 16MB of real storage. Times have changed.. Jon L. Veilleux [EMAIL PROTECTED] (860) 636-2683 -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
Looks nice. Right now, from my perspective, the war is between the z and Intel based servers. A less expensive z server might be nice. One problem I've noticed is the lower cost of entry for Intel. Granted, once we are comparing equally sized environments, the z come in well. But, too often, the

Re: Accessing LDAP data on other servers from z/OS

2008-10-16 Thread Andy Robertson
We got what we needed (which is not a lot) by adding SGLDEXEC to our SYSPROC concatenation and using exec LDAPSRCH under ordinary TSO Thanks to all for hints ** This email is confidential and may contain copyright material of

Re: Finding the correct IEASYSxx member

2008-10-16 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Robert A. Rosenberg At 15:57 -0500 on 10/15/2008, Mark Zelden wrote about Re: Finding the correct IEASYSxx member: If you looked at the chapter on IEASYSxx (a logical place to start):

Re: How to insert records using EXECIO

2008-10-16 Thread Paul Gilmartin
On Thu, 16 Oct 2008 06:53:15 -0500, Walt Farrell wrote: I would write the new records into a new file and then copy the existing file and append its records to that new file. After that, the exec could then delete the existing file and rename the new one to the old name if needed. And I'll

Re: Finding the correct IEASYSxx member

2008-10-16 Thread Mark Zelden
On Thu, 16 Oct 2008 08:29:55 -0500, Chase, John [EMAIL PROTECTED] wrote: snip Though it appears mandatory that IEASYS00 exist, I cannot find it mandated anywhere that it must contain anything beyond, perhaps, a single asterisk in column 1 of its first, and perhaps only, record (i.e., a comment).

Re: How to insert records using EXECIO

2008-10-16 Thread Paul Gilmartin
On Thu, 16 Oct 2008 09:25:51 -0400, Veilleux, Jon L wrote: Actually, I remember installing Amdahl SP Assist so that our machines could have more than 16MB of real storage. Times have changed.. Can Rexx keep stem variables above the bar nowadays? -- gil

Re: Finding the correct IEASYSxx member

2008-10-16 Thread Tom Marchant
On Wed, 15 Oct 2008 15:57:12 -0500, Mark Zelden wrote: On Wed, 15 Oct 2008 15:26:00 -0500, Tom Marchant [EMAIL PROTECTED] wrote: On Wed, 15 Oct 2008 14:58:56 -0500, Mark Zelden wrote: Yes, but don't be fooled by the IEASYS list specifying only 1 suffix if it isn't 00. The last time I checked,

Observations and Questions About Our Platform

2008-10-16 Thread Eric Bielefeld
Something hit me today after I called the IBM Support Center today. If I remember correctly, the first question is: is this a Lenova product or something else. Then they give a whole bunch of options, none of which is their bread and butter product - z/OS. Finally, you reply all other

Re: Finding the correct IEASYSxx member

2008-10-16 Thread Tom Marchant
On Wed, 15 Oct 2008 23:51:40 -0400, Robert A. Rosenberg wrote: I think the problem is that there is no EXPLICATE statement that the Parameters in IEASYS00 are always used but if the Parameter is listed in another IEASYSxx that will OVERIDE the IEASYS00 version. Perhaps you didn't see

Re: Acessing LDAP data on other servers from z/OS

2008-10-16 Thread Bryan Klimek
Here is a simple rexx program using the GLDSRCH command. This of course assumes that the RACFID is part of the LDAP structure you wish to query. /* Rexx */

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread R.S.
John McKown wrote: [...] Of course, this still does not address the horrendous cost of software for the z, especially z/OS. Yes :-( Comparing a z penguin farm (Linux) to an Intel penguin farm, the z would almost always win. [...] No. BTDT. It depends on requirements for HW quality. Intel

Re: question about Oracle on the mainframe

2008-10-16 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of R.S. David Crayford wrote: [...] 15 years ago I worked on one of the first mainframe DB2 data warehouse systems in the UK. We used SP2 AIX boxes for the mining, and they were very quick back then. I suppose it

Shared PARMLIB placement

2008-10-16 Thread Chase, John
Hi, All, Are there any compelling reasons to place a shared PARMLIB on a volume that holds a sysplex couple dataset? Are there any compelling reasons NOT to place it there? Please expound a little for answers other than No. TIA, -jc-

Re: question about Oracle on the mainframe

2008-10-16 Thread David Crayford
John McKown wrote: Are you aware that Oracle on z/OS is functionally stabilized at release 10? I.e. the newer Oracle releases will not be ported to run under z/OS at all. As of right now, release 10 remains supported on z/OS. As another said, I've read of a number of z/Linux users using Oracle

Re: D/T2098 PROCESSOR ?

2008-10-16 Thread Tom Marchant
On Thu, 16 Oct 2008 07:57:58 -0500, John McKown wrote: On Thu, 16 Oct 2008 03:46:20 -0500, Roger Bowler [EMAIL PROTECTED] wrote: Mark Zelden wrote: APAR Identifier .. IO09096 Last Changed 08/10/13 EREP SUPPORT NEW FUNCTION EREP NEEDS TO SUPPORT NEW EREP RECORD FOR D/T2098

Re: How to insert records using EXECIO

2008-10-16 Thread Veilleux, Jon L
You are right. You should always have a back up plan. I was answering his basic question not thinking about preventing disasters. That being said, if you really need to protect the file maybe REXX EXECIO isn't the best solution Jon Jon L. Veilleux [EMAIL PROTECTED] (860) 636-2683

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 15:57:32 +0200, R.S. [EMAIL PROTECTED] wrote: John McKown wrote: [...] Of course, this still does not address the horrendous cost of software for the z, especially z/OS. Yes :-( Comparing a z penguin farm (Linux) to an Intel penguin farm, the z would almost always win.

SDF II

2008-10-16 Thread Vern Mascall
When I initiate SDF II I get the following error msgs: SDF2INV: ISPF rc=20 - LIBDEF ISPTLIB DATASET ID(ISPF.ISPPROF 'SDF2.V1R4M0.SDGITBEU') SDF2INV: ISPF rc=20 - LIBDEF ISPTABL DATASET ID(ISPF.ISPPROF) Anyone know where to find out what the RC=20 means ? Cheers, Vern.

One Pack Rescue System

2008-10-16 Thread Rabbe, Luke
I'm creating one for the first time. We have procedures in-house that are very similar (if not exact) to Mark Zelden's. I was just wondering if there's a Redbook or official IBM procedures for creating a one pack rescue system. Or are Mark's the standard? Thank you, Luke Rabbe

Re: MSU in z10

2008-10-16 Thread R.S.
Gentlemen, I stand corrected - it is 90%, without approx. However my question concerned z10 machine - does the .9 factor apply or not (and is it really .9 not other value). As I understand Ted's response - 2xyes: yes, z10 has the factor and yes it is .9 Thank you for your help regards --

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Rich Smrcina
Paul Gilmartin wrote: Is OpenSolaris for z eligible for IFL? I don't expect OpenSolaris is tied to the underlying processor, except for architecture level. So IFL or standard processor, it shouldn't matter. -- Rich Smrcina VM Assist, Inc. Phone: 414-491-6001 Ans Service: 360-715-2467

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Rich Smrcina
John McKown wrote: Thanks for the correction. But, from your comments, I would take it that the System z is simply not worth using, except for z/OS (maybe z/VSE) legacy work. If this is true, then I see no reason why any company would get a z for new work. And, if a company could move its

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Ken Porowski
Look at licensing costs for Oracle (and other products licensed per CPU). Last I heard was around $40K per CPU. If I can replace 4-5 Intel servers with a single IFL software costs alone generate savings. The larger question is can IFL/z/VM compete with Intel/Vmware (or equivalent) when ALL

Re: Tiered storage and FATA drives

2008-10-16 Thread Marc Van Hoof
The 16K blocksize is an HSM limitation on writing data to a tapedrive. We do have drives (STK 9840C) that can transfer 30 (uncompressed) to 70 Mb/s (compressed). In practice we see HSM putting 500 I/0’s sec / 7,8MB/sec on a drive. Remote over an distance of 40 Km over DWDM it is less 360 I/O’s

Re: How to insert records using EXECIO

2008-10-16 Thread Lizette Koehler
Depending on the number of records in the input file, EXECIO may not be the most efficient way to do this. But you could create a new file with the new lines in it and then use something like IEBGENER later in the REXX to mod the data from the original file into the new file. The reason to do it

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 09:52:24 -0500, Rich Smrcina [EMAIL PROTECTED] wrote: Paul Gilmartin wrote: Is OpenSolaris for z eligible for IFL? I don't expect OpenSolaris is tied to the underlying processor, except for architecture level. So IFL or standard processor, it shouldn't matter. -- Rich

Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Paul Gilmartin
On Thu, 16 Oct 2008 08:26:44 -0500, John McKown wrote: Also, z/VM still makes VMWare look sick and immature. Understood. But is this because z/VM does a superior job of providing virtual images of the underlying hardware, or because z/VM provides images of an architecture superior to that

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Rich Smrcina
Ken Porowski wrote: Look at licensing costs for Oracle (and other products licensed per CPU). Last I heard was around $40K per CPU. If I can replace 4-5 Intel servers with a single IFL software costs alone generate savings. The larger question is can IFL/z/VM compete with Intel/Vmware (or

Re: D/T2098 PROCESSOR ?

2008-10-16 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Tom Marchant On Thu, 16 Oct 2008 07:57:58 -0500, John McKown wrote: [ snip ] Perhaps something to go into the niche which was supported by the Flex-ES system? In that case, some sort of internal DASD would be

Re: Shared PARMLIB placement

2008-10-16 Thread Mark Zelden
On Thu, 16 Oct 2008 09:15:07 -0500, Chase, John [EMAIL PROTECTED] wrote: Hi, All, Are there any compelling reasons to place a shared PARMLIB on a volume that holds a sysplex couple dataset? NO. Are there any compelling reasons NOT to place it there? Probably not. But the recommendation is

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 09:55:25 -0500, Rich Smrcina [EMAIL PROTECTED] wrote: John McKown wrote: Thanks for the correction. But, from your comments, I would take it that the System z is simply not worth using, except for z/OS (maybe z/VSE) legacy work. If this is true, then I see no reason why

Re: Tiered storage and FATA drives

2008-10-16 Thread Ron Hawkins
Marc, You may want to talk to SUN about using virtualization to host ML1 and ML2 on large capacity SATA drives in rack and stack storage. There's a whitepaper that discusses this here http://www.hds.com/assets/pdf/wp_204_tiered_storage_for_mainframes.pdf. Ron -Original Message- From:

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Ken Porowski
I'm sure there are. I do not have any IFL's (yet). I was just trying to point out that hardware/environmental cost comparisons do not present the whole picture. There have been several presentations at SHARE and EXPO from companies realizing significant savings implementing Linux on z. The

Re: Acessing LDAP data on other servers from z/OS

2008-10-16 Thread Lou, Jim
Hello, I have LDAP running on z/os 1.9. It has both secure and non-secure interfaces. The following shows the jcl that I use as a client to the LDAP which is talking to RACF //LDAPSRCH EXEC PGM=IKJEFT01,DYNAMNBR=50,REGION=2048K //ENVVARDD

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Ken Porowski
I thought the z10 4.4GHz chips were the answer to the CPU intensive issue (but probably not all). Ken -Original Message- John McKown snip I still think that z/Linux under z/VM will outperform non-CPU, high I/O intensive, workloads better than Linux/Intel. I've had some people indicate

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin On Thu, 16 Oct 2008 08:26:44 -0500, John McKown wrote: Also, z/VM still makes VMWare look sick and immature. Understood. But is this because z/VM does a superior job of providing virtual images

Re: question about Oracle on the mainframe

2008-10-16 Thread Rich Smrcina
R.S. wrote: David Crayford wrote: [...] SAP Business Suite is the same, no longer being ported to z/OS. It seems that z/Linux is becoming a very strategic platform for both vendors and IBM. Or mainframe is less strategic for both... (justification: it seems to be cheaper to use AIX on

Default class for JES2 SYSOUT

2008-10-16 Thread Sally Mason
Please can someone tell me if SYSOUT=A is always the default class for SYSOUT in JES2, or if this is something that can be changed somewhere. Also if it can be set, which parameter it is. I have tried looking in the JES2 and MVS manuals but haven't been able to find the answer. We generally

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Rich Smrcina
Ken Porowski wrote: I thought the z10 4.4GHz chips were the answer to the CPU intensive issue (but probably not all). Ken It's significantly better than it was previously. More CPU intensive workloads can run on the z10 EC than could have run on the z9 EC. You still need to make sure

Business Continuity Exercise aka DRE

2008-10-16 Thread Donnelly, John P
..just curious...what is frequency and duration of an exercise? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at

Re: Business Continuity Exercise aka DRE

2008-10-16 Thread Mark Jacobs
Donnelly, John P wrote: ..just curious...what is frequency and duration of an exercise? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO

Re: Virtual

2008-10-16 Thread Rich Smrcina
Chase, John wrote: Does VMWare run on bare metal yet? Well, I guess that depends upon your definition of 'bare metal'. (What is 'is'?) For a very long time VMWare would install a modified pretty barebones RH Linux and VMWare on top of that. From there you could create/install virtual

Re: Business Continuity Exercise aka DRE

2008-10-16 Thread Field, Alan C.
It depends on your organization. One of our datacenters does a 72 hour one once a year, the other does an 80 hour one once a year. At one time we used to do two 40 hour ones twice a year (if I remember right. We switched to 80 hour when we couldn't get everything done in the 40 hours).

Re: Default class for JES2 SYSOUT

2008-10-16 Thread Mark Zelden
On Thu, 16 Oct 2008 10:16:39 -0500, Sally Mason [EMAIL PROTECTED] wrote: Please can someone tell me if SYSOUT=A is always the default class for SYSOUT in JES2, or if this is something that can be changed somewhere. Also if it can be set, which parameter it is. I have tried looking in the JES2

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Tom Marchant
On Thu, 16 Oct 2008 10:09:49 -0500, John McKown wrote: I've had some people indicate that the enterprise level Intel servers can approach the z's I/O rate. But I am unsure. I think they are dreaming. Sure, they can support Fibre Channel, but how many of them? Certainly not hundreds. The

Re: Default class for JES2 SYSOUT

2008-10-16 Thread Mark Zelden
On Thu, 16 Oct 2008 10:40:03 -0500, Mark Zelden [EMAIL PROTECTED] wrote: On Thu, 16 Oct 2008 10:16:39 -0500, Sally Mason [EMAIL PROTECTED] wrote: Please can someone tell me if SYSOUT=A is always the default class for SYSOUT in JES2, or if this is something that can be changed somewhere. Also if

Re: Virtual

2008-10-16 Thread Anne Lynn Wheeler
The following message is a courtesy copy of an article that has been posted to bit.listserv.ibm-main as well. [EMAIL PROTECTED] (Paul Gilmartin) writes: Understood. But is this because z/VM does a superior job of providing virtual images of the underlying hardware, or because z/VM provides

Re: Finding the correct IEASYSxx member

2008-10-16 Thread Santosh Kandi
So is there a diplay command to list all the IEASYSXX parms that were picked during IPL time? Thanks, Santosh -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message:

Re: Shared PARMLIB placement

2008-10-16 Thread Skip Robinson
I would make a stronger case for *not* putting *anything* but couple data sets on a designated volume. Even apparently benign files can cause a problem. For example, your PARMLIB runs out of space and needs to be compressed. You don't want to run IEBCOPY against that volume. Even if the PARMLIB

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Scott Ford
Guys , I work on Flex-ES - z/OS 1.9 and its great of course we don't do 100,000 transactions a day on CICS or DB2, we develop software using TCPIP. I can't complain at all. It fits our purpose, which is the key Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Natarajan Mohan
The talk in z series expo is; it would be a z10 BC Natarajan NOTICE OF CONFIDENTIALITY The information contained in this communication, including but not limited to any accompanying document(s) and/or attachment(s), is privileged and confidential and is intended solely for the above-named

publibz is DOWN

2008-10-16 Thread John McKown
Got this from the CICS list: From a note from an IBMer: I've just been informed that the Boulder servers that run our information centers are down at the moment. The support teams are working on the problem and hope to resolve it soon. Apologies to those of you who have been trying to use our

Message ICE099A ... Need Help

2008-10-16 Thread Howard Rifkind
I got the message below while trying to perform a sort. The Sortin concatenation is below. Does this look correct and if not what's wrong with it? Thanks. ICE099A 0 BLDL FAILED FOR SORTIN DATA SET ICE751I 1 D8-Q83041 D4-Q84357 E8-Q95214 //SORT EXEC PGM=SORT,REGION=4096K

Audible alarms on SMCS consoles?

2008-10-16 Thread David Andrews
It occurred to me today that I've never heard a 3270 audible alarm on any TN3270 session in my shop. I went looking around and discovered that Zephyr Passport (the prevalent TN3270 client here) supports bell and custom alarm WAVfiles. It isn't obvious whether x3270 supports audible alarms. I'm

Re: Message ICE099A ... Need Help

2008-10-16 Thread Jack Kelly
Really sounds like one of the members in SORTIN doesn't exist. I'm sure Mr. Sort will tell you which concat memeber is missing. Jack Kelly 202-502-2390 (Office) -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: publibz is DOWN

2008-10-16 Thread Scott Ford
Thanks John... I found out the hard way, tried it and it failed, but figured it was down... Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or

Re: Message ICE099A ... Need Help

2008-10-16 Thread Scott Ford
Howard, Are all your SORTS failing or just the one below ?? Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you

Re: Audible alarms on SMCS consoles?

2008-10-16 Thread Rich Smrcina
David Andrews wrote: It occurred to me today that I've never heard a 3270 audible alarm on any TN3270 session in my shop. I went looking around and discovered that Zephyr Passport (the prevalent TN3270 client here) supports bell and custom alarm WAVfiles. It isn't obvious whether x3270

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Bruno Sugliani
On Thu, 16 Oct 2008 10:21:15 -0500, Chase, John [EMAIL PROTECTED] wrote: Does VMWare run on bare metal yet? Yes since quite some time And it is an Hypervisor with some extremely sophisticated features ( drag and drop of a partition from one machine to another )

Re: Message ICE099A ... Need Help

2008-10-16 Thread Lizette Koehler
Howard ICE099A BLDL FAILED FOR ddname DATA SET Explanation: Critical. An error was detected during member verification when the identified data set was defined as a member of a partitioned data set or a PDSE. The BLDL system function was used for verification. The most likely cause is that the

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 12:02:54 -0500, Bruno Sugliani [EMAIL PROTECTED] wrote: On Thu, 16 Oct 2008 10:21:15 -0500, Chase, John [EMAIL PROTECTED] wrote: Does VMWare run on bare metal yet? Yes since quite some time And it is an Hypervisor with some extremely sophisticated features ( drag and drop

Re: Shared PARMLIB placement

2008-10-16 Thread Ted MacNEIL
Are there any compelling reasons to place a shared PARMLIB on a volume that holds a sysplex couple dataset? Are there any compelling reasons NOT to place it there? I/O contention with the CDS is not a good thing. At the price of DASD today, why not keep them separate, and avoid trouble? - Too

Re: Message ICE099A ... Need Help

2008-10-16 Thread Gray, Larry - Larry A
As a guess T21CICS and TCECBLK don't exist anymore. Did you generate this new, or copy old JCL? Larry Gray -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message:

Re: Business Continuity Exercise aka DRE

2008-10-16 Thread Kelman, Tom
Donnelly, John P wrote: ..just curious...what is frequency and duration of an exercise? Mark Jacobs wrote: How much money do you want to spend? We perform ours twice a year, 48 hours each test. We do the basically the same for our general test. However, we have some

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Rich Smrcina
John McKown wrote: That is something that I thought was very interesting. It is not as necessary on a single z. But it would be wonderful if a multi-CEC environment could transparently move a guest from a z/VM on one system to a z/VM on a different system without the necessity of any kind of an

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Ted MacNEIL
The larger question is can IFL/z/VM compete with Intel/Vmware (or equivalent) when ALL costs are considered. According to the Province of Quebec, yes. They converted a couple of years ago. Went from over 100 ORACLE licenses to three (one per IFL). - Too busy driving to stop for gas!

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 17:18:29 +, Ted MacNEIL [EMAIL PROTECTED] wrote: The larger question is can IFL/z/VM compete with Intel/Vmware (or equivalent) when ALL costs are considered. According to the Province of Quebec, yes. They converted a couple of years ago. Went from over 100 ORACLE

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Savor, Tom
Just curiouswhy Oracle over DB2 ?? Is Oracle better ?? Never used Oracle before, only DB2. That is interesting. But I am wondering about so-called Oracle Site Licenses. From what I have been told, we have such a thing. Supposedly, this allows us to have basically unlimited numbers of Oracle

Re: OUTREC - SHORT RECORD

2008-10-16 Thread Ram Balaji
Thank you frank Regards, Ram Balaji.S. (Dying Hard to explore MainFrames) -Original Message- From: Frank Yaeger [EMAIL PROTECTED] To: IBM-MAIN@BAMA.UA.EDU Sent: Wed, 15 Oct 2008 12:42 pm Subject: Re: OUTREC - SHORT RECORD Ram Balaji.S. wrote on 10/15/2008 10:58:33 AM: While

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 12:29:52 -0500, Savor, Tom [EMAIL PROTECTED] wrote: Just curiouswhy Oracle over DB2 ?? Is Oracle better ?? Never used Oracle before, only DB2. That is a long, sad story that I am forbidden to relate. -- John

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Ted MacNEIL
But I am wondering about so-called Oracle Site Licenses. From what I have been told, we have such a thing. Supposedly, this allows us to have basically unlimited numbers of Oracle systems running on any number of cores on any platform. That's how we got Oracle on z/OS. I have never seen a site

Re: Shared PARMLIB placement

2008-10-16 Thread Rick Fochtman
Mt thought would be to place it on a shared catalog volume, since coupling datasets are far more linkly to move around as new ones are formatted and implemented. Also, I *might* be concerned about RESERVE/RELEASE and general I/O levels to the Couple datasets. I would tend to be very leery

Re: One Pack Rescue System

2008-10-16 Thread Rick Fochtman
As far as I'm concerned, Mark's mechanism is THE standard. Saved our butts during the Great Chicago Flood. Rick - Rabbe, Luke wrote: I'm creating one for the first time. We have procedures in-house that are very similar (if not exact) to Mark Zelden's.

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread Jon Brock
Maybe by the last few, but certainly not by his whole body of posts. Radoslaw is a good contributor, and a mainframe guy from way back. He is in the position now, though, of trying to maximize price/performance from a larger standpoint, and that means making decisions based on the data at hand.

Re: IBM PR: System z Announcement Webcast on October 21, 2008

2008-10-16 Thread John McKown
On Thu, 16 Oct 2008 17:36:47 +, Ted MacNEIL [EMAIL PROTECTED] wrote: But I am wondering about so-called Oracle Site Licenses. From what I have been told, we have such a thing. Supposedly, this allows us to have basically unlimited numbers of Oracle systems running on any number of cores on

Re: Message ICE099A ... Need Help

2008-10-16 Thread Rick Fochtman
I have to ask two questions: 1. Why are you specifying DCB attributes? The VTOC entries for the various datasets will provide that information. 2. Have you verified that all the PDS members are actually present? Rick -- Howard Rifkind

Re: Message ICE099A ... Need Help

2008-10-16 Thread Frank Yaeger
Jack Kelly wrote on 10/16/2008 09:59:05 AM: Really sounds like one of the members in SORTIN doesn't exist. I'm sure Mr. Sort will tell you which concat memeber is missing. Yes, I'd agree that the most probable cause is a missing member. But I don't have any way of telling which member it is.

Re: Virtual

2008-10-16 Thread Anne Lynn Wheeler
The following message is a courtesy copy of an article that has been posted to bit.listserv.ibm-main as well. [EMAIL PROTECTED] (John McKown) writes: That is something that I thought was very interesting. It is not as necessary on a single z. But it would be wonderful if a multi-CEC

Re: Virtual (was: IBM PR: System z Announcement ...)

2008-10-16 Thread Thomas Kern
I thought the early prototype of this was the Single-System-Image code written at University of Waterloo back in the early 1980's. I tried to convince management that it would be cheaper to use it to glue together a slew of surplus 4341s than some of the other alternatives. /Tom Kern On Thu, 16

Test mail

2008-10-16 Thread ron thomas
Hi all.. This is a test mail -- 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: Message ICE099A ... Need Help

2008-10-16 Thread Howard Rifkind
Just this one.. Scott Ford [EMAIL PROTECTED] 10/16/2008 1:03 PM Howard, Are all your SORTS failing or just the one below ?? Scott Ford Senior Systems Engineer [p] 678.266.3399 x304[m] 609-346-0399 identityforge.com This message is for the designated recipient only and may contain

Re: Virtual

2008-10-16 Thread Anne Lynn Wheeler
The following message is a courtesy copy of an article that has been posted to bit.listserv.ibm-main as well. [EMAIL PROTECTED] (Thomas Kern) writes: I thought the early prototype of this was the Single-System-Image code written at University of Waterloo back in the early 1980's. I tried to

  1   2   >