On Thu, Oct 6, 2016 at 3:41 PM, John Mattson <[email protected]>
wrote:

> On z/OS 1.13 going to CICS TS5.2 I get the following while installing
> +DFHDH0300 TECHCICS 682
>  File
> ​​
> /usr/lpp/cicsts/cicsts52/CICS_INSTALL_OK could not be opened
>  (ENOENT). Response X'00000081', Reason X'0594003D'.
> 68 DFHPA1909 TECHCICS DATA INVALID FOR 'USSHOME'. RESPECIFY KEYWORD AND
> DATA OR *BYPASS WITH '.END': '/usr/lpp/cicsts/cicsts52 *
> CBR3610I Volume entry processing. 684
>

​The important part of the above is the Reason of X'0594003D' which means:

JRDirNotFound: A directory in the pathname was not found

Action: One of the directories specified was not found.  Verify that the
name
specified is spelled correctly.

What I would do ​first is make sure that the file exists, by using ISPF
option 6 to do:


oshell ls -l /usr/lpp/cicsts/cicsts52/CICS_INSTALL_OK

​If you get a "not found", that's your problem.​ If you get a response,
look at it. I don't have 5.2, but only 4.1. But I get:

-rwxrwxr-x   2 BPXROOT  SYS1          80 Jan 24  2012
/usr/lpp/cicsts/cicsts41/CICS_INSTALL_OK

​Make sure that the RACF id under which your CICS is running can _read_
that file and can both "read" and "execute" all the directories in the path
back to the root. I.e.

oshell ls -ld /usr
oshell ls -ld /usr/lpp
oshell ls -ld /usr/lpp/cicsts
oshell ls -ld /usr/lpp/cicsts/cicsts52

​All the directories must exist and be read/executable (well, really only
"executable" - UNIX is weird)​


-- 
Heisenberg may have been here.

Unicode: http://xkcd.com/1726/

Maranatha! <><
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to