Re: Impromptu XEDIT Survey

2008-02-20 Thread Chris Langford

On the right so the emulator column indicator = data column.



Huegel, Thomas wrote:


Where does the prefix field belong?
On the left?
or
On the right?



--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


Re: Code after RUNNING status?

2007-09-28 Thread Chris Langford

For Vista I rewrote Tom's  'VSTEXEC' TSO command for VM.
It is available athttp://www.tombrennansoftware.com/other.html   
as VMVISTA VMARC
This allows changing the Window Title (and other options) of the current 
session from  CMS

only if the emulator is VISTA
Then EXEC I use is --

-Start EXEC --
/*  Set Title Bar on Vista Screen */  
parse arg title   
if title='' then do   
  identify (lifo   
  if rc0 then exit rc  
  pull us at sysid . 
  title='VM 'left(userid(),8)' at 'sysid 
end   
'VMVISTA SetOption(General,WindowTitle,'title')'

-End EXEC ---

By changing the Title  sessions are named even when the session is 
minimized.


Chris

Rob van der Heij wrote:

My approach to start the termulator sessions in the same order and
have the most popular sessions always in the same session (and use
Alt-1, Alt-2 to go to the right system). I am using Tom Brennan's
Vista tn3270 which lets me also color the frame and border of the
session. It shows the IP hostname in frame of the window too. And I
use the ID command a lot when jumping through a dozen sessions.

In the past I have also worked with different colors for some of the
output via the CP SCREEN command (like red CP output on the production
systems - as if that were enough to prevent that accidental shutdown).

Rob
..
For: [EMAIL PROTECTED]



  


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com


Re: Scragging a disk

2007-06-13 Thread Chris Langford

Phil Smith III wrote:

The Pipes solution R; provided will do it; I'd still like to understand what 
DDR's whining about, tho...

...phsiii
..
  

The command COPY 1 0 REORDER 0
 says copy beginning at cyl 1  ending at cyl 0, output starts at cyl 0
 

Ending cylinder should be greater or equal to start cylinder else HCP713E 


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com


Re: Historical curiousity question.

2007-03-15 Thread Chris Langford

To support minidisks that already have a VTOC embedded
i.e 'MDISK cuu devt 0 END  volser' 


McKown, John wrote:

This is not important, but I just have to ask this. Does anybody know
why the original designers of VM did not do something for minidisks
akin to a OS/360 VTOC? Actually, it would be more akin to a partition
table on a PC disk. It just seems that it would be easier to maintain
if there was something on the physical disk which contained
information about the minidisks on it. Perhaps with information such as:
start cylinder, end cylinder, owning guest, read password, etc. CP owned
volumes have an allocation map, this seems to me to be an extention of
that concept.

Just curious.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 
..

For: [EMAIL PROTECTED]



  


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com


Re: SPXTAPE alternatives

2007-03-06 Thread Chris Langford

I have a program that will backup to CMS files and restore  all system files
 (NSS, DCSS, IMG, OVERRIDE and NLS)
On a restore, if needed, the  appropriate DEFSEG/DEFSYS is constructed 
based upon

the file to be restored and issued. Restored files may be issued new names.

Documentation is sketchy but if there is interest that can be fixed.



-Original Message-
From: The IBM z/VM Operating System
[mailto:IBMVM@LISTSERV.UARK.EDU mailto:IBMVM@LISTSERV.UARK.EDU] On
Behalf Of Jerry Whitteridge
Sent: Monday, March 05, 2007 13:40
To: IBMVM@LISTSERV.UARK.EDU mailto:IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] SPXTAPE alternatives

I have a z/VM 5.1 system used to host linux guests. I need to move all
the volumes from one ESS to a new ESS (F20 to 800 if it makes a
difference).

I note that the correct way to move the spool and nss/dcss is via
SPXTAPE -- can this be used to write to dasd as I have no tape drives
(or volumes) assigned to the VM LPAR ?

I'm assuming that I would use DDR to move the other mini disk
volumes (
I plan to create new CP_OWNED volumes and use the procedures to
move CF2
to an alternate residence volume to move the VM system
itself.  The plan
then would be then to have different ONLINE_AT_IPL volumes between
CF1
(in use) and CF2 (new).

Am I off base here or is there an easier way of doing this. (I have
access to all the volumes from a z/OS LPAR if that is needed (and I am
more z/OS literate !)

Jerry Whitteridge
Safeway Inc
925 951 4184


MMS safeway.com http://safeway.com made the following
annotations.




--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com


Nostalgia for those who remember 5081s

2006-12-26 Thread Chris Langford

See: http://www.cestrian.com/greet2006.html

--
Chris Langford,
Cestrian Software


Suppressing PER messages

2006-11-01 Thread Chris Langford
Is there a way to suppress the message 'Command Complete' issued by a 
PER CMD?


Example

Issue 'PER DIAG 58 PRINTER CMD DUMP 0.20;BASE3'

sends 'Command Complete' to the console for each DIAG 58 requiring a 
clear key

between each full screen display.

This message in not affected by SET EMSG or SET IMSG

Is there any way to suppress the message ? If not why not?

--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.


Re: Corrupted IPL Record

2006-10-31 Thread Chris Langford

can you post the DDR dump of the corrupted record ?

Schuh, Richard wrote:


Neither one is on the system where the corruption occurred. It is so 
specialized and stable that there is rarely any need to even look at 
the directory, much less update it. We have access to the disks from 
our main VM system, so we allocate new M-disks there using VM:Secure 
and copy the resulting mdisk statements to the small system.  

 


Regards,

Richard Schuh

 



--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.


Re: Diag A8 R15 RC of 3

2006-09-26 Thread Chris Langford

What CC on the DIAG A8 ?
Whats in the CSW (Channel Status Word at int) ?
What's in the sense ?

Ken Vance wrote:


Hi,

We are using DIAG A8, and we are getting a RC of 3.  This does not 
appear to be documented.  We can see a condition code of 3, but not 
the R15 RC of 3.


Has anyone seen documentation for this RC?

 Table 17. DIAGNOSE Code X'A8' Return Codes in the Guest's Register 15  
  with CC=1
 *Condition*
*Code*  
 
	

 *Return* *Code*
*in* *Register*
*15*  
	
 *Status*  
 
 
 1
 
 
 
 
 
 
 
 
 
 
  	 1 (X'01')  
   
   
   
   
   
   
   
   
   
   
	 Device not attached.
 
*Note:*  This indicates that either the device
   has not been logically attached, or  
   that the physical path to the device  
   has been lost. If the physical path  
   to the device has been lost, then
   some portion of the channel program  
   may have been executed. This is  
   because CP may have used multiple
   real channel programs to perform the  
   I/O operation.
 1 	 2 (X'02')   	 Device is not supported.
 1 	 5 (X'05')   	 Device is busy, or has an interrupt pending.




If you receive a *condition code of 3*, this indicates that an 
unrecoverable I/O error occurred or the I/O was terminated at the 
user's request by entering an exigent command. If the I/O error 
resulted in a unit check, then sense data is stored in the sense data 
field and the amount of sense data stored is in the sense data count 
field. Return code 13 is set in the guest's register 15, indicating 
that a permanent I/O error occurred.


Thanks,

Ken Vance
Amadeus 


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.


Re: Updated Community VM Redbook outline posted

2006-08-07 Thread Chris Langford

The problem is that IE ignores the content-type header.

In Windows Help search for - 258452

In which the cause is described as -
'Internet Explorer is RFC compliant, but does not take into account some 
deviations that are allowed within the specification'


Sounds like a fancy way to say the programmers didn't read all the specs.



David Boyes wrote:

Still horked. LOL - I like that word...nice ring to it.



Hmph. The file is fine, and Firefox can retrieve it fine, just not IE. 


For now, download it to local disk (right click and save it) and open it
from there. I'll track down what's going on later this evening, but you can
still get the file to read on the plane. 


***
PLEASE NOTE: This internet email message
has been checked for viruses and appropriate
content to ensure it complies with TABCORP's
electronic communication policy.
***
..
For: [EMAIL PROTECTED]



  


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.


Re: z/VM SVC's documented anywhere ?

2006-05-19 Thread Chris Langford

The SVCs you mention are probably OS SVCs.

19 = OPEN
60= STAE
109= ESPIE


C. Lawrence Perkins wrote:
We're trying to develop a DB2/VM to DB2/UDB application on Linux system = 


using the DRDA protocol.  We're getting a lot of unsupported SVC messag=
es 
from our application code.


Is there any documentation of the z/VM SVC's and what each does?  202 is = 

the Star, of course, but are the others documented anywhere?  Our 
applications are having problems with 109, 60, and 19 among others.


Thanks.
..
For: [EMAIL PROTECTED]



  


--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc. 


z/FM  - A toolbox for VM  MVS at http://zfm.cestrian.com
Deva Woodcrafting:
Furniture creation, House remodeling, Wagon restoration etc.