Questions on RSCS and LINUX users

2009-10-15 Thread Florian Bilek
Dear all, I wonder if there is a way that would allow to address a specific LINUX userid on an LINUX guest under z/VM by RSCS. To my understanding it is possible to address a system and a user from external system (such as z/OS) that would result in a z/VM system id and a VM user/guest running

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Kris Buelens
You could also let the Linux user extract other spool information of the reader file, such as: CLASS, FORM, DEST and DIST. Much easier to set that than insert other things in the NETDATA header. 2009/10/15 Florian Bilek florian.bi...@gmail.com Dear all, I wonder if there is a way that would

CMS module from assembler

2009-10-15 Thread Rothman, Peter
I am trying to modify an old (1996) assembler program called RXTPFCF that basically does a lot of VMCF stuff. The program is nucxloaded and then executed from an exec - EG: 6 *-* x=tpfcf('AUTH', 'VISIPCT1') Once I have changed the program and regenned the module I get

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Richard Troth
I have some code in the POSIX flavor of 'sendfile' that can extract NETDATA. Will hafta dig that out. Punching tarballs is another great way to convey metadata along with the content. On 2009-10-15, Kris Buelens kris.buel...@gmail.com wrote: You could also let the Linux user extract

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Florian Bilek
Richard, would be great if you could find the code and share it with me. Kind regards, Florian On Thu, 15 Oct 2009 07:29:54 -0400, Richard Troth vmcow...@gmail.com wr ote: I have some code in the POSIX flavor of 'sendfile' that can extract NETDATA. Will hafta dig that out. Punching

Re: DIAG 0

2009-10-15 Thread Gentry, Stephen
Richard, Johnathan, thanks for the reply. That's what I was looking for. Steve From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Schuh, Richard Sent: Wednesday, October 14, 2009 7:24 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: DIAG 0 Try looking here

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Florian Bilek
Kris, When DEST will be extractable, that would be perfect. Thank you. Kind regards, Florian

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Richard Troth
[Now that I am at the office and have a proper keyboard.] To do what you're asking, you really need to get the Linux system joined with the RSCS network. Sine Nomine has an implementation of NJE for Unix/POSIX that is reported to work well on Linux. Meanwhile ... not knowing the details of your

Re: Questions on RSCS and LINUX users

2009-10-15 Thread Kris Buelens
Exeute the Q RDR spid PSF CP command from Linux and intercept the response. 2009/10/15 Florian Bilek florian.bi...@gmail.com Kris, When DEST will be extractable, that would be perfect. Thank you. Kind regards, Florian -- Kris Buelens, IBM Belgium, VM customer support

Re: CMS module from assembler

2009-10-15 Thread Ray Mansell
You didn't mention how you generated your new module, but if it needs to run as a nucleus extension then you at least need to use the RLD option on the LOAD command: load rxtpcf ( rld genmod rxtpcf Ray Mansell Rothman, Peter wrote: What is the 'special' way of genning the module?

Re: CMS module from assembler

2009-10-15 Thread Rothman, Peter
I did have the RLD option but my problem was with the AMODE and RMODE - I needed to specify ANY. Also, the 'RX' prefix is explain in the REXX Reference. Thanks to Mike Cifelli at IBM for this information. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Ray

Re: Which vm software to use?

2009-10-15 Thread Mary Zervos
Hello Kris, I was wondering if you could help us a bit more with your Pipe knowledge. We've used a portion of your idea below to obtain the information our professor needs (see our exec that I've attached). The professor now wants (asap of course) to add a timestamp (CP Q T) for *each* ind

Re: Daylight Saving Time change

2009-10-15 Thread Shimon Lebowitz
Can you explain where this Hints and Tips is? I told our VSE guy about the AR command, and he said he looked through all the manuals and there is no such animal. Thanks, Shimon Original message Date:   Wed, 14 Oct 2009 16:07:26 -0400 From:   Edward M Martin emar...@aultman.com

Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
We have a need to be able to access files on a Linux system from CMS in a different LPAR. Never having done this, the specifics of how to do it are a mystery waiting to be solved. What are the steps that need be done in order to accomplish this? Is there a procedure for doing it documented

Re: Daylight Saving Time change

2009-10-15 Thread Roland P. Chung
I found it in here:   ftp://ftp.software.ibm.com/eserver/zseries/zos/vse/pdf3/zvse41/hint9mm2.pdf   Rolly   Oh, BTW, any one has the time change dates for 2009 - 201x? TIA. --- On Thu, 10/15/09, Shimon Lebowitz shim...@iname.com wrote: From: Shimon Lebowitz shim...@iname.com Subject: Re:

Re: Which vm software to use?

2009-10-15 Thread Schuh, Richard
If you CP TERM TIMESTMP ON in your PROFILE, all lines will be timestamped without having to modify your program. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Mary Zervos Sent: Thursday, October 15,

Re: Access Linux Files From CMS

2009-10-15 Thread Thomas Kern
If you have access to the drives from your z/VM LPAR, there is a package from Sine Nomine called E2CMD (?) that lets you manipulate EXT2 filesyste ms. The current exec (E2SH) needs the disk to be in read/write mode, but I th ink that could be fixed so that you could use the disk in read-only mode.

Re: Daylight Saving Time change

2009-10-15 Thread Henry, Bob
You can also find it here along with other useful doc. http://www-03.ibm.com/servers/eserver/zseries/zvse/documentation/#hints -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Shimon Lebowitz Sent: Thursday, October 15, 2009 11:10 AM

DST and CICS journaling

2009-10-15 Thread Shimon Lebowitz
Here in Israel we have already changed our clocks back, but I need to understand a bit more about how CICS journaling works with time changes. Until now, we have always had our hardware on local time. (As you may guess, the Israel Police Dept. is not exactly a multinational globe-spanning

Re: Access Linux Files From CMS

2009-10-15 Thread Dave Jones
Hi, Richard. I believe the approach I would take would be to start an NFS server on the Linux side and use CMS's NFS client to access the Linux files.both read and write access are supported. Does that meet your needs? Schuh, Richard wrote: We have a need to be able to access files on

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
The dasd is not shared. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Thomas Kern Sent: Thursday, October 15, 2009 8:39 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Access Linux Files From CMS If

Re: Daylight Saving Time change

2009-10-15 Thread Mike Walter
...Rolly Oh, BTW, any one has the time change dates for 2009 - 201x? TIA. Run the TZDATES EXEC pasted below. Mike Walter Hewitt Associates The opinions expressed herein are mine alone, not my employer's. /* Prolog; See Epilog for additional information * Exec Name -

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
It might, I will have to check with the people needing the access and those protecting the Linux data. Write access is not desirable. I presume that this is easily controlled on the Linux side using permissions. Regards, Richard Schuh -Original Message- From: The IBM z/VM

Re: Daylight Saving Time change

2009-10-15 Thread Dave Jones
Hi, Rolly. Here's a table of the upcoming DST changes for the USA: YearDST Begins 2 a.m. DST Ends 2 a.m. (Second Sunday in March) (First Sunday in November) 2007 March 11 November 4 2008 March 9 November 2 2009 March 8

Hillgang meeting

2009-10-15 Thread Neale Ferguson
The next Hillgang meeting will take place on Wednesday October 21 at CA¹s office in Herndon Va. The details may be found here: http://www.vm.ibm.com/events/hill1020.pdf

DIRMAINT Help Please

2009-10-15 Thread Wandschneider, Scott
I have managed to break DIRMAINT. When DIRMAINT starts it goes into a loop, repeating the following: FPLDSR146E File FTPSRV02 DIRMPART E1 does not exist FPLMSG002I ... Processing callpipe (name GETfile stagesep + escape ) FTPSR FPLMSG004I ... Issued

Re: Daylight Saving Time change

2009-10-15 Thread Jim Bohnsack
Here are the dates I have coded in my SYSTEM CONFIG thru 2012. Jim Timezone_boundary on 2009-03-08 at 02:00:00 to EDT Timezone_boundary on 2009-11-01 at 02:00:00 to EST Timezone_boundary on 2010-03-14 at 02:00:00 to EDT Timezone_boundary on 2010-11-07 at 02:00:00 to EST

Re: Daylight Saving Time change

2009-10-15 Thread Roland P. Chung
Thanks a lot Mike. Works wonder. Here is my contribution: 2 files based on EST and EDT for VM VSE.   Rolly --- On Thu, 10/15/09, Mike Walter mike.wal...@hewitt.com wrote: From: Mike Walter mike.wal...@hewitt.com Subject: Re: Daylight Saving Time change To: IBMVM@LISTSERV.UARK.EDU

Automatic recovery from virtual machine abend

2009-10-15 Thread Quay, Jonathan (IHG)
I have an infinitely running WAKEUP type exec that drives various function. If something abends, I want the profile exec redriven. SET CONCEAL is not enough since I'm dropped in to VM Read and not CP Read. I thought there was a setting somewhere, but I can't find it.

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Schuh, Richard
Will setting TRAPMSG (CMS SET command) do the trick for you? Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Quay, Jonathan (IHG) Sent: Thursday, October 15, 2009 9:26 AM To: IBMVM@LISTSERV.UARK.EDU

Re: Access Linux Files From CMS

2009-10-15 Thread Richard Troth
Let me second what Dave Jones said: try the CMS NFS client. If you're using CMS to manage Linux guests, it's a really handy tool. For example, consider that Linux is running NFS to share a directory called /export/stuff. You could: openvm mount /../VMBFS:VMSYS:ROOT/ / openvm

Re: Daylight Saving Time change

2009-10-15 Thread Billy R. Bingham
Roland, You're an optimistic guy. Dates to 2041 :) Billy Roland P. Chung roland.ch...@rogers.com wrote: Thanks a lot Mike. Works wonder. Here is my contribution: 2 files based on EST and EDT for VM VSE.   Rolly --- On Thu, 10/15/09, Mike Walter mike.wal...@hewitt.com wrote:

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
Since this is simply to read files, is it necessary to give the BFS filespace any space, or can it be enrolled with BLKS 0? Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Richard Troth Sent:

Re: Daylight Saving Time change

2009-10-15 Thread Shimon Lebowitz
I found it in here:   ftp://ftp.software.ibm.com/eserver/zseries/zos/vse/pdf3/zvse41/hint9mm2.pdf   Thanks Rolly and Bob! -- Shimon Lebowitzmailto:shim...@iname.com VM System Programmer .

Re: Access Linux Files From CMS

2009-10-15 Thread Richard Troth
Give it at least a meg. The directories will take some tiny amount of space. Really, there's no reason to NOT install the shell and utilities, though you can get by without them if all you're running now is the CMS NFS client. (You would not have the 'mkdir' command, but you could still 'openvm

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Quay, Jonathan (IHG)
TRAPMSG (STOP dutifully drops the virtual machine into CP Read, but CONCEAL does nothing at that point. PMR time? -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Schuh, Richard Sent: Thursday, October 15, 2009 12:40 PM To:

Re: Daylight Saving Time change

2009-10-15 Thread Shimon Lebowitz
Hey! You managed to get attachments thru! From: Roland P. Chung roland.ch...@rogers.com Subject: Re: Daylight Saving Time change To: IBMVM@LISTSERV.UARK.EDU Thanks a lot Mike. Works wonder. Here is my contribution: 2 files based on EST and EDT for VM VSE. ...Rolly

Re: Questions on RSCS and LINUX users

2009-10-15 Thread David Boyes
Yes. We implemented a complete NJE stack that provides the same function as RSCS (in fact, can replace RSCS with the exception of 3278 printers). Contact me offlist. --d b From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Florian Bilek Sent: Thursday, October

Re: Access Linux Files From CMS

2009-10-15 Thread David Boyes
Use the CMS NFS client. Docs in the VM TCP manuals. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Schuh, Richard Sent: Thursday, October 15, 2009 11:29 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Access Linux Files From CMS We have a need to be able to access

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Schuh, Richard
Can you use TRAPMSG to issue an IPL command. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Quay, Jonathan (IHG) Sent: Thursday, October 15, 2009 10:04 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re:

Re: Daylight Saving Time change

2009-10-15 Thread Frank M. Ramaekers
I have a little VM REXX program that will generate either the VM or VSE statements for the next 5 years: Timezone_Boundary on 2009-11-01 at 02:00:00 to CST Timezone_Boundary on 2010-03-14 at 02:00:00 to CDT Timezone_Boundary on 2010-11-07 at 02:00:00 to CST Timezone_Boundary on 2011-03-13 at

Re: Access Linux Files From CMS

2009-10-15 Thread Gentry, Stephen
I'd like to mention a caveat. It's been my experience that NFS and BFS aren't the fast thing running. It's ok for small files but for big files, like 2 or 3 gig and above, it is painfully slow. We looked at off loading some file backup processing from our open systems to VM and copying the files

Re: Access Linux Files From CMS

2009-10-15 Thread Richard Troth
Agreed. And it's not just a BFS or OpenVM thing, it is the nature of NFS: not best for bulk transfer. For bulk transfer, you can use FTP (pleh!) directly to/from CMS or you can rsync or scp with a Linux guest which plays PUN/RDR with CMS land. -- R; On Thu, Oct 15, 2009 at 12:56, Gentry,

PERFKIT: CPU usage by time intervals

2009-10-15 Thread Shimon Lebowitz
Hi, Is there any way in batch PERFKIT to get a report that shows CPU usage broken down by periods? I tried to do an INTERIM CPU and got: FCXPRT374E INTERIM period not available for CPU Thanks, Shimon -- Shimon Lebowitz

Re: Access Linux Files From CMS

2009-10-15 Thread Kris Buelens
Once you start using BFS and NFS, have a look at my BFSLIST tool from the VM download library. It gives a FILELIST-like interface. 2009/10/15 David Boyes dbo...@sinenomine.net Use the CMS NFS client. Docs in the VM TCP manuals. *From:* The IBM z/VM Operating System

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
Thanks for the tip. What we are talking about at the current time is 100-200 small files (KB, not GB or even MB) per week, so performance will probably not be a factor. If it is necessary to do any bulk transfers, we will probably use VMFTP. Regards, Richard Schuh -Original

Re: DIRMAINT Help Please

2009-10-15 Thread Kris Buelens
If you can afford going back to the state of USER BACKUP (built every night by DIRMAINT), I'd consider that: rename it to USER INPUT, store in on the right place (that I don't know by heart, probably where you find USER DIRECT) and ERASE USER DIRECT, then restart DIRMAINT 2009/10/15

Re: Daylight Saving Time change

2009-10-15 Thread Roland P. Chung
Ya. In .TXT format. That is the trick. ;o)   Rolly --- On Thu, 10/15/09, Shimon Lebowitz shim...@iname.com wrote: From: Shimon Lebowitz shim...@iname.com Subject: Re: Daylight Saving Time change To: IBMVM@LISTSERV.UARK.EDU Received: Thursday, October 15, 2009, 5:16 PM Hey! You managed to

Re: Which vm software to use?

2009-10-15 Thread Kris Buelens
Not true: With TERM TIMESTAMP ON the messages written to the console (and the SPOOL CON START) get the timestamp, not the response trapped by PIPE, EXECIO and co. This will do: '|CP', /* Execute command */ '| insert /'time()'/', '|' today 'INDUSER A' 2009/10/15 Schuh,

Re: DIRMAINT Help Please

2009-10-15 Thread Scott Rohling
That would be the DIRMAINT 1DF disk.. the USER BACKUP is on 1DB... Scott On Thu, Oct 15, 2009 at 12:13 PM, Kris Buelens kris.buel...@gmail.comwrote: If you can afford going back to the state of USER BACKUP (built every night by DIRMAINT), I'd consider that: rename it to USER INPUT, store in

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
Thanks for the pointer. I'll take a look. Regards, Richard Schuh From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Kris Buelens Sent: Thursday, October 15, 2009 11:11 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Access Linux

SVC 203

2009-10-15 Thread Alain Benveniste
Hi all, I'm looking for someone who is using a product named STAIRS, borned in th e 70' died in the 90', no more maintained - of course - and still working on a zVM530. I meet a problem with the SVC 203 and I can't find any info abo ut this SVC. If someone has updated the DLNCLDR assemble to

Re: SVC 203

2009-10-15 Thread Imler, Steven J
It was either z/VM 5.2 or z/VM 5.3 when PLISTs that were always allocated below the 16MB line suddenly started being allocated above the line ... Not sure what your virtual storage is set to, try lowering it to 16M and see if that gets you by. JR (Steven) Imler CA Senior Sustaining Engineer

Re: Access Linux Files From CMS

2009-10-15 Thread David Boyes
Although there are a number of things you can do on the Linux side to improve the performance. The defaults shipped are good middle-of-the-road values, but you can do a lot better if you know the characteristics of the traffic. You'll also want to increase the MTU of the connection to the

Re: Access Linux Files From CMS

2009-10-15 Thread Schuh, Richard
Not the primary purpose; nowhere near it, in fact. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes Sent: Thursday, October 15, 2009 11:52 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re:

Re: SVC 203

2009-10-15 Thread Alain Benveniste
My user has 32MB but I use genmod with the option amode 24. Should I reduce my v stor to be sure ? Alain Le 15 oct. 2009 à 21:07, Imler, Steven J a écrit : It was either z/VM 5.2 or z/VM 5.3 when PLISTs that were always allocated below the 16MB line suddenly started being allocated above

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Mike Walter
Can you use TRAPMSG to issue an IPL command. Was that a question? From the TRAPMSG doc, I don't see any way to issue a specific command. That sure could be useful for high-availability SVMs - even as a poor-man's automation (limited to the messages trapped by TRAPMSG). Mike Walter Hewitt

Re: DST and CICS journaling

2009-10-15 Thread Kris Buelens
As far as I understand, CICS uses the local time in its logs, not UTC (and that's the reason that CICS must be kept down). So keeping CICS down for an hour will be enough. What the HW clock is doesn't matter for CICS. But, if you'd have DB2, that will use UTC -or more exact: the HW clock- in its

Re: PERFKIT: CPU usage by time intervals

2009-10-15 Thread Quay, Jonathan (IHG)
Are you asking for a report of each USER's cpu utilization per time period (which would be INTERIM USER) or of the entire VM LPAR (which would be INTERIM LPAR)? The process is pretty much the same. 1) Gather monitor data. See the LINMON package as an example. Hint: Use some form of automation

Re: SVC 203

2009-10-15 Thread P S
On Thu, Oct 15, 2009 at 3:42 PM, Alain Benveniste a.benveni...@free.fr wrote: My user has 32MB but I use genmod with the option amode 24. Should I reduce my v stor to be sure ? Yes. The point is that it may be passing 31-bit addresses which get interpreted as 24-bit.

RSCS

2009-10-15 Thread Schuh, Richard
Last week, I posted this: We have an exec that retrieves responses from RSCS using the CRI. In the past, it could issue JES commands (e.g. $DA or $DN,ALL) to an MVS system and return the response from MVS to a stem. One of our users has run into a problem - it gets an immediate End of command

Re: PERFKIT: CPU usage by time intervals

2009-10-15 Thread Quay, Jonathan (IHG)
INTERIM LPAR? That's how I report my cpu utilization. -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Shimon Lebowitz Sent: Thursday, October 15, 2009 12:12 PM To: IBMVM@LISTSERV.UARK.EDU Subject: PERFKIT: CPU usage by time intervals

Re: RSCS

2009-10-15 Thread Quay, Jonathan (IHG)
Our exec to query the z/os job queue does the SMSG RSCS CMD nodename jescommand followed by WAKEUP (IUCV. The response is parsed and another SMSG is sent which has a known and unrelated string in the reply e.g. $DN,Q=XEQ. When it is parsed, the WAKEUP loop is left. Or you could hit the CONDEF

Re: RSCS

2009-10-15 Thread Alan Altmark
On Thursday, 10/15/2009 at 05:57 EDT, Schuh, Richard rsc...@visa.com wrote: Last week, I posted this: We have an exec that retrieves responses from RSCS using the CRI. In the past, it could issue JES commands (e.g. $DA or $DN,ALL) to an MVS system and return the response from MVS to

Re: RSCS

2009-10-15 Thread Schuh, Richard
OK. Will do. Regards, Richard Schuh -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Alan Altmark Sent: Thursday, October 15, 2009 3:46 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: RSCS On Thursday, 10/15/2009 at 05:57

Re: SVC 203

2009-10-15 Thread Alan Altmark
On Thursday, 10/15/2009 at 02:56 EDT, Alain Benveniste a.benveni...@free.fr wrote: I'm looking for someone who is using a product named STAIRS, borned in the 70' died in the 90', no more maintained - of course - and still working on a zVM530. I meet a problem with the SVC 203 and I can't

CMSDDR VMARC question

2009-10-15 Thread Henry, Bob
I'm using CMSDDR and VMARC to transfer some CMS minidisks via FTP. Both utilities seem to produce more output than the original data on the minidisk(s). Here's an example. User has 25 files (mostly COBOL source and/or JCL) in a 4 cylinder 3390 minidisk, blocked 4096. A Q DISK shows 76 blocks

Re: CMSDDR VMARC question

2009-10-15 Thread Scott Rohling
Don't know about VMARC -- but CMSDDR is packing the entire minidisk - empty space and all...Why not just VMARC the files on the disk and forget about CMSDDR? Scott On Thu, Oct 15, 2009 at 5:05 PM, Henry, Bob bob.he...@sungardhe.com wrote: I’m using CMSDDR and VMARC to transfer some CMS

Re: CMSDDR VMARC question

2009-10-15 Thread Henry, Bob
I was going to do that, but some of the MDs are VSE full volume disks. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Thursday, October 15, 2009 7:17 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CMSDDR VMARC question Don't know about VMARC

Re: CMSDDR VMARC question

2009-10-15 Thread Scott Rohling
Maybe try a COPYFILE (PACK of the output file instead of using VMARC? That way if you use F 1024 when FTPing to zVM, you can just COPYFILE (UNPACK it.. I'm just assuming you were using VMARC to help ensure the xfer was blocked correctly.. Using COPYFILE (PACK accomplishes the same thing.

Re: CMSDDR VMARC question

2009-10-15 Thread Scott Rohling
(actually - maybe the PIPEDDR DUMP/RESTORE over TCPIP is exactly what you want? if the zVM systems have connectivity, this lets you dump a disk directly from one system to another - and will save you steps...) Scott On Thu, Oct 15, 2009 at 5:34 PM, Scott Rohling scott.rohl...@gmail.comwrote:

Re: CMSDDR VMARC question

2009-10-15 Thread Henry, Bob
I’ll look into that – thanks. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Thursday, October 15, 2009 7:36 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CMSDDR VMARC question (actually - maybe the PIPEDDR DUMP/RESTORE over TCPIP is exactly

RSCS

2009-10-15 Thread Les Geer (607-429-3580)
We have an exec that retrieves responses from RSCS using the CRI. In the past, it could issue JES commands (e.g. $DA or $DN,ALL) to an MVS system and return the response from MVS to a stem. One of our users has run into a problem - it gets an immediate End of command response message without

Re: RSCS

2009-10-15 Thread Schuh, Richard
In this excerpt, the variable cmd can be the target nodename followed by any command to be executed there. One of the more frequent commands that is issued is $DN,ALL. The target system is z/OS running JES2. ... Mid = left(userid(),6) cmd = '(ML.'mid')' cmd 'PIPE (end \ name GetRSCS)', '\

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Schuh, Richard
It sure could. I hate doing such things as putting IPL or LOGOFF commands on the stack. Getting a CP READ posted does give you the 15-minute FORCE so long as there is no SECUSER. If there is one, it ought to be monitoring for VM and CP READS and doing the appropriate thing. Regards, Richard

Re: Access Linux Files From CMS

2009-10-15 Thread David Boyes
On Oct 15, 2009, at 3:30 PM, Schuh, Richard rsc...@visa.commailto:rsc...@visa.com wrote: Not the primary purpose; nowhere near it, in fact. For the number and size of files you mentioned, it's probably not worth bothering, but for larger files, you might consider a separate virtual

Re: Automatic recovery from virtual machine abend

2009-10-15 Thread Alan Altmark
On Thursday, 10/15/2009 at 01:24 EDT, Quay, Jonathan (IHG) jonathan.q...@ihg.com wrote: TRAPMSG (STOP dutifully drops the virtual machine into CP Read, but CONCEAL does nothing at that point. PMR time? CONCEAL doesn't stop you from going into application-generated CP READ - it recovers only