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

ISPI021 Unrecoverable error in initialization of command tab


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

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Tue Mar 11, 2008 9:44 pm
Reply with quote

Hi ,

I'm trying to run ISPF code in JCL and I am getting following message

Code:

ISPI021 Unrecoverable error in initialization of                 
command tables                                                   
ISPI022 ISPF cannot continue. ISPF abending.                     
ISPSTART ENDED DUE TO ERROR+                                     
USER ABEND CODE 0999  REASON CODE 00000000                       


Following is my JCL.

Code:
//TMP       EXEC PGM=IKJEFT01,DYNAMNBR=90,PARM=''               
//ISPPROF   DD DISP=SHR,DSN=IPHT.WPHHINR.ISPF.ISPPROF           
//ISPPLIB   DD DISP=SHR,DSN=ALP0.SYSC.ISRPLIB                   
//ISPMLIB   DD DISP=SHR,DSN=ALP0.SYSC.ISRMLIB                   
//ISPSLIB   DD DISP=SHR,DSN=ALP0.SYSC.ISRSLIB                   
//ISPTLIB   DD DISP=SHR,DSN=ALP0.SYSC.ISRTLIB                   
//ISPTABL   DD DISP=SHR,DSN=USER.ISP.TABLELIB                   
//ISPLOG    DD SYSOUT=*                                         
//SYSPROC   DD DISP=SHR,DSN=ALP0.SYSC.ISRCLIB                   
//SYSEXEC   DD DISP=SHR,DSN=SNT.WPHHINR.JCLS                   
//          DD DISP=SHR,DSN=ALP0.SYSC.ISREXEC                   
//SYSPRINT  DD SYSOUT=*                                         
//SYSTSPRT  DD SYSOUT=*                                         
//SYSTSIN   DD *                                               
  PROFILE PREFIX(WPHHINR)                                       
  ISPSTART CMD(%CMNBKUP2)                                       
/*                                                             
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Mar 11, 2008 10:01 pm
Reply with quote

You need to concatenate also the ISPF product libraries...
Ask Your support for the proper jcl snippet to modify

or given You have all the proper authorization google for ...
"doug nadel batch pdf" , download and install the tool
it will build a batch jcl to execute ISPF with the current iinteractive layout

http://www.sillysot.com/mvs/
Back to top
View user's profile Send private message
abin

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Tue Mar 11, 2008 10:56 pm
Reply with quote

Hi,

I gave the ISPLLIB also, still getting the error. About the tool I dont think I have the permission, still I'll try.
Back to top
View user's profile Send private message
abin

Active User


Joined: 14 Aug 2006
Posts: 198

PostPosted: Tue Mar 11, 2008 11:52 pm
Reply with quote

Hi,

Thanks for the help. It's fixed now. I had to give the entire allocation list for each DD statements. It's a pretty large list icon_cool.gif
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top