Re: need a z890, cheap?

2008-01-18 Thread Jim Elliott [EMAIL PROTECTED]
Not to mention the cost of getting it certified, and the ongoing cost of powering it up. Ouch. And not to mention that the z890 has been withdrawn from marketing (effective Dec 31, 2007) except for LIC (i.e. microcode) updates which are withdrawn effective June 30, 2008. In other words, you

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Dale R. Smith
IIRC, ICKDSF CPVOLUME FORMAT is supposed to set the FMT5 DSCB in the VTOC for a volume to indicate that there is no free space on the volume. The FMT4 DSCB should contain the size of the volume. I'm not sure what DITTO is looking at, but z/OS should be using the FMT5 DSCB. What does a

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Dennis Schaffer
Dale, I hope I don't lose your interest; it will be sometime next week before I can get that information because (1 I can't IPL it due to bad HMC-SE connectivity which occurred last night; the processor is in another city and (2 it will be next week before we get network connectivity for the

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Said, Nick
I had the same problem at my shop a few months ago - new z/VM 5.3 implementation backing up with FDR on z/OS. The problem is a missing dummy VTOC on cylinder 0 that FDR depends on - S213 abend if it doesn't find it. You must format cylinder 0 using CPFMTXA. Just make sure you run an ALLOCATE after

Re: GLOBALV question

2008-01-18 Thread Stracka, James (GTI)
I have no clue which would be faster. Perhaps Kris knows. It does seem that option #2 is easier to code as you only have one substitution variable instead of two for the GET. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of

z/VM z/LINUX Opportunity at BBH

2008-01-18 Thread Ashley George
Interested folks should apply online at http://www.bbh.com Job Title: Senior z/VM Systems Programmer Line of Business: SYSTEMS Location: New Jersey Job Requisition: 012739 At least 5 years experience with z/VM and 3 years experience with z/Linux . This person needs to thoroughly understand how

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Dale R. Smith
The VTOC should start right after the volume label. The first record in the VTOC should be the FMT4 (Format-4) DSCB record. The second record in the VTOC should be the FMT5 (Format-5) DSCB record. Here is a pointer to the layout of the Format-4 DSCB: http://publibz.boulder.ibm.com/cgi-

Re: need a z890, cheap?

2008-01-18 Thread Rob van der Heij
On Jan 18, 2008 4:02 PM, Huegel, Thomas [EMAIL PROTECTED] wrote: Not to mention a cheap IFL engine. Not sure you can really touch that .Isn't it just a single MCM where you have the magic key to use N of them?

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Schuh, Richard
Way back when IBM first started putting dummy VTOCs on devices used by VM and ACP, I pointed out that relying on a Format 5 DSCB that said there was no space was not the correct way to do it. It needs an F1 DSCB that allocates all available space instead. In those days, relying on the F5 alone

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Kris Buelens
DDR TYPE of cyl 0, track0 is still a lot of data. One should know which fields to display. 2008/1/18, Dale R. Smith [EMAIL PROTECTED]: IIRC, ICKDSF CPVOLUME FORMAT is supposed to set the FMT5 DSCB in the VTOC for a volume to indicate that there is no free space on the volume. The FMT4 DSCB

Re: Cross post - FICON defined DS6800 to a Z890

2008-01-18 Thread Edward M. Martin
Hello Everyone, Could be. I can resend offlist to anyone that wants to review my settings. Ed Martin 330-588-4723 ext 40441 -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Mike Walter Sent: Friday, January 18, 2008 4:35 PM To:

Re: Cross post - FICON defined DS6800 to a Z890

2008-01-18 Thread Rich Greenberg
On: Fri, Jan 18, 2008 at 03:34:42PM -0600,Mike Walter Wrote: } I apologize to our Hosts for the size of this email and sending it using } HTML. } I don't know about others, but the HTML boxes I saw were just big, empty } boxes. } } The e-mail was 16,800 bytes in size. But utterly useless. }

DB2 7.5 manuals

2008-01-18 Thread Tom Duerbusch
I take it, from previous posts, that no one has found the new manuals for DB2 7.5. Well, this came as a surprise... We took a log archive, of the inactive log (we do use alternate DB2 logs). To my surprise, it was looking for DTF name ARILALT for the tape. I had ARILARC defined in the ARIDBDB

Re: GLOBALV question

2008-01-18 Thread Horlick, Michael
I am a little confused in the difference between a SETS , for example and a PUTS. My question is really about speed of retrieval. Is it faster searching one group with many variables or have a group for each variable with one variable per group? Thanks, Mike -Original Message-

Re: GLOBALV question

2008-01-18 Thread Schuh, Richard
SETS updates the in-memory variable. PUTS does the same and also writes it to the SESSION GLOBALV file. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Horlick, Michael Sent: Friday, January 18, 2008 10:24 AM

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Alan Altmark
On Friday, 01/18/2008 at 10:49 EST, Said, Nick [EMAIL PROTECTED] wrote: I had the same problem at my shop a few months ago - new z/VM 5.3 implementation backing up with FDR on z/OS. The problem is a missing dummy VTOC on cylinder 0 that FDR depends on - S213 abend if it doesn't find it. You

Re: GLOBALV question

2008-01-18 Thread Kris Buelens
As for the speed: I would bother too much. real gains can be made when you avoid using PUTS or PUTP to set a variable to the value it already has: disk I/O is costly. As mentioned in my first response: with one table name it is possible to set retrieve many variables at once, what is faster.

GLOBALV question

2008-01-18 Thread Horlick, Michael
Greetings, I am trying to create an associative array of some sort that will be preserved across EXEC invocations. I thought the best way of doing this is using the GLOBALV command. I have a list of printers and their IP addresses. For example, printers A, B, C with IP addresses

Re: SHARE Orlando: Chair bear call to arms!

2008-01-18 Thread Bob Neill
Mark, I'm willing to chair anything no one wants, if I'm free. In addtion, particular ones I'd be interested in chairing are: 9115 9124 9233 9202 9126 9118 9122 Bob Neill email: [EMAIL PROTECTED] Phone 919-224-1892T/L678-1892 Phillies in 2008! Mark Boltz [EMAIL PROTECTED] Sent by:

Re: GLOBALV question

2008-01-18 Thread Horlick, Michael
Richard, That's odd. I issue many SETS and the SESSION GLOBALV A file looks fine after. From the book they both seem to append to this file. Mike -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Schuh, Richard Sent: January 18, 2008 1:31

Re: GLOBALV question

2008-01-18 Thread Kris Buelens
Sorry Richard: SET, SETL and PUT write in storage only SETS, SETLS, PUTS write in storage and to SESSION GLOBALV SETP, SETLP, PUTP write in storage and to LASTING GLOBALV SET(L) takes the variable name and its contents from the GLOBALV parameters PUT takes only the variable name(s) from the input

Re: GLOBALV question

2008-01-18 Thread Kris Buelens
When using a single table, it is possible to set/get more than one item in a single GLOBALV call (I don't know if that would be useful for you). GLOBALV SELECT PRT SETS A198.10.10.10 B198.10.10.11 C 198.10.10.12 Faster due to the general rule: ask as much as possible in one call, but

Re: Cross post - FICON defined DS6800 to a Z890

2008-01-18 Thread Jim Bohnsack
I see that often as well. I don't know if it's my mail reader (Thunderbird) or not. Jim Rich Greenberg wrote: On: Fri, Jan 18, 2008 at 03:34:42PM -0600,Mike Walter Wrote: } I apologize to our Hosts for the size of this email and sending it using } HTML. } I don't know about others, but

Re: S213 Abend Backing Up 530RES Using z/OS FDR

2008-01-18 Thread Kris Buelens
Before trying to fix (if required) the packs of your new VM system, use ICKDSK CPVOL FORMAT on a spare pack and see if FDR likes that better. Because, I'd think that when the z/VM 5.3 disks were created at IBM, the same ICKDSF was being used. I also suppose that the process to create the INSTDVD

SHARE Orlando: Chair bear call to arms!

2008-01-18 Thread Mark Boltz
Heya, Interested in fame, glamor, fortune, lots of friends, lots of toys, etc.? Yeah, me neither. But if you want to do a good deed, meet your peers, learn something new and any and all of those, consider chairing a session at the upcoming SHARE in Orlando! It's not hard, and you're gonna