开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

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 screen. Any ideas on how this can be done?


 

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 the MUSIC 6.2 Demo, the account is empty.

Cheers,

Rene FERLAND, Montreal


 


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 screen. Any ideas on how
this can be done?
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 blind attempt at
reconstructing the code to generate the original logon screen. I'm not
sure how correct it is.



The source file should be executed to generate an object file which is
then included in the MUSIC/SP nucleus.

Regards,
Peter Coghlan.


 

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 understand. What are those exactly? Positions? Sizes? Colors? All of that?
?
Cheers,

Rene FERLAND, Montreal
?
?


 

René Ferland wrote:

[...]
There a few constants appearing in the source like these:

DC X'11C25F'
DC X'1DE8'

I am not sure to understand. What are those exactly? Positions?
Sizes? Colors? All of that?

"3270 Programming Overview"



"3270 Extended Data Stream"



"3270 Data Stream Programming (Tutorial)"



--
"Fish" (David B. Trout)
Software Development Laboratories

mail: fish@...


 

[...]
DC X'11C25F'
DC X'1DE8'
-----------------------------------------------------------

X'11' = SBA (Set Buffer Address) (*)

(*)
(*)

-----------------------------------------------------------

X'C25F' = Line 2, Column 80 (*)

(*)

(*) "Buffer Address Values" (cheat sheet)


-----------------------------------------------------------

X'1D' = SF (Start Field): (*)

(*)

-----------------------------------------------------------

X'E8' = Field Attribute:

'E8' (hex) = '11101000' (binary): (*)

Protected
Alphanumeric
Intensified
Modified=No

(*) "Figure 7. 3270 Attribute byte - bit settings."


-----------------------------------------------------------

--
"Fish" (David B. Trout)
Software Development Laboratories

mail: fish@...


 

Ah yes, 3270 data stream programming! I should have remember. :-)

Thanks Fish.

Rene FERLAND, Montreal


 

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 blind attempt at
reconstructing the code to generate the original logon screen. I'm not
sure how correct it is.



The source file should be executed to generate an object file which is
then included in the MUSIC/SP nucleus.

How is this inputted into music


 

Hello transcorp664,

I just sent you a small video showing how to customize the logo with Peter source file.

Cheers,

Rene FERLAND, Montreal