¿ªÔÆÌåÓý

Re: Two New Projects
Hi Jim, I think your problems with NOT ATTACHED and NOT ACCESSED are arising because you are logged on to GCCCMS. I'd suggest trying to build the code while logged on to CMSUSER. GCCCMS is only for
By Peter Coghlan · #2628 ·
Re: GCC under VM370 CMS
Joe, Thats fine but in VM the console is not a 3270¡­. ¡­ if you use that code you will sometimes generate a wait. Look at the source of the CLRSCRN module. Dave Sent: 24 January 2021 12:27 To:
By Dave Wade · #2627 ·
Re: GCC under VM370 CMS
The actual code you want is x'1140403C40400013'. In 3270 data stream, that means: x'11': Set Buffer Address x'4040': Row 1, Column 1 x'3c': Repeat to Address x'4040: Row 1, Column 1 x'00': Character
By Joe Monk · #2626 ·
Re: GCC under VM370 CMS
There are lots of incarnations. It was late and I was rushing. What I should have said is that there is the source of a CLRSCRN module on the MAINT CMS mods disk but the module on the ¡°Y¡± disk but
By Dave Wade · #2625 ·
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 ·