Keyboard Shortcuts
Likes
- H390-Vm
- Messages
Search
Re: 3270 printers under VM
There wasn't a use for @ in addresses at the time.? IIRC the @ sign was even defined as chardel, in linemode that is.? Dates from typewrite times.? When you'd type an @, the preceding character was ignored.? In some release the default SYSTEM CONFIG turned LINEDEL and CHARDEL OFF
One could send a message to another VM system using the TELL EXEC? ? ? ?TELL myfriend AT otherVM hello Or, use the native RSCS commands ? ?CP SMSG RSCS MSG otherVM myfriend hello The TELL EXEC consulted also "userid NAMES" so your addressee could even be a list of people or a nickname; transparently on the same VM system or via RSCS to a remote VM system -- Kris Buelens |
Re: 3270 printers under VM
On 6/10/24 16:41, Tony Harminc wrote:
Speaking of VMS (not a typo) and RSCS, whatever happened to JNET from Joiner Associates? It ran on VMS and talked NJE to RSCS (or JES2 NJE). Does the company or the product still exist - surely not...? Looks as though there is some doc on the moshix github claiming in 1992 it was from "Wingra Technologies", which I'd never heard of.There were several implementations for VMS. JNET in particular has been recovered, and some people have succeeded, recently, in getting it running. We'll be working on it at LSSM likely later this week. FWIW I'd never heard of Wingra Technologies either, but that name is what's in the JNET documentation, for at least v3.5. There was another implementation, by a university in Israel. That one has been recovered as well. The redoubtable Moshix has ported it to Linux. I've not yet tried it out. Definitely interesting stuff. -Dave -- Dave McGuire, AK4HZ New Kensington, PA |
Re: 3270 printers under VM
On Mon, 10 Jun 2024 at 12:28, Dave McGuire via <mcguire=[email protected]> wrote:
? ?You can always come over to LSSM to "scratch the itch" if you like. Speaking of VMS (not a typo) and RSCS, whatever
happened to JNET from Joiner Associates? It ran on VMS and talked NJE
to RSCS (or JES2 NJE). Does the company or the product still exist -
surely not...? Looks as though there is some doc on the moshix github
claiming in 1992 it was from "Wingra Technologies", which I'd never
heard of. Of course I realize there have been
several modern implementations of the NJE protocols for various
platforms, but is there one for VMS? |
Re: 3270 printers under VM
On Mon 10 Jun 2024 at 12:28:25 -0400, Dave McGuire wrote:
Whereas I, coming from other areas of the industry (DEC, Cray, Sun) amsmsg rscs msg relay@hearn Hello World! or something like that, to send a message to the Interchat Relay Network... something I spent a lot of time on in my student years... Or maybe it was smsg rscs tell relay at hearn Hello World! or something in between. Who knows... -Olaf. -- ___ Olaf 'Rhialto' Seibert <rhialto/at/falu.nl> \X/ There is no AI. There is just someone else's work. --I. Rose |
Re: 3270 printers under VM
Whereas I, coming from other areas of the industry (DEC, Cray, Sun) am just now learning these simple things in the IBM world. Man RSCS is powerful.
toggle quoted message
Show quoted text
You can always come over to LSSM to "scratch the itch" if you like. Real iron, up and running. I see below that I mentioned "get VMS to be able to print"...So that was probably my fingers autocorrecting CMS to VMS, as I type "VMS" a lot more often than I type "CMS"! There should've been laws against products in the industry with such similar names. ;) -Dave On 6/9/24 21:14, Jim Snellen wrote:
Dave, --
Dave McGuire, AK4HZ New Kensington, PA |
on SAA [was: Re: Sending command output to the stack in VM/370]
Recently I joined this group, and read about SAA defunct, and OS/2 implementation, etc. (somewhat off-topic) I seem to remember that around 1994 I got involved in the then-new SAP R/3. It struck me that client/server communication errors were labeled CPICnnn, hinting at the Common Programming Interface for Commmunication, a part of SAA I knew from the late eighties. The user screen layout seemed very much to adhere tot CUA guidelines, another part of SAA. By 2005 these characteristics were still there in SAP, might even survive today. OS/2 was gone by 2005 ;-( |
Re: 3270 printers under VM
¿ªÔÆÌåÓý
Dave,
Thanks for the details on getting the printer defined to RSCS.? I worked with RSCS many. many years ago, on a VM/HPO system running a 4381.? I have forgotten how to do simple things!? Miss those days. . . ??
Jim
From: [email protected] <[email protected]> on behalf of Dave McGuire via groups.io <mcguire@...>
Sent: Sunday, June 9, 2024 7:41 PM To: [email protected] <[email protected]> Subject: Re: [h390-vm] 3270 printers under VM ?
?? So as I stated earlier, the missing link was that I needed to go through RSCS.? Getting it running couldn't be simpler: attach 0563 to rscs smsg rscs define lp type 3270p line 0563 smsg rscs start lp ?? This is runtime configuration and will not persist until added to RSCS CONFIG on RSCS' 191 disk. ?? Then, to print a file: spool prt rscs tag dev prt lp print <fn> <ft> <fm> ?? This is under VM/ESA on an ES/9000 with a 3287-emulating printer attached to a 3174 addressed at 0563. ?? Works great.? Thanks to all who responded and pointed me in the right direction, publicly and privately.? I appreciate your time and expertise. ??????????????? Thanks, ??????????????? -Dave On 6/9/24 07:54, Dave McGuire wrote: > >? ? No, I meant VM/ESA, but I do want to print from CMS. > >? ? Apparently the way to do this is via RSCS; that was the missing link > I was looking for.? Thanks! > >? ???????????? -Dave > > On 6/9/24 04:31, Dave Wade wrote: >> Dave, >> >> I assume you mean VM/CMS? From what I remember VM does not consider 3270 >> printers as Printers so the only way to print out of the box is with >> the PF >> copy key. >> I don't have ESA running so I can't check if even that still works in ESA >> CMS. >> On the Waterloo Tape there is a utility PRT328X that runs in a VM and >> accepts files and prints to such a printer, but I am not sure if it >> works in >> VM/ESA. >> I believe the RSCS program product also supports 3270 printers. >> >> Dave >> >>> -----Original Message----- >>> From: [email protected] <[email protected]> On Behalf Of Dave McGuire >>> via groups.io >>> Sent: Sunday, June 9, 2024 2:03 AM >>> To: [email protected] >>> Subject: [h390-vm] 3270 printers under VM >>> >>> >>> ?? (specifically VM/ESA) >>> >>> ?? Can anyone shed some light on what it takes to get VMS to be able to >> print to a >>> 3270-connected printer, say a 3287?? I failed around the help panels >>> for a >> while >>> today and I don't think I got very close.? Any assistance would be >>> greatly >>> appreciated. >>> >>> ??????????????????????? Thanks, >>> ????????????????????????? -Dave >>> >>> -- >>> Dave McGuire, AK4HZ >>> New Kensington, PA >>> >>> >>> >>> >>> >>> >> >> >> >> >> >> >> > -- Dave McGuire, AK4HZ New Kensington, PA |
Re: 3270 printers under VM
So as I stated earlier, the missing link was that I needed to go through RSCS. Getting it running couldn't be simpler:
toggle quoted message
Show quoted text
attach 0563 to rscs smsg rscs define lp type 3270p line 0563 smsg rscs start lp This is runtime configuration and will not persist until added to RSCS CONFIG on RSCS' 191 disk. Then, to print a file: spool prt rscs tag dev prt lp print <fn> <ft> <fm> This is under VM/ESA on an ES/9000 with a 3287-emulating printer attached to a 3174 addressed at 0563. Works great. Thanks to all who responded and pointed me in the right direction, publicly and privately. I appreciate your time and expertise. Thanks, -Dave On 6/9/24 07:54, Dave McGuire wrote:
? No, I meant VM/ESA, but I do want to print from CMS. --
Dave McGuire, AK4HZ New Kensington, PA |
Re: 3270 printers under VM
No, I meant VM/ESA, but I do want to print from CMS.
toggle quoted message
Show quoted text
Apparently the way to do this is via RSCS; that was the missing link I was looking for. Thanks! -Dave On 6/9/24 04:31, Dave Wade wrote:
Dave, --
Dave McGuire, AK4HZ New Kensington, PA |
Re: 3270 printers under VM
Dave,
toggle quoted message
Show quoted text
I assume you mean VM/CMS? From what I remember VM does not consider 3270 printers as Printers so the only way to print out of the box is with the PF copy key. I don't have ESA running so I can't check if even that still works in ESA CMS. On the Waterloo Tape there is a utility PRT328X that runs in a VM and accepts files and prints to such a printer, but I am not sure if it works in VM/ESA. I believe the RSCS program product also supports 3270 printers. Dave -----Original Message-----print to a 3270-connected printer, say a 3287? I failed around the help panels for awhile today and I don't think I got very close. Any assistance would be greatly |
3270 printers under VM
(specifically VM/ESA)
Can anyone shed some light on what it takes to get VMS to be able to print to a 3270-connected printer, say a 3287? I failed around the help panels for a while today and I don't think I got very close. Any assistance would be greatly appreciated. Thanks, -Dave -- Dave McGuire, AK4HZ New Kensington, PA |
Re: Sad news
I remember when we lost Dick Goran (CFS Neveda, REXX books, programs, etc).? It is so sad when we lose a leader. Bertram Moshier WB8ERT On Wed, Jun 5, 2024, 04:13 adriansutherland67 via <adrian=[email protected]> wrote:
|
Re: Sad news
I am deeply saddened to hear of Bob's passing. He was a brilliant mind and a passionate advocate for the S/370 VM project. I was fortunate to have collaborated with him, albeit remotely. Bob was always eager to teach, learn, and share a laugh, even when things got frustrating. He will be greatly missed by all who knew him. Adrian On Mon, 3 Jun 2024 at 00:57, Ross Patterson via <ross.patterson=[email protected]> wrote:
|
Re: Sad news
toggle quoted message
Show quoted text
Thanks for lettings us know Ross... ? Sounds like he definitely gave cancer a huge fight over the years! ? |
Re: Sad news
So sorry to hear. His contributions will be his legacy, and we will all remember him fondly.?
toggle quoted message
Show quoted text
On Monday, June 3, 2024, 11:04 AM, Drew Derbyshire <swhobbit@...> wrote:
|
Re: Help me remember, please
On 6/3/24 10:36, Tony Harminc wrote:
These days many (most?) companies have strict rules on who can accept lunch from whom, and even who can have a meeting with any kind of vendor rep.Yeah, but that's because upper management wants to keep all the bribes for themselves. ;) -Dave -- Dave McGuire, AK4HZ New Kensington, PA |
Re: Help me remember, please
On Mon, 3 Jun 2024 at 03:25, Bertram Moshier via <herc370390vm=[email protected]> wrote:
The 2305 was a fixed-head disk, but many people called it a drum. The early 1980s would have been quite late in the game for buying a 2305. I'd guess what you were being sold was a solid state replacement of one sort or another (remember bubble memory?) - there were two or three companies who started offering these around that time.
Drum unit as in the musical kit...? ?
These days many (most?) companies have strict rules on who can accept lunch from whom, and even who can have a meeting with any kind of vendor rep. Tony H. |