¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
FW: [hercules-390] Interesting project I would like to undertake
(Forwarding from main Hercules group to the H390-DOS/VS group) Seymour J Metz wrote: Well that's what I'm looking for! A very early version of DOS/VSE that supports ECPS:VSE. If anyone can manage
By Fish Fish · #80 ·
Re: How to start a printer in VSE?
If you are under Emulation, you need to define the printer 00E as punch sysout in your DOSVS HERCULES based conf file. [email protected]> wrote:
By Belm Softwares · #79 ·
Re: How to start a printer in VSE?
Is the printer 00E defined within the DOS/VSE supervisor? Has the printer been defined to POWER? If neither of these things have occurred you will need to change source code and reassemble the
By Harold Grovesteen · #78 ·
Re: How to start a printer in VSE?
You may need to punch it out, edit it. Then read it back in with the correct utility to update the source. Sent: Monday, March 1, 2021 11:54 AM To: [email protected] Subject: [H390-DOSVS] How
By Mike Ward · #77 ·
How to start a printer in VSE?
I googled it,but what I found does not seem to work.? I also thought of 'ADD 00E PRT1' to IJSYSRES.SYSLIB($IPLE45.PROC); but I have not figured out how to edit the proc yet. Rahim
By Rahim Azizarab · #76 ·
Re: DOS/VS and CICS?
Thanks for the explanation Mark. I guess it¡¯s another ¡°I wish IBM would release this to public domain¡±. I have used the KICKS program that¡¯s included with VM/370 6PExt. It¡¯s kinda neat but
By Jim Snellen · #75 ·
Re: DOS/VS and CICS?
Before there was CICS on DOS/VS there was CICS/Entry, a much scaled down version of CICS on MVS. And before that there was FASTER, from the IBM Type III Library
By Fran Hensler · #74 ·
Re: DOS/VS and CICS?
Hi Mark, Thanks for the clarification, this was more or less what I expected was the case. I have also had a look at KICKS which look quite interesting and porting this to DOS/VS could be an
By Steen Hansen · #73 ·
Re: DOS/VS and CICS?
There were a number of CICS "clones" or "TP monitors" back in the day.? WESTI, TaskMaster, one from GE? (IIRC, cannot recall the name right now ...), among others. It would be great if someone could
By Mark Waterbury · #72 ·
Re: DOS/VS and CICS?
Seeing this thread reminded me of the project I undertook to convert our DOS/VS Holiday Reservation system, written in Cobol for CICS, over to Altergo's Shadow II? system. Wonder what happened to
By Steve Shepherd · #71 ·
Re: DOS/VS and CICS?
The problem is, CICS/OS and CICS/DOS, and CICS/OS/VS and CICS/DOS/VS, were always "pay for" licensed program products.? So, even if someone could find an old enough copy of CICS/DOS or CICS/DOS/VS
By Mark Waterbury · #70 ·
Re: DOS/VS and CICS?
Hi Steen and welcome to the group. ?I¡¯m encouraged by your request and would second your motion for CICS. I¡¯ve been dabbling with COBOL, Assembler, and RPG code and I too have experience with
By Jim Snellen · #69 ·
DOS/VS and CICS?
Hello gentle men. I'm new to this group. I have however I have been poking around with DOS/VS rel 34 on Hercules for about 6 months now and it works like a charm. This is quite a tour down memory
By Steen Hansen · #68 ·
Re: Need Help w/ CDMOD
Fantastic feedback as always. Thanks everyone. Jim
By Jim Snellen · #67 ·
Re: Need Help w/ CDMOD
(piggyback) Harold Grovesteen wrote: [...] Agree 100%. Very wise words. As far as getting the results of a CDMOD assembly into the system relo library (IJSYSRL), I've personally always used the
By Fish Fish · #66 ·
Re: Need Help w/ CDMOD
On Mon, 2021-01-11 at 17:59 -0800, Jim Snellen wrote: > Hey guys, > I'm developing an Assembler program to read a card file and write > tape records. On first good assembly, I got an EXTRN on
By Harold Grovesteen · #65 ·
Re: Need Help w/ CDMOD
Never mind on item 3.? I found LIOCS modules?the COBOL Compiler and Library Installation Reference Material, SC33-6469-4, pg 10.
By Jim Snellen · #64 ·
Re: Need Help w/ CDMOD
Never mind on item 4.? I found an example in the System Control Statements, GC33-5376-5, pg 64.
By Jim Snellen · #63 ·
Need Help w/ CDMOD
Hey guys, I'm developing an Assembler program to read a card file and write tape records.? On first good assembly, I got an EXTRN on module IJCFZIWO.? I found another topic that resembled my issue
By Jim Snellen · #62 ·
Re: RPG and VSAMIO
Funny you mention rewriting to Assembler Harold, that¡¯s what I did and the DTFIS macro assembled just fine. Thanks for the feedback. Now I¡¯m gonna look at the System Control Statements to refresh
By Jim Snellen · #61 ·