Please post your JCL statements where your SMPTABL is coded. Next, check that ALL of the libraries on the DD statement where your SMPTABL is coded are ALL PDS or PDSE datasets.
In ISPF, if there is an error, ISPF will flag the first library in the list and not necessarily the library in Error. Without more detail this is a guess. For SMP/E usage, I believe that the SMPTABL is in both the ISPTLIB and SMPTABL DD statements. If this is correct, please post both DD entries. So you should show us a listing like the following //ISPTLIB DD DISP=SHR,DSN=SYS2.ISPTLIB // DD DISP=SHR,DSN=ISP.SISPTENU // DD DISP=SHR,DSN=GIM.SGIMTENU // DD DISP=SHR,DSN=SYS1.SMP.SMPTABL // DD DISP=SHR,DSN=SYS1.SEDGTBL1 // DD DISP=SHR,DSN=SYS1.DGTTLIB // DD DISP=SHR,DSN=SYS1.SCBDTENU // DD DISP=SHR,DSN=SYS1.SBLSTBL0 //* //SMPTABL DD DISP=SHR,DSN=SYS1.SMP.SMPTABL Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of saurabh khandelwal Sent: Friday, October 04, 2013 9:28 PM To: [email protected] Subject: Fwd: SMPTABL data set severe error Hello, I am getting below error, while invoking SMPE panel. SMP/E INITIALIZATION ERROR ===> **************************************************************************** *** * * * The following error was detected while attempting to * * initialize the SMP/E dialogs. The initialization of * * these dialogs has not completed. * * * * * * * * * * The message has been logged in your ISPF log. You may * * wish to print your log and give it to the system * * programmer responsible for maintaining this system. * * * * To return to ISPF, enter END . * * * **************************************************************************** *** ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ *³ SMPTABL data set severe error. Check the space allocations. ³* I tried checking my logon proc for SMPTABL user dataset. But I dont see any issue with this dataset and its has enough free space . Data Set Information Command ===> Data Set Name . . . : SAURABH.SMPTABL General Data Current Allocation Volume serial . . . : STOR50 Allocated tracks . : 20 Device type . . . . : 3390 Allocated extents . : 1 Organization . . . : PO Maximum dir. blocks : 20 Record format . . . : FB Record length . . . : 80 Block size . . . . : 27920 Current Utilization 1st extent tracks . : 20 Used tracks . . . . : 1 Secondary tracks . : 2 Used extents . . . : 1 Used dir. blocks . : 1 Number of members . : 7 Dates Creation date . . . : 2009/11/14 Referenced date . . : 2013/10/04 Expiration date . . : ***None*** I also tried creating new SMPTABL dataset and replaced LOGONPROC entry with new dataset name, still same issue. I am running z/OS 1.13 system. Please help me to isolate this issue. Thanks & Regards Saurabh -- Thanks & Regards Saurabh Khandelwal ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
