|
View previous topic :: View next topic
|
| Author |
Message |
sundayblooms
New User
.jpg)
Joined: 09 Jun 2006 Posts: 4 Location: India
|
|
|
|
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 |
|
 |
cpuhawg
Active User

Joined: 14 Jun 2006 Posts: 331 Location: Jacksonville, FL
|
|
|
|
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 |
|
 |
sundayblooms
New User
.jpg)
Joined: 09 Jun 2006 Posts: 4 Location: India
|
|
|
|
| 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 |
|
 |
|
|