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

Creating new Logon proc


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

New User


Joined: 09 Jun 2006
Posts: 4
Location: India

PostPosted: Mon Sep 25, 2006 7:14 pm
Reply with quote

Hi,

i want to know how we can create a new Logon proc on TSo and also how to set the time out for all users using that PROC
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Mon Sep 25, 2006 7:52 pm
Reply with quote

You will need to know the PDS where your current TSO proc resides.

Go to that PDS; access your TSO proc; create a new TSO proc with a new name, make the changes you need and save the proc. When you log in, change the Procedure to the new TSO proc name.

Code:

Enter LOGON parameters below:   
                                 
Userid    ===> XX1235           
                                 
Password  ===>                   
                                 
Procedure ===> $TSOPROC           
                                 
Acct Nmbr ===> X1432             
                                 
Size      ===> 8192             
                                 
Perform   ===>                   
                                 
Command   ===> logoff           



As far as setting the TIME out, you may view the following link:

ibmmainframes.com/viewtopic.php?t=13984&highlight=

Keep in mind changing your JWT parameter will affect all TSO sessions on that LPAR.
Back to top
View user's profile Send private message
sundayblooms

New User


Joined: 09 Jun 2006
Posts: 4
Location: India

PostPosted: Mon Oct 02, 2006 4:12 pm
Reply with quote

Thnaks for the info , I actually tried that and it failed , is there any other place where I need to update anything for the new proc to work. When I have any ID login with the new PROC I created it throws an error that allocation failed.
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 Creating Unix Directory using COBOL i... COBOL Programming 2
No new posts Creating Report using SORT DFSORT/ICETOOL 7
No new posts Creating CSV file from Variable recs ... DFSORT/ICETOOL 11
No new posts Creating a VB file PL/I & Assembler 10
No new posts Execute REXX on logon with ISPF CLIST & REXX 3
Search our Forums:

Back to Top