FTP and BFS

2010-10-21 Thread Alain Benveniste
Hi, I'm looking for a way to reduce a step to send a file. The long method is : "pipe tape !> a a a1" then use FTP in binary mode to send it to windows The short method I would like to see it working : "pipe tape ! bfs a a a1 " (avoid to create file to use FTP) to send it to NFS I tried many o

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Mike Rydberg
Here is something I wrote long ago that may help. It supports both 80 and 132 column sba addresses. /*-*/ /* RC2SBA EXEC - */ /* */ /* Convert 3270 screen ROW and COLU

Re: RSU or PSU?

2010-10-21 Thread Rodney Nash
If you want to check that 6103 is really 1002 or 5407 is really 1002 then load the files from the service envelope and have a look at them... The service files look, act and can be manipulated like a tape. To load files on to the x disk from an RSU on z. vmfplcd load * * x env= 0602rsu servlin

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Edward M Martin
Hello Rick, Here is a REXX that I used to calculate the addresses on the z/VSE USSTAB. Works well. Mike Pace sent this to the list. Here's a rexx exec I use to calculate HEX address from a given row and column /* * *\ Name:

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Alan Altmark
On Thursday, 10/21/2010 at 02:23 EDT, Rick Barlow wrote: > I am looking for someone who can point me to a reference that might help me to > modify a USSMSG10 screen that is coded using screen buffer locations. Before > anyone comments on still having VTAM on VM, let me say that the reason w

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Edward M Martin
Hello Rick Barlow, We just had a discussion of determining the locations on the screen. We have the same USSTAB screen coded for Buffer=M1. MESSAGES USSMSG MSG=0,TEXT='COMMAND COMPLETED SUCCESSFULLY' USSMSG MSG=1,BUFFER=M1 USSMSG MSG=2,BUFFER=M1 USSMSG MSG=3,TEXT=

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread George Henke/NYLIC
Try: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/f1a1b490/CONTENTS?SHELF=EZ2ZBK0I.bks&DT=20090402193001#16.4.3 Pay particular attention to Section 16.4 (See below): It is call Telnet Macroinstructrions, but that is just an alias. These are the old VTAM instructions for coding or

Re: RSU or PSU?

2010-10-21 Thread Carol Everitt
Correction: RSUs are named vrmnRSUx, as in 5407RSU1 (not the other way a round!) On Thu, 21 Oct 2010 13:40:47 -0500, Carol Everitt wr ote: >I just read through this string of appends (sorry I didn't see this soon er!) >and there are a couple of things I'll point out for future reference, si nce

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Quay, Jonathan (IHG)
There's also a tool that creates LOGO files on MAINT's 193, I think, which does all the 3270 data stream stuff. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Rick Barlow Sent: Thursday, October 21, 2010 2:23 PM To: IBMVM@LIST

Re: RSU or PSU?

2010-10-21 Thread Carol Everitt
I just read through this string of appends (sorry I didn't see this soone r!) and there are a couple of things I'll point out for future reference, sin ce you have already arrived at the correct answer. Keeping these in mind ma y save you some time "the next time". First, service levels are ONLY

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Billy Bingham
Funny you should mention this. There was a spirited debate about the same thing on vse-l lately. Go to: http://groups.google.com/group/bit.listserv.vse-l/topics?lnk=sg and search on SBA Addressing. One individual, Chris Mason, seems to be pretty knowledgeable about all things VTAM related.

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Lesseg, Jon
Hi Rick, This is what I use: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/FRAMESET/CN7P4000/CCONT HTH, Jon Lesseg - z/OS Platform - z/OS, CICS and Network Support - PacifiCorp From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Rick Barlow Sent: Thursday,

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Stephen Powell
On Thu, 21 Oct 2010 14:23:12 -0400 (EDT), Rick Barlow wrote: > > I am looking for someone who can point me to a reference that might help me > to modify a USSMSG10 screen that is coded using screen buffer locations. > Before anyone comments on still having VTAM on VM, let me say that the > reason

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Billy Bingham
My Norton Internet Security package gave me the following error when I tried to open this URL: Malicious Web Site Blocked I don't know if it was because of the word 'Download' in the URL or if it is indeed a malicious site. Billy On 21 Oct 2010 at 13:29, Mike Walter wrote: > That may be t

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Hughes, Jim
I can help. What are you wanting to do with this USSMSG10 screen? Jim Hughes 603-271-5586 "It is fun to do the impossible." From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Rick Barlow Sent: Thursday, O

Re: VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Mike Walter
That may be the best use of VTAM I've ever seen! ;-) (We're still running it, too). Google argument "USSMSG10 SBA" turned up something that might help you directly: http://www.sssgmbh.de/download/os390/sysp.usersrc/ussspst Mike Walter Aon Hewitt The opinions expressed herein are mine alone, no

Re: RSU or PSU?

2010-10-21 Thread Mike Walter
George, OK, you still had a had a long, enlightening, "educational experience" - learning many new and unplanned along the way. It was not a total loss. Now the next step... eliminating the laptop/workstation download and upload altogether! Using the CMS FTP client and z/VM's TCPIP, you can

VTAM USSMSG10 buffer location assistance

2010-10-21 Thread Rick Barlow
I am looking for someone who can point me to a reference that might help me to modify a USSMSG10 screen that is coded using screen buffer locations. Before anyone comments on still having VTAM on VM, let me say that the reason we are doing this is to add a message to the screen to inform the users

Re: RSU or PSU?

2010-10-21 Thread Neale Ferguson
Been there, done that, got the T-shirt! On 10/21/10 2:02 PM, "George Henke/NYLIC" wrote: Hold everything, I think Mike just led me to the problem. I believe I uploaded a COR file from my desktop instead of the 5407RSU file downloaded from SHOPZ. The difference in attributes is a "dead givea

Re: RSU or PSU?

2010-10-21 Thread George Henke/NYLIC
No, yet cplevel shows it picked up the current Date/Time of the generated CPLOAD: q cmslevel CMS Level 24, Service Level 802 Ready; T=0.01/0.01 10:31:53 netstat level VM TCP/IP Netstat Level 540 TCP/IP Server Name: TCPIP IBM 2094; z/VM Version 5 Release 4.0, service level 0802

Re: RSU or PSU?

2010-10-21 Thread George Henke/NYLIC
tyvm, Ray, my HCPCPE AUXVM looks like this: 1 KRSU05HP SLU UMRSU05 * UPDATE CP SERVICE LVL TO '0802' (AVAILABLE ON 0802 RSU ON 2 * LY). 3 KRSU02HP SLU UMRSU05 * UPDATE CP SERVICE LVL TO '0801' (AVAILABLE ON 0801 RSU ON 4 * LY). Clearly, I have done something wr

Re: RSU or PSU?

2010-10-21 Thread Ray Waters
George, Could you maybe have an override PPF for CP? HCPCPE AUXVMH1 F 80 14 2 6/22/10 2:39:59 HCPCPE TXTRSU20 J1 F 80 40 1 6/22/10 1:51:06 HCPCPE KRSU20HP J1 F 80 2 1 6/22/10 1:50:59