开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Logon Screen Customization
Ah yes, 3270 data stream programming! I should have remember. :-) Thanks Fish. Rene FERLAND, Montreal
By René Ferland · #148 ·
Re: Logon Screen Customization
[...] ----------------------------------------------------------- X'11' = SBA (Set Buffer Address) (*) (*) http://www.tommysprinkle.com/mvs/P3270/ctlchars.htm (*)
By Fish Fish · #147 ·
Re: Logon Screen Customization
René Ferland wrote: [...] "3270 Programming Overview" http://www.prycroft6.com.au/misc/3270.html "3270 Extended Data Stream" http://www.prycroft6.com.au/misc/3270eds.html "3270 Data
By Fish Fish · #146 ·
Re: Logon Screen Customization
Thank you Peter for the file logo.s ! I tried it and it seems to work. :-) There a few constants appearing in the source like these: DC? ? ?X'11C25F' DC? ? ?X'1DE8' I am not sure to
By René Ferland · #145 ·
Re: Logon Screen Customization
I used to customise the MUSIC/SP logon screen to include the name of the college I worked for back in the day. Unfortunately, I never thought of saving the code I used at the time. I have made a
By Peter Coghlan · #144 ·
Re: Logon Screen Customization
Hello (whoever you are), Appendix B of the Administrator Reference says the logo is a CSECT, part of the system resident modules.?The MUSIC logo source is normally located in the "$SYS:" account. On
By René Ferland · #143 ·
Logon Screen Customization
Hi, I play around with MUSIC/SP for my own purposes. I was wondering if it's possible to change the MUSIC logon splash. I dug around its filesystem but can't find anything that controls the login
By Henry M · #142 ·
watc
Does anyone have a pdf/txt version of a reference manual for watc. any cheat sheets, etc. It would be most helpful and I am trying to port gcc "C" programes over to watc. Thank You tom c
By Tom Chandler · #141 ·
PILOT interpreter MUSIC/SP
PILOT, the programming language has been ported over to run via MUSIC/SP. It can be found at: https://github.com/tchandler48/muspilot Cheers Tom C
By Tom Chandler · #140 ·
Re: Adding MUSIC-SP "MUSIC/APL"
Sir, I have the source to APL_11 that suppose to run under linux.? I am trying to port it over to MUSIC/SP.? Very slow and not sure what the results will be. Tom c
By Tom Chandler · #139 ·
HP3000 MPE System APL character display
The only Windows computer i have is an old Dell Latitude D830 with Windows 10. The graphics inside the Dell Latitude is not good enough for the MAME facility with the HP3000 emulator and the HP APL
By William Gallant · #138 ·
Adding MUSIC-SP "MUSIC/APL"
Since MUSIC/APL was based on the Type III "free" and non-copyrighted copy of APL from IBM, if any has it, can a copy be added to MUSIC-SP? --? William Gallant
By William Gallant · #137 ·
musbasic
I have put up on github a port of bxbasic to music/sp.? Source, job streams, example, and pdf documentation is available. it is located at?? github.com/tchandler48/musbasic comments
By Tom Chandler · #136 ·
FW: Re: [H390-MUSIC] watc screen functions
I’m stealing these. J Tuck away for when I finally think of a good project to utilize it.
By Allen Hinkle · #135 ·
Re: watc screen functions
Hello Tom, My own TEP example: I compile main.c to create the main object module, then I run tstpan.job to create the load module, and finally tstpan is the command executing the module. This follows
By René Ferland · #134 ·
Re: watc screen functions
Thank you very much. At last a starting point to test and learn. Again, Thank You Tom c
By Tom Chandler · #133 ·
Re: watc screen functions
I found some later correspondence. I ended up going down the same path Rene had suggested, apparently, with fvscalli, and this probably is not as not as nice as his video (I haven’t trekked out to
By Allen Hinkle · #132 ·
Re: watc screen functions
Sir, Thank you for your email. I had not read or not understood about the 3270 full screen support. I was using help watc and saw all the functions that were available. That was what I was basing
By Tom Chandler · #131 ·
Re: watc screen functions
Well, crud. As I expected. I wiped out my music image at some point or other – forgot I had this PANEL thing working in it. I’ll search old backups if I stored it on there. I did go thru some
By Allen Hinkle · #130 ·
Re: watc screen functions
Are you sure such a support is available? The WatC documentation on MUSIC/SP enumerates the features not supported, and among them: "3270 full-screen Panel Library (for the MVS/TSO environment)".
By René Ferland · #129 ·