IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to change the logon screen info on mainframe


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Fri Dec 29, 2017 6:44 pm
Reply with quote

Hi All,

my current requirement is to change the TSO logon screen information. Initially, need to change in one of the LPAR( name of the LAPR is BIGIRON), later will implement the same in others.

I have figured out the assembler code which generates the message. SYS2.VTAMLST.Z113(USSSYT13).
code snippet:
000053,BIGIRON USSCMD CMD=BIGIRON,REP=LOGON,FORMAT=BAL
000054, USSPARM PARM=P1,REP=DATA
000055, USSPARM PARM=P2,REP=APPLID,DEFAULT=LP07TSO
000056, USSPARM PARM=LOGMODE,DEFAULT=D4C32XX3
000057, EJECT
....
....
000754,LN8 DC CL80'THIS SYSTEM IS MAINTAINED BY MIT Team'


and able to generate the load module, which is stored in SYS2.VTAMLIB.Z113(USSSYT13).

and in the console i ran this command.

/F VTAM,TABLE,OPTION=LOAD,NEWTAB=USSSYT13

getting error message VTAM not active.

Error message:
000080 ISF015I SDSF COMMAND EXECUTED ' F VTAM,TABLE,OPTION=LOAD,NEWTAB=USSSY
T13 ' SAKTHI TSOPRCDB TCP70023
000280 F VTAM,TABLE,OPTION=LOAD,NEWTAB=USSSYT13
000080 IEE341I VTAM NOT ACTIVE

Could someone help me out on this? how to activate the VTAM? Any help will be highly appreciated

Regards,
Sakthi
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Dec 29, 2017 9:53 pm
Reply with quote

since You qualify Yourself as Developer,
You have no business in doing the job of the system programming team.

more true since You did not care to research how thing are done in Your organisation
nor read the manuals on how to issue commands to the VTAM environment
google with IBM communication server manuals
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Dec 29, 2017 10:15 pm
Reply with quote

Quote:
Could someone help me out on this? how to activate the VTAM? Any help will be highly appreciated
Unless you have suddenly become a system programmer, there is no reason for you to be doing this -- your site support group should be doing it. Scan your system log for IST messages -- if there are some there, VTAM is active, period. And if it is active, then the message you showed means the started task name is NOT VTAM but something else. What? Only your site support group (or someone working AT YOUR SITE) could possibly tell you that. There can be ramifications to changing the USS table (what VBUILD macros use the old USS table for example -- and if you don't know what I'm referring to, you should not be doing ANYTHING to USS tables). And unless the correct updates are made to VTAMLST, then you will have to repeat your change after every IPL from now on since VTAM will not keep them for you.
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Tue Jan 02, 2018 6:10 pm
Reply with quote

Hi Enrico,

our system programmer third-party team's contract was expired, we are in the process of renewal. meanwhile, i got this urgent requirement. so I have to do it.

@Robert
thanks for pointing me the Task name error, it should be TN3270.

I have access to HMC console, i just stopped the TN3270 and restarted it.
I Do know its disruptive. so I did this on one of the LPAR which is accessed by few users.

Now I can see my changes on the TSO Logon screen
Back to top
View user's profile Send private message
Keith Hays

New User


Joined: 29 Apr 2014
Posts: 6
Location: USA

PostPosted: Wed Jan 03, 2018 11:49 pm
Reply with quote

For details you should look in z/OS V2R2.0 Communications Server: IP Configuration Reference, Chapter 12, Telnet USS table setup & Reference: Communications Server SNA Resource Definition Reference, Chapter 5, Unformated System Services Tables
Back to top
View user's profile Send private message
sakthikumarT

New User


Joined: 09 Apr 2009
Posts: 50
Location: Bangalore

PostPosted: Thu Aug 09, 2018 9:38 pm
Reply with quote

Hi Keith,

Thank you

Regards,
Sakthi
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
No new posts SELECT from data change table DB2 5
Search our Forums:

Back to Top