TN3270 and various versions.
Hi, I'm wonder if WC3270 supports 132xNN and 3279. Also how do I get it to use 132 columns, color, etc? I really need the wider screen to read various files, etc. Thank you.
By
Bertram Moshier
·
#4673
·
|
Re: Possible bug in BREXX parse instruction
I've been following this thread about possible bug in the Parse instruction, and thought I might weigh in.? While the desired behavior would be to break the parse target on literals first, my reading
By
Ganino, James (PERATON)
·
#4672
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
OK. I get it. It isn't different C libraries. In modern terms there are two separate ABI (application binary interface) stacks that do not communicate between each other. Or, perhaps a better
By
Harold Grovesteen
·
#4671
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
Martin is exactly right. What I call "the C runtime environment" is the CMSCRAB control block which is basically the R13 save area for the currently running C function, and other pointers for stack
By
Bob Bolch
·
#4670
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
It is the dynamic data, not the code. * a user "kicks" CMS to start EE, EE initializes its runtime data * EE calls CMS for macro execution * CMS sees "/*" and starts bREXX, bREXX initializes its very
By
Martin Scheffler
·
#4669
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
As I am not in the weeds like some of you, can you help me understand how we ended up with two distinct C runtime environments? And how did you run into the same thing with BREXX?Just curious. Did we
By
Harold Grovesteen
·
#4668
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
Hi Martin, You are correct in that CMS calling sequences, program management structure, and interface to supervisor services know nothing about the GCC compiler runtime interface. Enabling EE to use
By
Bob Bolch
·
#4667
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
It is R13. AFAIK CMS does not know anything about GCCCRAB, therefore the SUBCOM entry handler does not know what R13 should point to. *@DSTAKIN* expects specific things through R13, see file *DYNSTK
By
Martin Scheffler
·
#4666
·
|
Re: Possible bug in BREXX parse instruction
If you have VM/370 CE 1.1.2 up and running, look at the ASSIST EXEC on the Y minidisk, for a working example of how to get around the PARSE problem. If you don't have it, look at ASSIST_VM370_etc (
By
Mark A. Stevens
·
#4665
·
|
Re: AP and/or MP support in VM/CE: Does it exist or no?
Bertram, VM or rather Hercules will use more than one core, which is one reason it performs well. Remember that the 30xx boxes had, for their time high performance and sophisticated IO systems.
By
Dave Wade
·
#4664
·
|
Re: AP and/or MP support in VM/CE: Does it exist or no?
Hi, Thank you for the information. I understand and agree why you didn't get the AP working. I have a Dell Precision 7910 with dual E5-2667 v3 and 128GB of RAM. I just like the idea of a VM version
By
Bertram Moshier
·
#4663
·
|
Re: AP and/or MP support in VM/CE: Does it exist or no?
The use case for an AP VM/370 servicing single CMS user is? CMS doesn't multitask; it doesn't even generally do asynchronous disk I/O. An UP VM/370 under Hercules running on a modern host kicks the
By
Drew Derbyshire
·
#4662
·
|
Re: How is BRexx different from Rexx?
Thank you for your information.
By
Bertram Moshier
·
#4661
·
|
Re: How is BRexx different from Rexx?
If you want to test against REXX on IBM VM/SP 5, " *x3270 tty.livingcomputers.org 24* " and login as?guest using the instructions on the logo screen.? You can upload files using X3270/c3270's file
By
Drew Derbyshire
·
#4660
·
|
Re: #VMCE #rexx EE goes XEDIT - compiling a wish list
#VMCE
#rexx
I am stuck at the second step since several days. I have written a special debugging tool outside of EE and found problems with the C standard library. There might be an incompatibilty of calling
By
Martin Scheffler
·
#4659
·
|
Re: Possible bug in BREXX parse instruction
Remembering the rough times of EXEC 2 when there was no 'parse' instruction: I now have a real use case where I need to program around this bug. Here are some quick ideas. *File: IND$FILE EXEC????
By
Martin Scheffler
·
#4658
·
|
Re: Not clear on tape with VM/CE
Hi Bob, Some said the nucleus extensions in VM/CE had tape parameters simiar to VMFPLC2. I am wanting to know more on this and as the VM/CE nucleus extensions. Bert
By
Bertram Moshier
·
#4657
·
|
Re: Not clear on tape with VM/CE
I have only ever called VMFPLC2 as a command from REXX programs. I never heard of any nucleus extensions for VMFPLC2. Bob Bolch
By
Bob Bolch
·
#4656
·
|
Not clear on tape with VM/CE
Hello, I know there are VMFPLC2 functions in VM/CE in the nucleus extensions. I'm not sure how to call them from BRexx. Is there something I can read on this issue (and anything else about the nucleus
By
Bertram Moshier
·
#4655
·
|
Re: How is BRexx different from Rexx?
Hello Mike and Bob, Thank you for your replies. I hope I do BREXX justice. Bert
By
Bertram Moshier
·
#4654
·
|