Re: Linklist load during IPL message

2014-10-06 Thread Ron Graham
Data sets can be added to the LINKLIST after the initial IPL.  I do this using 
a PROGxx member in PARMLIB and then issuing the T PROG=xx command:

LNKLST DEFINE NAME(LNKLST11) COPYFROM(LNKLST00)
LNKLST ADD NAME(LNKLST11)  
   DSN(data.set.to.add) 
LNKLST ACTIVATE NAME(LNKLST11) 

 Is it possible SDSNLINK was added to the LINKLIST after the IEFSSN00 was 
processed?

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jake anderson
Sent: Monday, October 06, 2014 10:56 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Linklist load during IPL message

I did D PROG,LNKLST and ISRDDN and i see the SDSNLINK (after IPL) which has 
DSN3INI module in it. I am not sure why i received the below message during IPL

IEE252I MEMBER IEFSSN00 FOUND IN SYS1.PARMLIB CSR002I BATCH LSR SUBSYSTEM BLSR 
INITIALIZATION COMPLETE.
IEFJ004I SUBSYSTEM xxx NOT INITIALIZED - DSN3INI NOT FOUND

Strange thing was I was able to remove and add the IEFSSN Subsystem entry and 
the issue was fixed.

On Mon, Oct 6, 2014 at 9:18 PM, John McKown john.archie.mck...@gmail.com
wrote:

 As mentioned using DDLIST and doing a LINKLIST is helpful. An 
 alternative is the z/OS operator command: d prog,lnklst

 On Mon, Oct 6, 2014 at 10:20 AM, Jake anderson 
 justmainfra...@gmail.com
 wrote:

  Hi Group,
 
  We had a situation where a DB2 program DSN3INI was not found due to 
  which the DB2 start up command showed invalid command.
 
  I checked up the SYSLOG and I do not see any evidence where LINKLIST 
  libraries are loaded. Then Removed the DB2 subsystem dynamically 
  from the IEFSSNxx and readded to the IEFSSNxx.
 
  It worked after the above band aid. Is there a way to verify if the 
  LINKLIST library gets loaded during IPL time.
 
  Strange thing to see that DB2  SDSNLINK shows under D PROG,LNKLST 
  and it was weird thing was that DSN3INI showed as not found during IPL time.
 
  Could someone throw light on the above.
 
 
  Jake
 
  
  -- For IBM-MAIN subscribe / signoff / archive access instructions, 
  send email to lists...@listserv.ua.edu with the message: INFO 
  IBM-MAIN
 



 --
 There is nothing more pleasant than traveling and meeting new people!
 Genghis Khan

 Maranatha! 
 John McKown

 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send 
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Invoking ISPF Services from REXX

2014-09-19 Thread Ron Graham
Address ISPEXEC:

Address ISPEXEC LIBDEF ISPMLIB DATASET ID('msgs')

Address ISPEXEC SELECT CMD(rexxcmd) NEWAPPL(NEW1) PASSLIB


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of CM Poncelet
Sent: Friday, September 19, 2014 6:40 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Invoking ISPF Services from REXX

ADDRESS ISPF?

Brent Litster wrote:

Does anyone know how to invoke an ISPF service, such as START or
ISPLIBD from a REXX exec?

--
For IBM-MAIN subscribe / signoff / archive access instructions, send 
email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


  


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN