> -----Original Message-----
> 
> Michael Babcock wrote:
> > As I understand it, IDMS specifically has a problem with NO.
> 
> Since I see a CV running on our sandbox, I'm guessing there 
> are pills for that.
> 

CA have a PIB, QI82743, which covers this.
Summary:
If you have allowuserkeycsa(yes), you'll be OK
If allowuserkeycsa(no) is specified, IDMS will abend B78-5C at startup.
If you can't specify allowuserkeycsa(yes), you need to :

* Put the IDMS startup module, RHDCTCKR & RHDCCKUR into a separate
loadlib
* Add that library into the SYS1.PARMLIB(PROGxx) member
* Update SYS1.PARMLIB(SCHEDxx) to include
        PPT PGMNAME(startup),KEY(4),NOSWAP
  where startup is the IDMS startup module name
* Make sure that the new loadlib is the only library in the STEPLIB of
the
  CV's startup JCL
* Put STEP=Y on the EXEC card of the CV's startup JCL.

Not actually tried this yet, as we're still on z/OS 1.8

Iain Robertson
BT Operate, Senior DBA
Email: [EMAIL PROTECTED]
 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to