Re: Real device number assignments

2008-05-30 Thread Ken Watson
We always use the same devices numbers across all 8 of our CECs.

Re: Logoff vs. Force

2008-03-26 Thread Ken Watson
Scott: Using SEND to logoff users of the RETRIEVE MODULE like DISKACNT, EREP or OPERSYMP is much cleaner (ie avoids "HCPCRC8084E An IUCV IPRCODE of 02 was encountered during an IUCV SEND function for user DISKACNT".) if you: CP SEND CP userid EXT CP SEND userid END CP SEND CP userid LOGOFF

Re: CA VM:Operator

2008-02-15 Thread Ken Watson
Ken: Linux commands are case sensitive too so I use this EXEC: /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* ITS Test System Support 001206kw */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* LINUXEXEC

Re: Undocumented Messages?

2008-01-25 Thread Ken Watson
Richard: I found them in CP Messages and Codes Version 5 Release 3 GC24-6119-04. Search for HCP2843E -ie exclude the 4th to 6th characters.

Re: Dynamically defining ESCON CTC

2008-01-14 Thread Ken Watson
It seems to me that CUADD=0 is valid when the CHPIDs are DEDICATED. Shimon Lebowitz <[EMAIL PROTECTED]> Sent by: The IBM z/VM Operating System 01/13/2008 08:56 AM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re: Dynamically defining ESCON CTC

Re: Change time/date for a VM guest?

2007-11-14 Thread Ken Watson
Duane: Add OPTION TODENABLE to the guest's CP Directory entry. I doubt if you can use it from a CMS guest but z/OS , Z/VM and VSE guests work.

Re: Cross system Shared File System...

2007-10-30 Thread Ken Watson
It's in SG245164. "Said, Nick" <[EMAIL PROTECTED]> Sent by: The IBM z/VM Operating System 10/30/2007 09:48 AM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re: Cross system Shared File System... -- Information from the mail

Re: How can I find if a user is defined in the directory (without looking!)?

2007-10-25 Thread Ken Watson
Dave: This is an example of how I do that: /* CHKID: Determine if a userid exists */ Parse Source . . exnm . exmsg = '*' exnm':' exerr = exmsg 'ERROR -' Parse UPPER Arg uid . If uid = '' | uid = '?' Then Do Say exmsg 'Determine if a userid exists' Say Say 'Command Format:' exn