Re: service all status ptf

2011-06-01 Thread Steve Harman
That is excellent information, many thanks for the education.  I am still

seeing the problem even though maint has both 190 and 19E linked RO.

I took Alan's advice and opened a ticket.  It's not yet resolved, but the
y
think it involves a product DMS/CMS.  I don't know what the fix will be b
ut
I will update this thread with the outcome.


Applications Programmer/Analyst Jobs in Germany (UNCLASSIFIED)

2011-06-01 Thread Likes, John Mr CIV USA USAREUR
Classification: UNCLASSIFIED
Caveats: NONE





The subject line says it all. We have a couple of applications 
programmer/analyst job openings here in sunny Germany.

http://jobview.usajobs.gov/GetJob.aspx?caller=ftva.aspxOPMControl=2276378








Classification: UNCLASSIFIED
Caveats: NONE




EXECIO DISKW Question

2011-06-01 Thread Sergio Lima

Hello List,
 
We want write a REXX EXEC , that do a Update in place.
Another words, I need, read the record 1 from the file, and then rewrite the 
same record.
Is possible?
 
Thanks,
 
Sergio

Re: service all status ptf

2011-06-01 Thread Chip Davis
That sounds a tad odd to me.  There's nothing (after installation) in 
DMS/CMS that requires R/W access to any of the CMS system disks.


DMS/CMS is/was a great little lightweight 3270 panel application 
builder/manager that was 'way easier to use than ISPF, especially with 
Rexx.  I think it would be fun to reverse-engineer it to use XEDIT 
macros and eliminating its binaries, but there are so many things like 
that on my bucket-list... :-/


-Chip-

On 6/1/11 10:38 Steve Harman said:

That is excellent information, many thanks for the education.  I am still

seeing the problem even though maint has both 190 and 19E linked RO.

I took Alan's advice and opened a ticket.  It's not yet resolved, but the
y
think it involves a product DMS/CMS.  I don't know what the fix will be b
ut
I will update this thread with the outcome.



Re: HMC security (was: zvm directions)

2011-06-01 Thread David Boyes
 The Unified Resource Manager's Storage Administrator function includes
 the
 ability exporting the WWPN configuration and importing an access list
 based on it.  (Sorry, I haven't personally used it, yet, so I can't
 comment further.)

Yes, it can. It's pretty much useless. Trouble is, none of IBM's OTHER storage 
management tools can produce a format that the URM SA function wants to read, 
and vice versa. There also aren't much in the way of APIs to create tools that 
can. Seriously, if the URM is supposed to drive and be driven based on the 
ensemble management stuff, wouldn't it be kinda logical to think that *maybe* 
the other tools FROM THE SAME VENDOR might want to be aware of what it needs 
without having to invent the wheel? 
 
 (HW architects cannot
 solve
 SW availability problems.)

No kidding. Been there, done that. 

I guess I'm seeing one useful thing out of this discussion: IBM talking to the 
zBLC for requirements about interfaces and toolsets gets the rest of us 
products that only the zBLC members -- usually the LARGEST Z sites -- can 
afford to deploy. I think it would be helpful for IBM to talk to people that 
can't deploy products that use large amounts of consulting time about Z 
interfaces and toolsets. I think that would do wonders to help the satisfaction 
and comfort level with these new functions. 


-- db
 


Re: EXECIO DISKW Question

2011-06-01 Thread Chip Davis

Yes, but be careful.  Try:

  EXECIO 1 DISKRU ...

-Chip-

On 6/1/11 14:49 Sergio Lima said:

Hello List,
 
We want write a REXX EXEC , that do a Update in place.
Another words, I need, read the record 1 from the file, and then rewrite 
the same record.

Is possible?
 
Thanks,
 
Sergio


Re: EXECIO DISKW Question

2011-06-01 Thread Alan Altmark
On Wednesday, 06/01/2011 at 10:50 EDT, Sergio Lima 
sergiovm...@hotmail.com wrote:

 We want write a REXX EXEC , that do a Update in place.
 Another words, I need, read the record 1 from the file, and then rewrite 
the 
 same record.
 Is possible?

Yes.  There are a few programming considerations:
1.  If the file is RECFM F, you can change any record you want.
2.  If the file is RECFM V, you can change any record you want.
3.  If you change the LRECL of a record in a RECFM V file, that record 
will become the last record in the file.
4.  If other virtual machines have the disk accessed while you're doing 
this, then you can use filemode number 6 to cause the records to be 
physically rewritten to the same disk location.
5.  Update-in-place using fm6 exposes the file to corruption if the system 
or CMS dies in the middle of a write.

For more information, please read these (sub)sections of Ch. 9 (CMS File 
System) of the CMS Application Development Guide for Assembler
- Replacing Records
- EDF Data Integrity
- Extending the file

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: EXECIO DISKW Question

2011-06-01 Thread Mike Walter
Read up also about FILEMODE 6.

And be sure that the file being updated has RECFM F (fixed record format), 
not RECFM V (variable). 

Once you are satisfied that you have it working, run some performance 
tests comparing: 
- updating that file 
vs 
- reading in the whole file, replacing just that record, and re-writing 
the whole file using CMS Pipelines.  You may be surprised (depending on 
the file size, your disk subsystem, etc.).

Mike Walter
Aon Corporation
The opinions expressed herein are mine alone, not my employer's.



Chip Davis c...@aresti.com 

Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
06/01/2011 10:28 AM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: EXECIO DISKW Question






Yes, but be careful.  Try:

   EXECIO 1 DISKRU ...

-Chip-

On 6/1/11 14:49 Sergio Lima said:
 Hello List,
 
 We want write a REXX EXEC , that do a Update in place.
 Another words, I need, read the record 1 from the file, and then rewrite 

 the same record.
 Is possible?
 
 Thanks,
 
 Sergio






The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 


Re: EXECIO DISKW Question

2011-06-01 Thread David Boyes
  We want write a REXX EXEC , that do a Update in place.
  Another words, I need, read the record 1 from the file, and then
 rewrite
 the
  same record.
  Is possible?

In addition to reading the manuals that Alan suggested, you should look for the 
RXFILEIO package on the VMWorkshop tapes. It provides CMS filesystem I/O 
interfaces that are much more natural REXX function interfaces to the CMS file 
I/O macros. You probably could also use the CMS common I/O routines, but 
they're a lot harder to understand and use. 


Re: Applications Programmer/Analyst Jobs in Germany (UNCLASSIFIED)

2011-06-01 Thread Danny Padilla
Sounds GreatWhats the next step ? 

Regards
Danny Padilla
(310) 468 0203 

 Likes wrote: 
 Classification: UNCLASSIFIED
 Caveats: NONE
 
 
 
 
 
 The subject line says it all. We have a couple of applications 
 programmer/analyst job openings here in sunny Germany.
 
 http://jobview.usajobs.gov/GetJob.aspx?caller=ftva.aspxOPMControl=2276378
 
 
 
 
 
 
 
 
 Classification: UNCLASSIFIED
 Caveats: NONE
 
 


Disabled Wait state not in the CP Messages and Codes Manual

2011-06-01 Thread Davis, Larry (National VM/VSE Capability)
We received this Disabled Wait state from a z10 processor we are trying to IPL 
a zVM 6.1 system that was dumped and restored from an MVS system on to new DASD.

Central processor (CP) 0 in partition LPLH, entered disabled wait state.
The disabled wait program status word (PSW) is 000a000f.
Central storage bytes 0-7 are: 000a000f.

Does anyone know what would cause this Wait state?

Larry Davis
VM Capability
HP Enterprise Services
Tel: +1 813  394 4240
E-mail: larry.dav...@hp.commailto:larry.dav...@hp.com


Re: Disabled Wait state not in the CP Messages and Codes Manual

2011-06-01 Thread Scott Rohling
Take a look at this thread:
http://www.mail-archive.com/ibmvm@listserv.uark.edu/msg34708.html

http://www.mail-archive.com/ibmvm@listserv.uark.edu/msg34708.htmlScott
Rohling

On Wed, Jun 1, 2011 at 11:29 AM, Davis, Larry (National VM/VSE Capability) 
larry.dav...@hp.com wrote:

 We received this Disabled Wait state from a z10 processor we are trying to
 IPL a zVM 6.1 system that was dumped and restored from an MVS system on to
 new DASD.

 Central processor (CP) 0 in partition LPLH, entered disabled wait state.
 The disabled wait program status word (PSW) is 000a000f.
 Central storage bytes 0-7 are: 000a000f.

 Does anyone know what would cause this Wait state?

 Larry Davis
 VM Capability
 HP Enterprise Services
 Tel: +1 813 394 4240
 E-mail: larry.dav...@hp.commailto:larry.dav...@hp.com



Re: Disabled Wait state not in the CP Messages and Codes Manual

2011-06-01 Thread Mr. PC
PS...it's a hardware function, that's why you don't see it in the z/VM
system codes manual.

-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On
Behalf Of Davis, Larry (National VM/VSE Capability)
Sent: Wednesday, June 01, 2011 1:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Disabled Wait state not in the CP Messages and Codes Manual

We received this Disabled Wait state from a z10 processor we are trying to
IPL a zVM 6.1 system that was dumped and restored from an MVS system on to
new DASD.

Central processor (CP) 0 in partition LPLH, entered disabled wait state.
The disabled wait program status word (PSW) is 000a000f.
Central storage bytes 0-7 are: 000a000f.

Does anyone know what would cause this Wait state?

Larry Davis
VM Capability
HP Enterprise Services
Tel: +1 813  394 4240
E-mail: larry.dav...@hp.commailto:larry.dav...@hp.com


Re: Disabled Wait state not in the CP Messages and Codes Manual

2011-06-01 Thread Davis, Larry (National VM/VSE Capability)
No We do not have a VM system over at the new site and we had an MVS system 
Dump the VM volumes from location A and FTP/transfer them to location B where 
an MVS system restored them for us. 

Today we finally got console access and tried to LOAD the volume we thought had 
the SAIPL deck on it. 
This is when we got the Error.
we are trying to reverse the transfer now to see if we can IPL under a VM 
system.


Larry Davis

-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Mr. PC
Sent: Wednesday, June 01, 2011 1:51 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Disabled Wait state not in the CP Messages and Codes Manual

Are you sure you have IPL text on that volume?

-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On
Behalf Of Davis, Larry (National VM/VSE Capability)
Sent: Wednesday, June 01, 2011 1:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Disabled Wait state not in the CP Messages and Codes Manual

We received this Disabled Wait state from a z10 processor we are trying to
IPL a zVM 6.1 system that was dumped and restored from an MVS system on to
new DASD.

Central processor (CP) 0 in partition LPLH, entered disabled wait state.
The disabled wait program status word (PSW) is 000a000f.
Central storage bytes 0-7 are: 000a000f.

Does anyone know what would cause this Wait state?

Larry Davis
VM Capability
HP Enterprise Services
Tel: +1 813  394 4240
E-mail: larry.dav...@hp.commailto:larry.dav...@hp.com


Re: Disabled Wait state not in the CP Messages and Codes Manual

2011-06-01 Thread Davis, Larry (National VM/VSE Capability)
Thanks all I pushed Send to quick and found the same message in the Archive.

Larry Davis


-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf 
Of Mr. PC
Sent: Wednesday, June 01, 2011 1:53 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Disabled Wait state not in the CP Messages and Codes Manual

PS...it's a hardware function, that's why you don't see it in the z/VM
system codes manual.

-Original Message-
From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On
Behalf Of Davis, Larry (National VM/VSE Capability)
Sent: Wednesday, June 01, 2011 1:29 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Disabled Wait state not in the CP Messages and Codes Manual

We received this Disabled Wait state from a z10 processor we are trying to
IPL a zVM 6.1 system that was dumped and restored from an MVS system on to
new DASD.

Central processor (CP) 0 in partition LPLH, entered disabled wait state.
The disabled wait program status word (PSW) is 000a000f.
Central storage bytes 0-7 are: 000a000f.

Does anyone know what would cause this Wait state?

Larry Davis
VM Capability
HP Enterprise Services
Tel: +1 813  394 4240
E-mail: larry.dav...@hp.commailto:larry.dav...@hp.com


Re: Applications Programmer/Analyst Jobs in Germany (UNCLASSIFIED)

2011-06-01 Thread Alan Altmark
On Wednesday, 06/01/2011 at 01:58 EDT, Danny Padilla 
p_enterpri...@cox.net wrote:
 Sounds GreatWhats the next step ?

Have a *PRIVATE* conversation with the OP.  :-)

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott


Re: HMC security (was: zvm directions)

2011-06-01 Thread Alan Altmark
On Wednesday, 06/01/2011 at 11:18 EDT, David Boyes dbo...@sinenomine.net 
wrote:
  The Unified Resource Manager's Storage Administrator function includes
  the
  ability exporting the WWPN configuration and importing an access list
  based on it.  (Sorry, I haven't personally used it, yet, so I can't
  comment further.)
 
 Yes, it can. It's pretty much useless. Trouble is, none of IBM's OTHER 
storage 
 management tools can produce a format that the URM SA function wants to 
read, 
 and vice versa. There also aren't much in the way of APIs to create 
tools that 
 can. Seriously, if the URM is supposed to drive and be driven based on 
the 
 ensemble management stuff, wouldn't it be kinda logical to think that 
*maybe* 
 the other tools FROM THE SAME VENDOR might want to be aware of what it 
needs 
 without having to invent the wheel?

If we wait until everything is fully integrated and interoperable, we'd 
never get the thing out the door.  Step 1: Introduce the product to the 
marketplace.

My only counsel is Watch this space.

 I guess I'm seeing one useful thing out of this discussion: IBM talking 
to the 
 zBLC for requirements about interfaces and toolsets gets the rest of us 
 products that only the zBLC members -- usually the LARGEST Z sites -- 
can 
 afford to deploy. I think it would be helpful for IBM to talk to people 
that 
 can't deploy products that use large amounts of consulting time about Z 
 interfaces and toolsets. I think that would do wonders to help the 
satisfaction 
 and comfort level with these new functions.

Sorry, that's beyond my pay grade.  Folks with concerns on that front 
should arrange to speak with an IBM System z executive.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
mobile; 607.321.7556
alan_altm...@us.ibm.com
IBM Endicott