¿ªÔÆÌåÓý

Re: GCC under VM370 CMS
I see a CLRSCRN MODULE on the Sixpack 1.3 beta 3 Y-disk. Bob Bolch
By Bob Bolch · #2624 ·
Re: GCC under VM370 CMS
Hi Tom Have a look round this?https://github.com/devhawala/mecaff The home of the brilliant EE editor etc.? Somewhere in there is the c source for low level diag58 stuff and 3270 datastream err...
By adriansutherland67 · #2623 ·
Re: GCC under VM370 CMS
Hi, again, Tom, The first thing to understand is that in VM, with CMS, the "console" when it is a 3270 operates in two "modes" -- a line-at-a-time mode where it is emulating a keyboard printer (3215)
By Mark Waterbury · #2622 ·
Re: Two New Projects
Hi, Tom, I recall we had MTS LISP running under VM/CMS back in the late 1970s. The way it was done, someone wrote a small "layer" or "jacket" or "wrapper" for all of the MTS system calls, and that
By Mark Waterbury · #2621 ·
Re: Two New Projects
HI Tom, I'm not a C guy but I have done some BASIC stuff in the old days.? I followed the directions but I'm getting a DMSACC113S 'T (19F) ' NOT ATTACHED followed by a DISK 'T' NOT ACCESSED.? I'm
By Jim Snellen · #2620 ·
Re: GCC under VM370 CMS
I remember a VMFCLEAR module and another VMFCLR module. I do not remember what level of VM or if they were transient modules. Neither one would have been too large to get the text and load/genmod as
By Thomas Kern · #2619 ·
Re: GCC under VM370 CMS
Thank you. I will investigate and see what I can do. Again, Thank You Tom c
By Tom Chandler · #2618 ·
Re: GCC under VM370 CMS
Tom, You need to use a DIAG 58 call. There are no character sequences that clear the screen. I think the simplest solution is to create a ¡°clrscrn¡± module that loads in the transient area and run
By Dave Wade · #2617 ·
GCC under VM370 CMS
I am trying to figure out to perform a clear screen form a "GCC C" program.? I am using the wc3270 program on WIndows to talk to Hercules VM370.? I have tried several different hex codes with no
By Tom Chandler · #2616 ·
Re: CMS BATCH COBOL
Thank you. I have viewed many and now looking for something in the area of my need. Cheers Tom c [email protected]> wrote:
By Tom Chandler · #2615 ·
Re: CMS BATCH COBOL
Tom, Moshix has a couple of videos about VSAM/Cobol & VM/370. Chris -- <cjar1950@...>
By cjar1950@... · #2614 ·
Re: CMS BATCH COBOL
Thank you. Don't know if any will work, but more reading and trying to understand. Thank You Tom c [email protected]> wrote:
By Tom Chandler · #2613 ·
Re: CMS BATCH COBOL
Tom, It might not work for VM/CMS, but have you looked at http://www.jaymoseley.com/hercules/vsam_io/vscobol.htm ? Chris -- <cjar1950@...>
By cjar1950@... · #2612 ·
CMS BATCH COBOL
Trying to write a batch cobol program under cms.? I have read cms guide.? Wrote what I thought was a simple cobol program using VSAM, and compiled it. Well, many errors. Question: does anyone have
By Tom Chandler · #2611 ·
Re: add new dasd to vm/370 sixpack
Thank you Martin for that clear explanation! Peter
By pjfarley3 · #2610 ·
Re: add new dasd to vm/370 sixpack
Hello, I have had the same issue when adding DASD to a VM370 system at the 1.3 level. Prior to this a simple create of the DASD and adding it to the machine config file with a suitable device address
By Martin Taylor <mtayloribm360@...> · #2609 ·
Re: add new dasd to vm/370 sixpack
Hi Peter, thanks for your help. I have it working now in hercules.rc but will move to AUTOLOG1 as that seems more authentic. Yes, without AUTOCR it is not a good idea to do this in OPERATOR. I did not
By [email protected] · #2608 ·
Re: add new dasd to vm/370 sixpack
Hi Rene, I have seen it suggested somewhere to put stuff to be done at startup in the PROFILE EXEC of OPERATOR but I can't recall where. This is not the correct thing to do. You should place your
By Peter Coghlan · #2607 ·
Re: add new dasd to vm/370 sixpack
Rene, If you add it to the Hercules config you shouldn¡¯t need to vary it on, only attach it to system. You can put this in AUTOLOG1¡¯s profile exec. That runs when the system comes up, Normally on
By Dave Wade · #2606 ·
Re: add new dasd to vm/370 sixpack
Hi Carlos, thank you. I was thinking to do the VARY ONLINE nnn and the ATTACH nnn TO SYSTEM AS VM50-X in the PROFILE EXEC of OPERATOR. But I noticed that disk 191 of OPERATOR was not formatted, and
By [email protected] · #2605 ·