Re: How to enter the cent sign using x3270 on a raspberry pi
edit the keymap file.... the cent sign is Unicode 00a2... here's an example which maps it to alt-4 or Ctrl-backslash.. x3270.keymap.mine: #override \ <Key>Escape: Clear()\n\ <Key>End: FieldEnd()\n\
By
Joe Monk
·
#3709
·
|
How to enter the cent sign using x3270 on a raspberry pi
I need to use cent signs in an IOS3270 screen used by my BREXX exec. Try as I might I can't see how to do it. x3270 doesn't offer a paste command so I can't copy/paste from another pi window. The
By
Dave Mitchell
·
#3708
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Mark, So as I thought Paul Edwards ported the utils and he says the sources are here:- http://www.pdos.org/custom.zip I haven¡¯t verified that when compiled they match the modules on the disk. I will
By
Dave Wade
·
#3707
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Mark, CMS is a single user operating system so there are no ¡°user¡± or ¡°group¡± ids. It has no directories, so no inodes. Think MS DOS 2.0. You IPL it in a virtual machine, and in that machine,
By
Dave Wade
·
#3706
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Dave, I did find DIFF MODULE and PATCH MODULE, but I can not find the source code, on the GCCCMS minidisks, nor the MAINTC minidisks. Not finding any USERs that might be"hiding" those files, either.
By
Mark A. Stevens
·
#3705
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
The files have been placed in the following folder: ZLIB_and_Other. Link follows. /g/h390-vm/files/ZLIB_and_Other ... Mark S.
By
Mark A. Stevens
·
#3704
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Mark, OK I have that sorted. If you are using PDPCLIB and set up a FILEDIFF for SYSPRINT then GCC will use that. Messy, yes, but hey this is a 50 year old operating system running a 30 year old
By
Dave Wade
·
#3703
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
I didn't see my e-mail with the attachments, or the lack thereof, so I've duplicated the post, mostly, which may show up in this group. It too had attachments. I will try to gather all that into a
By
Mark A. Stevens
·
#3702
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
The diff program seems to be a complete unix port. By just typing 'diff --help' it dumps the help, just like it does on *nix. diff --help Usage: diff [OPTION]... FILES Compare files line by line. -i?
By
Mark A. Stevens
·
#3701
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Mark, Ok they appear to work, but I can remember how to re-direct stdout (duh?). You need to use dotted file names so type hello c #include <stdio.h> int main(int argc, char * argv[]) { printf("Good
By
Dave Wade
·
#3700
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Mark, OK "diff" and "patch" exist so you can use those to maintain "c" files (possibly I haven't tested them). Thinking about it, I probably didn't do anything about "sys" as I don't think it existed
By
Dave Wade
·
#3699
·
|
Attachments
Folks, I have disabled attachments as GMAIL seems to block anything any one attaches. If you want to distribute files please use the files section on the groups.io web site. Create a folder and store
By
Dave Wade
·
#3698
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
I think that is correct. I can't remember if I did anything special for "sys" when I tweaked the code for "sys". Let me have a look. By the way GMAIL seems to block this. Might be better to upload
By
Dave Wade
·
#3697
·
|
Re: GCC EXEC on S-disk, but Not On Any Other Minidisk?
#VMCE
Now here's someone just asking for pain :-D Within the attached file, zlib-1.2.11.tar.gz, is the program, adler32.c, which I am trying to compile, using GCCLIB. Screen scraping is in adler32.listing.
By
Mark A. Stevens
·
#3696
·
|
Re: vm370 Load command in exec file
I went with your suggestion of TXTLIB concept and it worked great!!!! Thank you so much. Bob B, thank your for plan b, will keep it on file. Again Thank you for the responses... Moving forward. Cheers
By
Tom Chandler
·
#3695
·
|
Re: vm370 Load command in exec file
LOAD NAME1 INCLUDE NAME2 INCLUDE NAME3 INCLUDE NAME4 ---- GENMOD MYMOD I will never be able to type on a phone. [email protected]> wrote:
By
Bob Bolch
·
#3694
·
|
Re: vm370 Load command in exec file
What I use is: LOAD NAME INCLUDE NAME2 INCLUDE NAME Etc--------- GENMOD MYMOD
By
Bob Bolch
·
#3693
·
|
Re: vm370 Load command in exec file
Quick and dirty : create a TXTLIB with 13 parts and then use it in your GLOBAL before loading the last one and issue the genmod command Other way would be to use a variable to hold the sequence of
By
Jean-Pierre Cabani¨¦
·
#3692
·
|
vm370 Load command in exec file
Most likely really dumb question, but I have a LOAD command that has14 modules to load before I do a GENMOD.? It appears after col 72, the system drops the remaining names. Is there a way to have a
By
Tom Chandler
·
#3691
·
|
Re: Visual studio 2022
Thanks...
By
Marco Antoniotti
·
#3690
·
|