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

SYSPROC libraries overridden - HOw to restore them?


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

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Thu Dec 11, 2008 3:10 pm
Reply with quote

All,

I overrode SYSPROC libraries while trying to add a dataset to SYSPROC; I'm unable to log on to that region on mainframe.

Could anyone please tell me how to get this resolved without involving the IBM OPS?

Many thanks, Twissi
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: Thu Dec 11, 2008 5:54 pm
Reply with quote

You'll need to explain much more before you can get coherent help: overrode SYSPROC lbiraries where? how did you do the override? what error message(s) show up when you try to log on?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Dec 11, 2008 5:55 pm
Reply with quote

Twissi,

did you modify your signon PROC?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 11, 2008 6:03 pm
Reply with quote

any advice given without a deep knowledge of You environment,
will more than often be wrong and lead to more damage

You fouled up things, do nothing, put away Your pride and ask Your support to fix it

a technically correct, but useless advice, would be to
try to remember exactly what You did and and .... rebuild what is not there any longer

I always advised against using the full 8 chars allowed for logon procedures

in order to have at least one char to trace the last 10 for example modifications
and be able to fall back
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Dec 11, 2008 10:30 pm
Reply with quote

Quote:
I overrode SYSPROC libraries

Undo your changes.
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Fri Dec 12, 2008 7:54 pm
Reply with quote

Lot of questions and comments...! I'll try to answer/explain them:

Robert - I executed a REXX with the following command as I wanted to assign a PDS to SYSPROC:
Code:
"ALLOC FI(SYSPROC) DA('RACF.MY.PDS') SHR REUSE"

It then de-assigned everything from SYSPROC and allocated only my PDS.

I was then thrown out of that region and when I tried to log on, I was getting the message given below:
Code:
IKJ56500I COMMAND $SETSYS NOT FOUND
***

My sign-on data was deleted...!

I solved the problem by running the following command where the error message was appearing:
Code:
ALTLIB ACTIVATE SYSTEM(*)

This may be shop specific , no support guys were called for!

Cheers, Twissi
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Dec 12, 2008 8:17 pm
Reply with quote

You could also LOGOFF completely from TSO and LOGON again. This will get you a fresh allocation of libraries from the logon PROC and negate your ALLOC actions.
Back to top
View user's profile Send private message
twissi

Active User


Joined: 01 Aug 2005
Posts: 105
Location: Somerset, NJ

PostPosted: Fri Dec 12, 2008 8:26 pm
Reply with quote

Bill Dennis wrote:
You could also LOGOFF completely from TSO and LOGON again. This will get you a fresh allocation of libraries from the logon PROC and negate your ALLOC actions.


I tried that too but didn't work. I waited even 1 day just to see if some batch jobs did the job for me but nothing happened as well.
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 DFSORT - VB file RDW getting overridden DFSORT/ICETOOL 3
No new posts Restore CSD? CICS 1
No new posts Difference between sysexec and sysproc CLIST & REXX 6
No new posts DUMP A Multi volume datasets and rest... JCL & VSAM 6
No new posts Cannot change DATACLAS on DFSMSdss re... JCL & VSAM 11
Search our Forums:

Back to Top