On Thu, 24 Jan 2008 18:47:26 -0600, Scott Ford <[EMAIL PROTECTED]> wrote:
>Hi all, > >I am running a z/OS 1.6 system and we are developing software using the IP >stack. One of our LPARS runs Top Secret and TCPIP and all of its applications. >I have written a Cobol STC that executes the following Cobol Statement. > > Call 'EZASOKET' USING SOKET-INITAPI MAXSOC INITAPI-IDENT > SUBTASK MAXSNO ERRNO IP-RETCODE > >We then receive a Errno 156 which is according to the Socket Return Codes > > This indicates a z/OS Unix process initialization failure. This is usually an >indication that a proper OMVS RACF segment is not defined for the user ID >associated with application. The RACF OMVS segment may not be defined >or may contain errors such as an improper HOME() directory specification. > >The same code is working on a RACF Lpar and an ACF2 Lpar. Since this is >failing on a Top Secret Lpar ( R8 of TSS ), I assume something is defined >wrong in OMVS. Where do I start looking ? I looked at the OMVSGRP definition >and don't see anything strikingly wrong.. > I assume other "OMVS" things are working... like you can get into TSO OMVS or ISHELL etc. I would start by looking at the Top Secret cookbook in the section that describes setting up OMVS and look for any definitions that may be missing or make a call to the vendor. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- 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

